[ https://issues.apache.org/jira/browse/PDFBOX-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15705473#comment-15705473 ]
Tilman Hausherr commented on PDFBOX-3604: ----------------------------------------- load(PDDocument doc, TrueTypeFont ttf, boolean embedSubset) https://pdfbox.apache.org/docs/2.0.2/javadocs/org/apache/pdfbox/pdmodel/font/PDType0Font.html#load(org.apache.pdfbox.pdmodel.PDDocument,%20org.apache.fontbox.ttf.TrueTypeFont,%20boolean) > 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