Article: https://www.pipesort.com/pdf-generati...
Source code: https://github.com/pipesort/lambda-pdf
If you want to generate an invoice PDF or any dynamic PDF, you could create html template and replace those dynamic content using a templating language.
Later, use puppeteer and chromium to convert that html to PDF.
コメント