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:
jesus 2018-08-21 16:51:55 +00:00
parent 712b1a0ddd
commit 6e5743846c

View File

@ -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;