Am 12.06.2018 um 02:59 schrieb JZ Q:
Hi everyone,
I need to process the pdf provided in the link. But the api code below does
not return fieldList. Does that mean this PDF file does not define any
PDField? Thanks.
Indeed. Your file is an XFA form, which we don't support.
Tilman
PDAcroForm acroForm = docCatalog.getAcroForm();
// Get field names
List<PDField> fieldList = acroForm.getFields();
https://drive.google.com/file/d/1kLm8kio9LzGJ-jSL4FAQ_4J21kbGMThQ/view?usp=sharing
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]