Has the recent Forge update broken the PDF Pager module?
Players are reporting that the iframe containing viewer.html is downloading the viewer.html file instead of displaying the PDF file inline.
Has the recent Forge update broken the PDF Pager module?
Players are reporting that the iframe containing viewer.html is downloading the viewer.html file instead of displaying the PDF file inline.
It seems to be affecting my PDFPager instance too. Forge please get this fixed ASAP PDFPager is a critical part of many, many peoples games!!!
Hello both,
It has come to our attention that this module is causing some issues after the recent update.
Investigation is under way, we’ll have more info to share soon, so please stay tuned!
-Aki
If you want further information, PDF Pager creates an iframe in the same way as core Foundry when the “load PDF” button is selected. The main difference is that the URL used inside the iframe is constructed of the form:
modules/pdf-pager/libs/pdfjs/web/viewer.html?${pdfsheet._getViewerParams()}${pdf_slug};`
(I am the module author)