Reading through the docs.. can't seem to find answer to this
Is there a way to find and replace text?
Here is the use case:
<URL-REPLACEMENT> to the template and then use pdf-lib to find and replace the tag with the actual url?thanks!
I need the same functionnality.
Find a text or an input to fill in the pdf...
Is there a way to do it ?
From what I can see this is not something that is supported by PDF format itself.
I need the same functionnality.
Same solution?
Hello @keyhoffman!
This is possible only if the text you want to find and replace is in a text field (see https://github.com/Hopding/pdf-lib#fill-form). If the text is just normal text on a page and is not in a form field, it is not currently possible (see https://github.com/Hopding/pdf-lib#limitations).
Most helpful comment
I need the same functionnality.
Find a text or an input to fill in the pdf...
Is there a way to do it ?