Setting or Changing Information in a PDF
Automation procedures to set or change field values in a PDF file.
Setting a Field to a String
get the pdf
the field is "Date"
set the pdf's field to "2023-01-01"Changing a Field to a String
get the pdf
the field is "Name"
change the pdf's field to "John Doe"Setting a Field to a Number
get the pdf
the field name is "Total Amount"
set the pdf's field to 150Changing a Field to a Number
Last updated
Was this helpful?

