Topic: Fastreport PDF Export - import TTF

Hello to all,


I am using fastreport inside our applications by script and not by an button action.


Some of the reports are using TTF Fonts which are not existing in some other systems. With other PDF Creators, including Adobe, it is possible to import/include the used TTF Fonts with the created PDF File. These files are readable on every system, regardles if the used TTF is installed or not.. It makes the .pdf somewhat larger but this is ok.


How is it possible to include used TTF Fonts in the Fastreport   PDF Export?  At the moment I print everything with an PDF Printer but using the export function would be better.


Thank you in advance for help.

Re: Fastreport PDF Export - import TTF

Hello.


Try to enable it in this way


   Form1.frxPDFExport1.EmbeddedFonts := True;
Dmitry.