Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
A form filling issue was discussed on the users mailing list where one of the issues was that the widget annotations do not contain a /P entry.
This led to an NPE:
Exception in thread "main" java.lang.NullPointerException
at org.apache.pdfbox.pdmodel.PDPageContentStream.<init>(PDPageContentStream.java:195)
As the /P entry is an optional entry the code would not opened on that entry.
Attachments
Issue Links
- is related to
-
PDFBOX-4636 "There has been a widget with a missing page reference" and non widget annotation gets flattened
- Closed