farling42 / fvtt-pdf-pager

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

Support form fillable PDFs in Journal Pages #76

Closed farling42 closed 9 months ago

farling42 commented 9 months ago

One user on Discord wants to have a form fillable PDF stored in a journal page, and just store the entered data directly on that page. image Today = 14/Oct/2023

farling42 commented 9 months ago

The current work-around is to set the PDF Code to "TEST" and get the UUID of the journal page, and set a macro:

ui.pdfpager.openPDFByCode("TEST", {uuid: "JournalEntry.Kcy32XYut0HhHu9p.JournalEntryPage.uwmQZAyxKloxtiyz"})

On my laptop, the PDF page reloads after every field is changed.

Using something other than that page or journal's ID prevents the flickering, e.g. game.users.getName('Martin').uuid

farling42 commented 9 months ago

Implemented in 0.49.0