cross-platform-pdf-generator
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "cross-platform-pdf-generator", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "pulsation pdg generator for web and ios", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -70,3 +70,3 @@ import { PDFDocument, StandardFonts, rgb, PDFFont, PDFPage, PDFTextField } from 'pdf-lib'; | ||
await fillPDFDocument(pdfDoc, firstPage, data, insets, initInsets, settings); | ||
//await printFooter(pdfDoc, json); | ||
await printFooter(pdfDoc, json); | ||
const pdfBytes = await pdfDoc.save(); | ||
@@ -73,0 +73,0 @@ return pdfBytes; |
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
748016