DEV Community

Discussion on: A full comparison of 6 JS libraries for generating PDFs

Collapse
 
brianmcbride profile image
Brian McBride

An interesting library is this one too:
react-pdf.org/
It has pretty good ease of use if you are a front-end developer.

What is missing from so many PDF libs is the ability to load and modify existing PDFs. Like, I want to be able to load a PDF and stamp over it "PROCESSED". Well, maybe not that exact example. But at least take exiting PDFs, fill out their forms, add a layer of content, etc...

The signing of PDFs is also another tool. I get that really isn't PDF creation. But still, the e-signing libs can be a chore.