Q: How can I change the default magnification in the Web PDF viewer / annotator from 100% to Fit to Page? A: You change the default magnification in PDF Automation Server Web PDF Viewer by editing variable in the pdfviewer.js file. // default to 100% magnification on initial doc load curZoomMode = 0; curScale = […]
Articles Tagged: web markup
Getting a PDF file to PDF Automation for markup in Web PDF Markup using php script and curl request
Q: I am looking at Qoppa’s Web PDF Markup module to use in my web application. I see that PDF file always should exist in the PDF Automation Server to be opened in the Web application using iframe. PDF files are stored in our own server and users need to open the files, manipulate them […]