<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > JamioPlug > JamioPlug Document Automation > ExtractFieldsFromPDF |
Plug
Method
ExtractFieldsFromPDF
Description
Extracts form fields from a PDF document
Input |
|||
Name |
Description |
Type |
Optional |
serverAddress |
Server address for an external Domain (or "" for the current Domain) |
String |
Y |
token |
The session token (for the current session in the current Domain may be null or empty) |
String |
Y |
pdfResource |
Resource containing PDF document. Can be a reference to Attachment, FileComponent, Document or resource containing attachments |
Reference |
|
fieldNames |
Names of fields to extract. If not specified, all fields will be extracted |
List of String |
Y |
password |
Optional password to decrypt PDF document |
String |
Y |
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
A DataSetValue containing values of form fields extracted. Dataset values are in string format. |
DataSet |
|