cordova-pdf-generator
Advanced tools
Comparing version 0.9.9 to 1.0.0
{ | ||
"name": "cordova-pdf-generator", | ||
"version": "0.9.9", | ||
"version": "1.0.0", | ||
"description": "is a HTML to PDF (offline) Generator.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -7,23 +7,10 @@ # cordova-pdf-generator | ||
The iOS HTML to PDF transformation is based in this work [BNHtmlPdfKit](https://github.com/brentnycum/BNHtmlPdfKit), I just add a new method to allow transformation between plain HTML to PDF. | ||
The iOS HTML to PDF transformation is based in this work [BNHtmlPdfKit](https://github.com/brentnycum/BNHtmlPdfKit), I just add a new method to allow transformation between plain HTML to PDF. | ||
For Android I'm using [PrintManager API](https://developer.android.com/reference/android/print/PrintManager.html), so for now the menu is by default in Android. | ||
##Features | ||
- It take raw HTML & CSS, and transform it to PDF, this is handy for dynamically generate content with a template engine like [Underscore](http://underscorejs.org/). | ||
- Generates a PDF document using a URL or HTML raw data. for better results with raw HTML the CSS should be available for the device. | ||
- Open-with menu. | ||
- Return the Base64 file representation back, so you can upload the file to a server. | ||
- You can use a URL to load HTML from a server like a normal webpage. | ||
- supported features in IOS | ||
- Open-with menu & Send to printer. | ||
- Return the Base64 file representation back, so you can upload the file to a server. | ||
- Portrait/Landscape. | ||
- Page size. | ||
- in Android (beta) | ||
- Open-with menu is by **default** for now. | ||
- Send to a printer. | ||
## Installing using Plugman | ||
@@ -30,0 +17,0 @@ |
@@ -0,0 +0,0 @@ # BNHtmlPdfKit |
@@ -0,0 +0,0 @@ /*global cordova, module*/ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
57936
128