Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for AppOptions #22

Open
sbutlerjr opened this issue Aug 16, 2022 · 0 comments
Open

Add support for AppOptions #22

sbutlerjr opened this issue Aug 16, 2022 · 0 comments

Comments

@sbutlerjr
Copy link

Add support for the AppOptions (https://github.com/Servoy/svyPDFViewer/blob/master/pdfviewer/pdfJsViewer/pdfjs_2.9/web/viewer.js#L46-L208) so that options can be customized without forking the core viewer JS. It would allow setting permissions (printing, downloading, etc) as well as printResolution.

Example usage setting the printResolution AppOption

document.addEventListener('webviewerloaded', function() {
  PDFViewerApplicationOptions.set('printResolution', 300);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant