2017-10-18
1.0.1
OutSystems Experts
All
All
Plug-ins
[Overview]
Plugin that enables PDF generation from HTML documents or URLs entirely on the device.
[Detail]
OutSystems Mobile plugin that offers PDF generation functionalities and easily allows to print directly from the device or share the PDF through email.
Features
On device PDF generation from HTML or URL
Integration with handlebarsjs framework for an easy to use template engine so that you can easily generate PDF with dynamic content on the device.
Obtain a Base64 representation of the generated PDF.
Supported Platforms
Android
iOS
Usage Quirks
When using local HTML data to generate PDF files, images have to be represented in Base64 and all styles have to be in the same document, either inline or in a style tag.
Known Issues
As of the current version, pagination using CSS style "page-break-after" crash's on iOS.
Credits
This OutSystems Mobile plugin is largely built on top of the cordova plugin by Cesar Valdez licensed using an MIT License.