Saturday, January 15, 2022

AWS CloudFormation tools

github.com/aws-cloudformation/awesome-cloudformation

A curated list of resources and projects for working with AWS CloudFormation.

PDFKit.js + React

npmjs.com/package/@react-pdf/pdfkit
github.com/diegomura/react-pdf


A JavaScript PDF generation library for Node and the browser.

This project is a fork of pdfkit by @devongovett and continued under the scope of this project since it has react-pdf specific features.


PDFKit is a PDF document generation library for Node and the browser that makes creating complex, multi-page, printable documents easy. It's written in CoffeeScript, but you can choose to use the API in plain 'ol JavaScript if you like. The API embraces chainability, and includes both low level functions as well as abstractions for higher level functionality. The PDFKit API is designed to be simple, so generating complex documents is often as simple as a few function calls.

Check out some of the documentation and examples to see for yourself! You can also read the guide as a self-generated PDF with example output displayed inline. If you'd like to see how it was generated, check out the README in the docs folder.

You can also try out an interactive in-browser demo of PDFKit here.