Hello Team - I am exploring the option of exporting the content in pdf format.
Is it possible to export the page and blog-post contents as PDF via the REST APIs?
If yes, would you be able to help if there are any additional configurations required as well as a Postman request?
I have tried this and had no luck.curl -L -o page.pdf \ "https://your-domain.atlassian.net/wiki/spaces/flyingpdf/pdfpageexport.action?pageId=PAGE_ID" \ -H "Authorization: Basic $(echo -n your-email@example.com:your-api-token | base64)"
Hi @Hon Cdptest
Welcome to the community.
see this post in this regard. Hopefully, it points you in the right direction.
https://community.atlassian.com/t5/Confluence-questions/Export-page-to-pdf-using-rest-call/qaq-p/1085529
@Hon Cdptest do you realize that you have change that commandline to:
Yes, I did.
It looks like you're new here. Sign in or register to get started.