Font: TrueType (CID) --> TrueType
danni
Denmark
Hi
We have changed our servers from a windows server 2008 SP2 to windows server 2008 R2 SP1. After doing so, our exported PDF documents from FastReport had changed apperance!
You use the Font library: CID which in my understanding is an eastern standard? This is supposely not supported by windows server R2 SP1.
We have narrowed the issue down to the use of RichTextFields in reports. Is it possible to not use CID fonts in those reportobjects?
We use FastReport Product version 1.6.5.0
Thank you
Danni
We have changed our servers from a windows server 2008 SP2 to windows server 2008 R2 SP1. After doing so, our exported PDF documents from FastReport had changed apperance!
You use the Font library: CID which in my understanding is an eastern standard? This is supposely not supported by windows server R2 SP1.
We have narrowed the issue down to the use of RichTextFields in reports. Is it possible to not use CID fonts in those reportobjects?
We use FastReport Product version 1.6.5.0
Thank you
Danni
Comments
FastReport.Export.Pdf.PDFExport export = new FastReport.Export.Pdf.PDFExport();
export.EmbeddingFonts = true;
how do I do this before printing the report object?