Seth Chensethphat.dev路Apr 21, 2024Render HTML to PDF with RenderPDF.ioHey guys, I'm super excited to share with you all about my latest work - RenderPDF.io 馃槑 We all know that rendering HTML to PDF is not so fun and game. You have to research a bunch of things, then try out a lot of CSS styling, and even have to instal...10 likes路35 readsTech tipsservices
Chris Gordonchris256.hashnode.dev路Sep 4, 2023Generate invoice PDF file using HTML templateToday, I'll walk you through the process of generating an invoice PDF file for your backend app or custom script which could be run from the command line. Let's get started! 馃帀 Introduction Node.js programming language will be used for simplicity. ...invoice automation
Chris Gordonchris256.hashnode.dev路Aug 5, 2023How to convert HTML to PDF with PuppeteerWhether you're looking to generate invoices, create reports, or preserve web content for offline use, Puppeteer is a powerful tool that can automate the process seamlessly. In this guide, we will explore how to convert HTML to PDF using Puppeteer, an...pdf-api