jamesblast wrote: > BaseFont bf = BaseFont.CreateFont(fontPath, BaseFont.IDENTITY_H, > BaseFont.NOT_EMBEDDED);
When using IDENTITY_H, the parameter NOT_EMBEDDED is ignored. The font is embedded anyway. If you look at the PDF from the inside, you'll see that a large part of the file consists of the font program that is embedded. br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
