Give us feedback
pdfforms-xif
Reactive icon

PDF Forms

Stable version 2.0.0 (Compatible with OutSystems 11)
Uploaded on 14 April 2022 by 
1.0
 (1 rating)
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 (1)
24 Mar
in version 2.0.0
This is a Integration Studio extension, it cannot be used directly inside Service Studio.
There is no documentation on how to integrate to and use it inside Service Studio.