cordova-plugin-html2pdf
v0.0.1
Published
Cordova Html To Pdf Converter Plugin
Downloads
7
Readme
Cordova-Plugin-Html2pdf
Plugin for cordova greater or equal than v3.0.0_ to enable to call Mobile.
Installation
Just type the following statement in your cli Cordova for install.
cordova plugin add cordova-plugin-html2pdf
if you want to install a specific version just add @<version>
to the link
Example:
cordova plugin add [email protected]
Description
Enables Cordova apps on the iPhone and Android platforms to create pdf based on html and store it on device.
Usage
On Download function:
cordova.plugins.html2pdf.create(
"<html><head></head><body><h1>Some</h1><p>html content.</p></body></html>",
"~/Documents/test.pdf", // on iOS,
// "test.pdf", on Android (will be stored in /mnt/sdcard/cordova.plugin.html2pdf/test.pdf)
success,
error
);
License
This plugin was created under the MIT license.