[ 
https://issues.apache.org/jira/browse/PDFBOX-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13722360#comment-13722360
 ] 

Johan van der Knijff commented on PDFBOX-1675:
----------------------------------------------

Hi Eric,

Glad you found my blog post useful. One thought on your suggestion to provide a 
way to ignore some errors: I'm not completely sure if this is something that 
necessarily needs to be implemented *within* Preflight. Using the XML output 
option it's relatively easy to filter out specific errors as a post-processing 
step. For instance, see this work here:

https://github.com/openplanets/pdfeh/

which uses an XSLT transformation for this; alternatively with Schematron rules 
this is pretty straightforward as well. My experience so far is that the most 
challenging part is to decide *what* (combinations of) Preflight error codes / 
details correspond to specific issues one's interested in (e.g. non-embedded 
fonts). And making the error details more descriptive/user-friendly would 
definitely help with that.

Johan  

    
                
> Preflight : improve error information
> -------------------------------------
>
>                 Key: PDFBOX-1675
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1675
>             Project: PDFBox
>          Issue Type: Task
>          Components: Preflight
>    Affects Versions: 1.8.2
>            Reporter: Eric Leleu
>            Priority: Minor
>
> Preflight should :
> - have more userfriendly error details
> - provide a way to ignore some errors

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to