Thanks Tilman, that solved the issue. However, I see the following INFO in the logs:
[org.apache.pdfbox.pdmodel.font.PDCIDFontType2] - OpenType Layout tables used in font David are not implemented in PDFBox and will be ignored Could you please explain what it means? On Fri, Apr 27, 2018 at 10:28 AM, Tilman Hausherr <[email protected]> wrote: > Am 27.04.2018 um 08:13 schrieb Mickael Marrache: > >> PDType0Font font = PDType0Font.load(pdfDocument, >> PDFBoxUtils.class.getClassLoader().getResourceAsStream("DAVID.TTF")); >> > > > Try setting the third parameter to false. > > > Tilman > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

