[
https://issues.apache.org/jira/browse/PDFBOX-2538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14235857#comment-14235857
]
John Hewson commented on PDFBOX-2538:
-------------------------------------
Anecdotally I've seen files with contain unused resources in the past and
Acrobat's Prefligth doesn't even list them as being present, so I doubt that it
is validating them. So I think we're safe to only validate when a resource is
used.
This is one of the major flaws in the current architecture of our Preflight.
> avoid "-1 : Unknown error"
> --------------------------
>
> Key: PDFBOX-2538
> URL: https://issues.apache.org/jira/browse/PDFBOX-2538
> Project: PDFBox
> Issue Type: Sub-task
> Components: Preflight
> Affects Versions: 2.0.0
> Reporter: Ralf Hauser
> Priority: Minor
> Fix For: 2.1.0
>
>
> e.g. error 4 in PDFBOX-2513
> after all, we know what the reason is.
> Ideas:
> 1) create COSStreamException extends IOException in COSStream.java
> 2) in SinglePageValidationProcess.validateContent() examine the root cause
> exception type to classify smarter than just ERROR_UNKOWN_ERROR
> any other thoughts?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)