PDF generators
PDFs can be generated programmatically in several ways. A common use case is converting a website to PDF, but some of the tools listed below work for other use cases too. Converting a website to PDF If you’re okay with text not being selectable or searchable, you could use html-to-image to turn the site into images, and then put the images into a new PDF with jsPDF. Use JPEGs so the resulting file isn’t too big....