LazReport, enabled flatdecode compression in pdf export, from Javier Villarroya (req powerpdf r791)

git-svn-id: trunk@19831 -
This commit is contained in:
jesus 2009-05-07 06:02:31 +00:00
parent d3cfa5e729
commit c756e3bd21

View File

@ -66,7 +66,7 @@ constructor TfrTNPDFExportFilter.Create(AStream: TStream);
begin
inherited;
PDF := TPReport.Create(nil);
//PDF.CompressionMethod := cmFlateDecode;
PDF.CompressionMethod := cmFlateDecode;
PDF.UseOutlines := True;
PDF.PageLayout := plOneColumn;
PDF.BeginDoc;