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)
i but book.pdf in www folder and use this function function OpenPDF() { function success() { alert("success"); } function error() { alert("error"); } var options = { password: null, flatUI:...
how can i make pages scroll right to left . for supporting arabic language
First of all, thank you for your work on this. I am using it for an application and I am able to open the PDF document. Here is the code...