Font: TrueType (CID) --> TrueType

dannidanni Denmark
edited 5:58AM in FastReport .NET
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

Comments

  • dannidanni Denmark
    edited April 2011
    When exporting I can embed fonts in my code like this:

    FastReport.Export.Pdf.PDFExport export = new FastReport.Export.Pdf.PDFExport();
    export.EmbeddingFonts = true;

    how do I do this before printing the report object?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.