cesarvr / pdf-generator

Cordova plugin to generate pdf in the client-side
MIT License
107 stars 61 forks source link

PDF print to base64 complete #31

Closed AlexChesser closed 7 years ago

AlexChesser commented 7 years ago

Uses temp file to print direct to file, this is immediately cleaned up once the base64 is read. The success message receives the Base64 result like in the IOS version.

cesarvr commented 7 years ago

Hi @AlexChesser , Excellent work, I have tested it and is working well, only thing is the resolution maybe we need to provide some way to change those values parametrically later on.