pdf-generator icon indicating copy to clipboard operation
pdf-generator copied to clipboard

Cordova plugin to generate pdf in the client-side

Results 57 pdf-generator issues
Sort by recently updated
recently updated
newest added

Hi, is there anyway to set custom size of the PDF other than A2, A3, A4 etc? I'm using thermal printer to print the receipt from Android and the paper...

Our app is crashing while we are trying to generate quite a big PDF file. ``` var options = { documentSize: 'A4', type: 'base64', } var html = ` Site:...

This is probably me, but this plugin was working brilliantly, showing the html and css that I was passing to it in the PDF Then due to the impending cliff...

Right now there in this plugin i don't see a way to reduce the pdf file size. If we can decrease a dpi value then pdf will decrease or anyone...

I am using `var param ="file:///android_asset/www/print.html"; printInternalFile(param);` to generate a PDF from inside a Cordova app. Basically this is working fine, but the dynamic content doesn´t show. This content is...

var data = ` body, .left, #customer{line-height:1.5; color:#545E6C; font-family: 'Roboto', sans-serif !important;font: 16px Droid Sans;}#name{font-family: 'Roboto', sans-serif;}h4{text-transform:uppercase; padding-left:3px; color:#2d7788; margin: 14px 0px !important; font-size: 20px;}table.personal td, table.personal th, table.personal tr{border:none;}.text{padding:8px...

Hello, I'm using the following code snippet to generate pdf from an existing html table. var _options = { documentSize: 'A4', type: 'share', fileName: 'report.pdf' }; pdf.fromData($('#myPdf').html(), _options) .then((base64) =>...

Hi, We are using the plugin and we have two issues: **Issue 1**: On iOS, when we apply the font-weight:bold in css; the PDF is generated and the text is...

An error message appears when printing on Android 9: Google deprecated some APIs for public use in Android 9 - Android 8 and below still fine. The specific log messages...

help wanted

hi guy.i use this plugin and build ios platform it's show message 'webViewEngine' not found on object of type 'PDFGenerator *' NSURL *base = [[NSURL alloc] initWithString:[[self.webViewEngine.URL absoluteString] stringByDeletingLastPathComponent]]; cordova...