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

Tilman Hausherr commented on PDFBOX-3604:
-----------------------------------------

Sure, this would be useful. But seems to be tricky to detect, i.e. that the 
font belongs to the wrong document.

> The TrueType font does not contain a 'cmap' table
> -------------------------------------------------
>
>                 Key: PDFBOX-3604
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3604
>             Project: PDFBox
>          Issue Type: Bug
>          Components: FontBox
>    Affects Versions: 2.0.3
>         Environment: debian stable, java8
>            Reporter: Ralf Hauser
>
> http://www.fonts2u.com/code2000.font is read in an inputstream and then made 
> to a PDFont.
> If I make this a static PDFont variable to only once read it from disk and 
> use it more than once, it only works with the first document I create and 
> thereafter I get the below error.
> Wouldn't it be nice to have this idempotent or at least with a reset() method?
> java.io.IOException: The TrueType font does not contain a 'cmap' table
>       at 
> org.apache.fontbox.ttf.TrueTypeFont.getUnicodeCmap(TrueTypeFont.java:477)
>       at 
> org.apache.fontbox.ttf.TrueTypeFont.getUnicodeCmap(TrueTypeFont.java:460)
>       at org.apache.fontbox.ttf.TTFSubsetter.<init>(TTFSubsetter.java:89)
>       at 
> org.apache.pdfbox.pdmodel.font.TrueTypeEmbedder.subset(TrueTypeEmbedder.java:302)
>       at 
> org.apache.pdfbox.pdmodel.font.PDType0Font.subset(PDType0Font.java:162)
>       at org.apache.pdfbox.pdmodel.PDDocument.save(PDDocument.java:1138)
>       at org.apache.pdfbox.pdmodel.PDDocument.save(PDDocument.java:1118)
>       at org.apache.pdfbox.pdmodel.PDDocument.save(PDDocument.java:1106)
> see also PDFBOX-3162



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to