mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 21:16:32 +02:00
LazReport: pdf exporter (lr_e_fclpdf) - add poSubsetFont to options which reduce size of resulting file, patcn from Michal Gawrycki, issue #34165
git-svn-id: trunk@58750 -
This commit is contained in:
parent
712b1a0ddd
commit
6e5743846c
@ -898,7 +898,7 @@ begin
|
||||
FPDFDocument.Infos.ApplicationName := ApplicationName;
|
||||
FPDFDocument.Infos.CreationDate := Now;
|
||||
|
||||
FPDFDocument.Options:=FPDFDocument.Options + [poPageOriginAtTop, poUseRawJPEG];
|
||||
FPDFDocument.Options:=FPDFDocument.Options + [poPageOriginAtTop, poUseRawJPEG, poSubsetFont];
|
||||
FPDFDocument.DefaultOrientation := ppoPortrait;
|
||||
|
||||
FPDFDocument.StartDocument;
|
||||
|
Loading…
Reference in New Issue
Block a user