Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.8, 2.0.0
Description
java.lang.ClassCastException: org.apache.pdfbox.cos.COSObject cannot be cast to org.apache.pdfbox.cos.COSArray
at org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation.getColour(PDAnnotation.java:644)
at org.apache.pdfbox.preflight.annotation.AnnotationValidator.checkColors(AnnotationValidator.java:134)
The cause is this:
/C 19 0 R
The current code doesn't expect it to be an indirect object.