Skip to content
Advertisement

Tag: pdftron

PDFTron Webviewer Open PDF with a user password

I am trying to use the PDFTron WebViewer within a Blazor application to open a PDF with a user password. I would like to do this without a user dialog but I am can’t figure out how to. I am calling the initWebView function with the url path to the passworded pdf. This downloads the document and displays a prompt

How can I display a pdf with pdftron using npm

pdftron/webviewer is installed Webviewer static files have been copied to the public folder JavaScript in index.html file attempts to load a pdf Welcome to webviewer import WebViewer from ‘@/webviewer’ pdf file does not display, what is wrong with the code? Answer Thank-you for sharing a link to your repository. From following this guide: https://www.pdftron.com/documentation/web/get-started/manually/ Please try doing the following: Please

Reorder Pages Event in PDFTron

I am working on Reorder Pages in Panel > Thumbnails View. PDFTron provide functionality so i can drag and re-arrange/reorder the pages. Then using that event i will upload the new PDF on server. But i am not able to find the correct event which will trigger only when user perform reorder in thumbnail control. As of now i am

Advertisement