Any good PDF export filter that works with Fast Report?

后端 未结 6 1064
面向向阳花
面向向阳花 2021-02-06 10:46

I recently discovered that the PDFs exported by the Fast Report\'s PDF export filter aren\'t displayed correctly in Mac OSX, iOS and Android devices.

Fast Report informe

6条回答
  •  难免孤独
    2021-02-06 10:55

    AFAIK you can export your Fast Report pages as metafiles (i.e. vectorial Windows format, which is in fact a raw serialization of GDI commands).

    Then you could be able to render those metafiles into PDF using our Open Source SynPDF library. It works from Delphi 5 up to XE, is Unicode ready, can embed true type fonts, and even create PDF/A files.

    It is also able to export metafiles included in reports as vectorial pictures (and not bitmaps), and could therefore highly increase the pdf quality and at the same time shrink its size.

    See for instance how it can be used for QuickReport. A similar technical should be used with Fast Report.

提交回复
热议问题