Cordova-PDFReader-IOS
Cordova-PDFReader-IOS copied to clipboard
[No longer maintained] Cordova PDF reader for IOS (based on Reader https://github.com/vfr/Reader)
function success() { alert("success"); } function error() { alert("error"); } var options = { password: null, flatUI: true, showShadows: true, enableThumbs: true, disableRetina: false, enablePreview: true, bookmarks: true, landscapeDoublePage: true,...
When i try to add the plugin through `cordova plugin add com.lesfrancschatons.cordova.plugins.pdfreader`, it will return the following error: > Error: Registry returned 404 for GET on https://registry.npmjs.org/com.lesfrancschatons.cordova.plugins.pdfreader
Is it possible to enable indexes or set a table of contents for the opened document , so that one can easily navigate large documents using an index or table...
Hello, first of all thanks for creating this excellent utility. Issue I am facing is when from my app when I open and PDF and then I click the done...
I use the plugin using options { password: null, flatUI: true, showShadows: true, enableThumbs: true, disableRetina: false, enablePreview: true, bookmarks: false, toolbarBackgroundColor: null, textColor: null, enableShare: false, page: 1 }...
Hi This is not so much an issue as it is a feature request if it does not exist already. Is there any option or way to open a PDF...
Why the double pages in landscape mode is not working anymore in Branch 2.0 ??
Love your PDF Viewer great work! We are having an issue where form fields are not displayed. We don't even need the fields to be editable just having the data...
Great Plugin!! If you change orientations WHILE in PDF Viewer, when the PDF closes the original cordova webview is not resized properly. It is for sure the webview because the...
In PDF when i magnify a image and then shrink this image to the origin point ,now this pdf can't scroll to show next or previous image! thank you