in C#:
Font f = FontFactory.GetFont(fontfacename, BaseFont.CP1252,
BaseFont.EMBEDDED, fontsize, Font.NORMAL);
gives me a pdfx1a compatible embedded font (I control font style by using
the full face name eg "Arial Bold", not by Font.Bold)
hth
neptuno wrote:
>
> Hello,
>
> Can someone tell me
Hello,
Can someone tell me how does iText manage the insertion of fonts into a pdf
file? For instance, if I create a pdf file using itext.writer and add a
label and/or field of a specified font, how does that font will be added to
the file?
I´m asking this because, if I can´t add fonts to