HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Is it any possible to use the fonts in the ITextAsian.jar? › Re: Re: Is it any possible to use the fonts in the ITextAsian.jar?
April 19, 2010 at 16:10
#27990
Obviously IText + iTextAsian does not embed fonts, but refers to the standard Type1 fonts of Acroread. PD4ML does not support that.
However useTTF() PD4ML API method has a boolean parameter, which tells either to physically embed TTFs or just to refer to their names. “Not embed”-mode results smaller documents, but the documents rely on the fonts installed on the client machine.