All, Being a newbie, can anyone point me to some sample Java iText code for embedding font's cross operating system by I assume using a program included resource jar with the font files resident within it? It appears I am going to have to do this to solve at least my corrupted signature signing problem that is font substitution based. I intend to use only Adobe's included default fonts in my form. The latter font embedding step would also serve to help make my PDF PDF/A-1 compliant and more importantly prevent corrupted digital signatures because of Adobe resorting to font substitution and so invalidating the PDF.
Any insights on how best to do this font embedding, while keeping it simple to say just Adobe's built-in set is desired. I have googled, skimmed the iText book (I have 2007 edition) and it appears there are many complications of some fonts like True Type always wanting to be subsetted, which I want to avoid (see Bruno post http://www.opensubscriber.com/message/[email protected]/9202393.html). Much appreciated if you could provide some Keep It Simple Stupid (KISS) guidance and reference some sample code would be appreciated. This font set should prove sufficient for my needs: Courier Helvetica Times Roman Mike ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
