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 <hqsoftwares@gmail.com>
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
>
>
|