Re: [iText-questions] Embed fonts into existing pdf... another try

2007-02-06 Thread porcupine
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

[iText-questions] Embed fonts into existing pdf... another try

2007-02-06 Thread S�rgio Oliveira
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