[ 
https://issues.apache.org/jira/browse/PDFBOX-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated PDFBOX-3586:
------------------------------------
    Attachment: w8ben.pdf

> Unable to detect form - pdCatalog.getAcroForm() return null
> -----------------------------------------------------------
>
>                 Key: PDFBOX-3586
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3586
>             Project: PDFBox
>          Issue Type: Bug
>          Components: AcroForm
>    Affects Versions: 2.0.3
>         Environment: Latest macOS Sierra 10.12.1. Java 1.8.0_73
>            Reporter: steve neo
>         Attachments: w8ben.pdf
>
>
> I have a PDF document which has form.  I can type either from browser, Adobe  
> reader, they all have an editable form. But when I use getAcroForm(), it 
> return null.   The PDF 
> https://drive.google.com/file/d/0B3Uah3i8yt9qTUVldFVWeTFob2c/view?usp=sharing
> {code}
>         PDDocument document = PDDocument.load(input);
>         PDDocumentCatalog pdCatalog = document.getDocumentCatalog();
>         PDAcroForm formPdf = pdCatalog.getAcroForm(); // here return null
>         if (formPdf != null) {
>             formPdf.flatten();
>         }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to