#PDF editing with Nest !

7 messages · Page 1 of 1 (latest)

delicate compass
#

Hey, I'm looking for a library that would allow me to edit a PDF document with my Nest API. What I'd like to do is search for a string in a PDF document and replace it. I've done quite a bit of research, but I keep coming across libraries that don't handle PDF modification, at least of the text. I'd love to hear about any searches or libraries you know of! Thanks in advance!

vernal stag
#

Quick Google search found this package: pdf-lib

delicate compass
vernal stag
#

You may have to struingify the pdf, find and replace, and create a new pdf in place of the old one

#

Not sure if you'll find a library for what yoyu're looking for otherwisde

delicate compass
vernal stag
#

I would guess you'd eventually be able to field.setText on a field of the page of the document, and the doc.save. Seems a little convoluted, but that's kinda how pdfs are