Hello Daniel, I wonder why I’m able to open the PDF I want to process and see it normally using apps like apple’s Preview or Adobe Acrobate Reader. May pdfbox not being able to handle embedded fonts properly ?
Thanks, Julien > Le 23 oct. 2018 à 19:11, Daniel Persson <[email protected]> a écrit : > > Hi Julien > > The 6 letters before the + is a unique identifier in the pdf not used for > anything special more than making the font name unique. > > In this case you seem to be missing the character in the font inside the > pdf. This might be an embedded font that miss that specific glyph. > > The mapping should be available but painting it is impossible. > > Best regards > Daniel > > On Tue, Oct 23, 2018, 18:52 Confidential Confidential <[email protected]> > wrote: > >> Hello all, >> >> I’m trying to modify some text automatically in PDFs. What I’m doing is >> getting the font characteristics from some existing text and then use it to >> render another string with the same style but other color. >> However for some PDFs I get the following kind of message : >> >> <<< >> No glyph for U+0054 in font YACXIW+Arial >>>>> >> >> As you can see the mentioned character is simply a « T » so it’s not a >> particular or fancy character. >> >> Any idea why this is happening ? Arial is a very common font. What does « >> YACXIW » mean ? >> >> I’m using pdfbox and fontbox version 2.0.12 >> >> Regards, >> >> Julien >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
