QPdfViewer Path to file with "type=html5" is different from "type=pdfjs"
-
QPdfViewer is great component. I use it to display .pdfs that are generated on the backend using puppeteer from a mix of user and database data.
I have not found a way to easily configure the path where QPdfViewer is looking for the file. Am I stuck with the “…src/statics/pdfjs/web/” default?
Also: if put my files in the default folder “…src/statics/pdfjs/web/” I am able to read them using “type=pdfjs” but not using “type=html5”. Is this by design or am I missing something?
-
Please read this: https://github.com/quasarframework/app-extension-qpdfviewer/issues/45
The HTML5 browser-built in PDF Viewer conflicts with PDFjs.
QPdfViewer is about to get some much needed attention, but I need to make some decisions before-hand. -
Ok, thanks. I am looking forward to new releases.