Skip to content

itechpros/svyPDFViewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svyPDFViewer

UPDATE: latest changes in the PDFJS framework have made forking the core viewerJS unnecessary. Instead you can create your own custom services which can set the resolution, ie

document.addEventListener('webviewerloaded', function() {
  PDFViewerApplicationOptions.set('printResolution', 300);
});

We've also added a ticket for Servoy to add support for this to their built-in component: Servoy#22


PDF Viewer Component based on PDF.js or on the default PDF browser support.

pdfViewer: Browser based PDF viewer (Support depends on client installed tools) pdfJsViewer: PDF.js viewer, more info can be found on: https://mozilla.github.io/pdf.js

Getting started

Get the latest version from the releases. Download and import the svyPDFViewerExample.servoy example solution or check out source directly from github.

Documentation

See the Wiki for the available documentation

Feature Requests & Bugs

Found a bug or would like to see a new feature implemented? Raise an issue in the Issue Tracker

Contributing

Eager to fix a bug or introduce a new feature? Clone the repository and issue a pull request

License

svyPDFViewer is licensed under the MIT license

About

PDF Viewer Component based on PDF.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.0%
  • CSS 4.1%
  • HTML 1.7%
  • Other 0.2%