1.0.2 • Published 1 year ago

pdfgenerationbykhersonskiy v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

const PdfGeneration = require('pdf-generation-package');

// Define HTML content const htmlContent = `

// Define PDF generation options const options = { format: 'A4', orientation: 'portrait', border: '10mm' };

// Define output file path const outputPath = 'output.pdf';

// Generate PDF PdfGeneration.generatePDF(htmlContent, options, outputPath);

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago