Write values to editable pdf

Hi,

I am looking to do the following;

  1. Use a field on ‘Purchase Order’ to search for a PDF (editable) file
  2. Open the file and write values from fields on the PO to the PDF.
  3. Save the PDF to a location.

Is this possible? and if so how would I do this?

Any help would be much appreciated! :slight_smile:

Hello Richard,

One way to do this is to use the ItextSharp libraries from iText.

Mark W.

4 Likes

I’ll look into this, thanks!