----- Original Message ----- From: "Richard Barton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 16, 2004 19:13 Subject: [iText-questions] (no subject)
Hi there, Does iText support User-Defined Type 3 Fonts similar to PDFLib? No. If not do you have any pointers on what I would need to do to add such a feature to iText? You'll need to extend BaseFont and change FontDetails. Best Regards, Paulo Soares Reason being I have some raster fonts I'd like to embed within a PDF document and would like the text that uses the raster font to be searchable when someone opens Acrobat to view the file. Thanks, Rich ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
