Is there a URL I can use to have flyingpdf to automatically save a page to pdf, without having to answer "where" (i.e., put the save to path on the URL), i.e.:
https://<confluence URL>/spaces/flyingpdf/pdfpageexport.action?pageId=12345?saveFile=<pathtofile>
Id like to be able to do this via Curl or the Rest API without exporting the entire space.
I need to be able to construct the URL for the pdf. If I do this on the browser web address:
https://<confluence URL>/spaces/flyingpdf/pdfpageexport.action?pageId=12345
I get the window's "save file" dialog.
Add an entry to your favorite scheduler (cron) to use wget with the URL for the pdf. Specify -o option for wget to store it in the required location. If needed dynamically construct the file name also as per date/time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.