Oluwatobitobilyn77.hashnode.dev·Mar 1, 2024Mastering PDF Creation: The Ultimate Guide to Using PDFKit and Node JSThe world has been evolving rapidly and technology isn’t left out. From the days when slates were used, down to the invention of hard-cover books and pens and now in the area of smart electronic devices, the need to pass information from one entit...1 like·229 readspdf
Durgesh Upadhyayudurgesh6.hashnode.dev·Mar 28, 2023Streamlining Your Workflow: How to Generate and Send PDFs via AWS SES using Node.jsMany times, we find ourselves needing to generate a PDF from HTML content or plain text and then send it via AWS SES service. While it may seem complex at first, breaking down the process into individual requirements can make it easier to accomplish....373 readsSES
Marc Daoumarcdaou.hashnode.dev·Sep 13, 2022Generating PDFs Dynamically Using PDFKit in SwiftGenerating PDF Reports dynamically can be extremely useful while developing Swift applications. Your users will be capable of creating on the go their own personalized reports that they will be able to export very easily. Goals Generate a PDF Docume...73 readsSwift