mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 12:29:30 +02:00
LazReport, enabled flatdecode compression in pdf export, from Javier Villarroya (req powerpdf r791)
git-svn-id: trunk@19831 -
This commit is contained in:
parent
d3cfa5e729
commit
c756e3bd21
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user