Skip to content

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…

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 contr…