I want to include windows fonts in my PDF, but not embed them. I converted the ttf font to XML, added it to my config file then I made the change below to FontInfo.java to prevent the exception that occurred where the embedFile is cast to a File object.
FOP seemed to run just fine and produced the PDF but when I go to display the PDF, I get an error "110" problem with the document. I tried to create a similar document with Acrobat and the major difference in the PDF is that there is font width information in the in the Font declaration section. I also noticed that the XML font file that I produce is much different that the XML font file that are part of the FOP source distribution ?? Is the XML File being produced correctly ? Did I miss something ?? TIA John G Changes to FontInfo.java. */ public String getEmbedFile() throws FOPException { if (embedFile == null) return null; -- -------------------------------------- John Gentilin Eye Catching Solutions Inc. 18314 Carlwyn Drive Castro Valley CA 94546 Contact Info [EMAIL PROTECTED] Ca Office 1-510-881-4821 NJ Office 1-732-422-4917 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]