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.
PDAcroForm acroForm = docCatalog.getAcroForm(); // Get field names List<PDField> fieldList = acroForm.getFields(); https://drive.google.com/file/d/1kLm8kio9LzGJ-jSL4FAQ_4J21kbGMThQ/view?usp=sharing -- Best Wishes, Jason