Give us feedback
pdfforms-xif
Reactive icon

PDF Forms

Stable version 2.0.0 (Compatible with OutSystems 11)
Uploaded on 14 April 2022 by 
0.0
 (0 ratings)
pdfforms-xif

PDF Forms

Details
Allows you to retrieve fillable form data from a PDF and also fill it in and get back the filled in PDF.
Read more

Actions:

GetFields(PDFBinaryIn) -> Which will fetch all form fields of the PDF with their current value (KeyValueList)
FillFields(PDFBinaryIn, KeyValueList) -> Which will fill in the form fields based on the list provided,will return the binary of the result PDF.

Exceptions:

BadPassword -> If there is an "user" password set on the document (owner password will be ignored) it will be unable to read the PDF and thus return this exception.

Release notes (2.0.0)

- Added option to flatten PDF's when filling them.

Reviews (0)
Team