why both pdfbox and pdfrenderer can not support "Additional fonts"?
Posted
by MemoryLeak
on Stack Overflow
See other posts from Stack Overflow
or by MemoryLeak
Published on 2010-03-30T07:37:21Z
Indexed on
2010/03/30
7:43 UTC
Read the original article
Hit count: 465
I have a pdf which contains 'UniCNS-UCS2-H' font, I tried both pdfbox and pdfrenderer, they all throw exception: Unknown encoding for 'UniCNS-UCS2-H'
and this font was included in a font file :mingliu.ttc(it's a true type collection file, I don't know does this matter ?
what can I do to let these two libraries support additional fonts ?
© Stack Overflow or respective owner