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 = […]
Category: Web PDF Viewer & Markup
Customize the Toolbar on PAS HTML5 Markup Viewer
PDF Automation Server comes packaged with a ready to go HTML5 PDF Viewer that uses the REST server to view/modify documents directly in the browser with no plug-ins required. The HTML5 viewer can be added to any page with minimal coding by simply creating an iframe element on the page with the path to the document […]
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 […]
Filling Interactive PDF Forms in Web PDF Viewer and Markup
Q: Can I fill interactive forms in Qoppa’s Web PDF Viewer and Markup? A: Yes, when loading a PDF form that contains interactive form fields, you will be able to fill the form in the web browser. When saving, the field data is sent to the server and merged into the PDF form. All field types are supported […]
Permanently Redacting PDFs in Web PDF Viewer and Markup
Q: Is there a redaction tool in Qoppa’s Web PDF Viewer and Markup to safely remove confidential information? A: Yes, you can create/apply redaction annotations in Qoppa’s Web PDF Viewer and Markup. The redaction feature will black any sensitive information and permanently remove the underlying PDF content. Add Redaction Annotations To add redaction annotations to […]