You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that JHOVE throws the PDF-HUL-45 "Malformed FIlter" validation error when the filter is referenced as an indirect object.
Unfortunately I cannot share the file, but the example is as follows:
It seems that JHOVE throws the PDF-HUL-45 "Malformed FIlter" validation error when the filter is referenced as an indirect object.
Unfortunately I cannot share the file, but the example is as follows:
where the content of the referenced object 1401 is:
When I replace "/Filter 1401 0 R" with "/Filter /DCTDecode" and rebuild the xref, the PDF validates fine.
It appears that the according section in the code starts here:
jhove/jhove-modules/pdf-hul/src/main/java/edu/harvard/hul/ois/jhove/module/pdf/PdfStream.java
Line 154 in 47f077f
Maybe someone who can actually understand the code (not me) can verify this :-)
The text was updated successfully, but these errors were encountered: