farling42 / fvtt-pdf-pager

PDF Pager for Foundry
MIT License
6 stars 4 forks source link

Miss the option to print the PDF or store the result as PDF file #72

Closed yurecz closed 11 months ago

yurecz commented 11 months ago

Hello,

Is any way to send the PDF character sheet to the printer or store it as a PDF file on the disk?

Best regards, Yuri

farling42 commented 11 months ago

In an older version, the PDF menu bar had a save option, and even now you can press ctrl-S to save a copy of the PDF, unfortunately the form data is not saved as part of that PDF.

Similarly, ctrl-P sends the raw PDF for printing, again without the form data.

farling42 commented 11 months ago

I need to investigate, since any text entered by the user into the PDF since the window was last opened will appear in the saved PDF when ctrl-S is performed. So the issue seems to be that I'm not putting the data from the Actor into a place where it can be saved in by ctrl-S.

farling42 commented 11 months ago

Using Ctrl-P to print and Ctrl-S to save a file (while the keyboard focus is in the PDF window) should work properly in version 0.48.1