[
https://issues.apache.org/jira/browse/PDFBOX-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14228478#comment-14228478
]
John Hewson commented on PDFBOX-2309:
-------------------------------------
Missing fonts are par for the course with PDF, many of the fallback
substitutions we do are not much more likely to result in a useful rendering.
Sometimes the font never does exist, and the PDF expects no text to be
rendered. Above all we follow the Acrobat approach, which is "keep going".
> UnsupportedOperationException: not implemented: missing CFF
> -----------------------------------------------------------
>
> Key: PDFBOX-2309
> URL: https://issues.apache.org/jira/browse/PDFBOX-2309
> Project: PDFBox
> Issue Type: Bug
> Components: PDModel, Rendering
> Affects Versions: 2.0.0
> Reporter: simon steiner
> Assignee: John Hewson
> Fix For: 2.0.0
>
>
> PDF from PDFBOX-147
> java -jar ~/pdf-box-svn/app/target/pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage
> PDFBOX147-corporate_guide.pdf
> Exception in thread "main" java.lang.UnsupportedOperationException: not
> implemented: missing CFF
> at
> org.apache.pdfbox.pdmodel.font.PDCIDFontType0.<init>(PDCIDFontType0.java:102)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)