Due to a daft design decision (out of our hands) we have to use Word for
reporting rather than PDF.  As I've used iText before I would rather use
that than VBScript and word templates <shudder>

We have some Adobe fonts for barcodes installed on all client machines but I
cannot get them to display in the RTF - I think this is partly because iText
has to refer to the AFM file (which is not in the c:\winnt\fonts directory,
as it only has the PFM files)  

To test I put the relevant files in the C:\ directory and used the
following:
BaseFont bf = BaseFont.createFont("c:\\B39QR2.AFM", BaseFont.WINANSI,
BaseFont.NOT_EMBEDDED);
but the font does not display in the final doc (although if I place the
cursor on it the name is displayed correctly)

Is this a limitation of the RTF implementation, or is there a way round it?

Thanks, Simon


This e-mail and any attachment is for authorised use by the intended recipient(s) 
only. It may contain proprietary material, confidential information and/or be subject 
to legal privilege. It should not be copied, disclosed to, retained or used by, any 
other party. If you are not an intended recipient then please promptly delete this 
e-mail and any attachment and all copies and inform the sender. Thank you.


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to