I'm using ABC PDF and I was wondering if there is a way to load an existing template PDF, replace certain placeholders with actual values and then save to a new path?
I've been searching through their documentation, and I can find ways of getting text out of a Document (using Doc.GetText("Text")) but I can't find a way of setting the text back into the document.
Anyone out there know of a way to do this?
For instance, my PDF document contains placeholders like this: "Hello [FIRSTNAME]", where I would like to replace [FIRSTNAME] with an actual name.
Thanks a lot for your help!
Also: if anyone knows of a way to do this without ABCPDF but with some other (free) library, that is also a good solution.
Edit: I have a DocX file which I can edit programmatically just fine, but I'm having trouble converting it to a PDF. So if you have a solution where I can convert my file easily, that will also do.