import { PDFDocument } from 'pdf-lib'; import { drawTable } from 'pdf-lib-draw-table'; import fs from 'fs'; (async () => { // Create a new PDFDocument const pdfDoc ...
The PDFs can be created directly from any PDF drawing software, or a PDF print driver can be used to capture the Print output if the drawing software does not directly support output to PDF. Please ...