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.
@Hon Cdptest do you realize that you have change that commandline to:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I did.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.