[ 
https://issues.apache.org/jira/browse/PDFBOX-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Hewson closed PDFBOX-2609.
-------------------------------
       Resolution: Not a Problem
    Fix Version/s:     (was: 2.0.0)

Preflight doesn't know if this is an error until the font is actually used, 
because it is permitted in text rendering mode 3, in PreflightContentStream 
you'll find the code:

{code}
if (renderingMode == RenderingMode.NEITHER && (fontContainer == null || 
!fontContainer.isEmbeddedFont()))
{
    // font not embedded and rendering mode is 3. Valid case and nothing to 
check
    return;
}
{code}

> unreported font-problems during pdf/a validation
> ------------------------------------------------
>
>                 Key: PDFBOX-2609
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2609
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Preflight
>    Affects Versions: 2.0.0
>         Environment: deb7, java8
>            Reporter: Ralf Hauser
>         Attachments: DiverseDokumente_7013_20150115_1207_01.pdf
>
>
> when stepping through the validation, I see 
> "Tahoma: FontFile entry is missing from FontDescriptor" ,
> "Tahoma-Bold: FontFile entry is missing from FontDescriptor"
> but in the end PDFBOX preflight considers it as valid?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to