Cordova-PDFReader-IOS
Cordova-PDFReader-IOS copied to clipboard
Jump to page from outside the PDF reader
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 at a given page?
Another cordova plugin that uses the same VFR reader has this functionality
To open a pdf at a given page number add { page: pageIndex } to the options when calling viewDocument.
https://github.com/sitewaerts/cordova-plugin-document-viewer
I don't want to use the other cordova plugin because it does not support in page links like yours does.
many thanks