Cesar Valdez
Cesar Valdez
Hi @pyummm I just added your file as a part of this [example](https://github.com/cesarvr/pdf-generator-example), this is just an app that I create to showcase multiple use case , if you look...
@macsupport I think the way you initialise that class is not correct, here is a [guide](https://dzone.com/articles/how-to-write-a-html-to-pdf-app-for-androidios-usin), just follow the instruction until you get the PDF, then you can try your...
@pyummm I have try the crash.html you send me, you can try [here](https://github.com/cesarvr/pdf-generator-example): If still failing, please send me the html so I can debug the plugin against it. Cheers.
@macsupport can you try the version [2.0.1](https://www.npmjs.com/package/cordova-pdf-generator), I just added some validations to trigger an error in case you send a non-string, if it continue failing just post the error...
can you please post the API level you are using, Also Cordova version? , also the crash is only happening when you try to get the PDF in base64?
Nice, just need now the Android SDK API Level , you can see that in Android Studio , In the emulator section.
Just fixed the landscape and document size in Android just download the new version of the [plugin 2.0](https://www.npmjs.com/package/cordova-pdf-generator). If you want to see it working just download [this demo](https://github.com/cesarvr/pdf-generator-example), I...
It would be helpful if you provide more information like: - Some logs with the crash. - Cordova version. - Android/iOS version. Cheers.
No is not possible at the moment, because the API is basically a [WYSIWYG](https://en.wikipedia.org/wiki/WYSIWYG) from a webpage, the API is using a browser to render the content then it creates...
The Plugin just rasterise the Webpage you are passing, I suggest you should try load the page in a browser and use (ctrl + p) or (cmd + p) to...