mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-29 13:49:36 +02:00
LazReport: fix export from LazReport to pdf (fclpdf), from Aleksey Lagunov, issue #31659
git-svn-id: trunk@54619 -
This commit is contained in:
parent
b82d144b41
commit
71449f2742
@ -871,6 +871,7 @@ begin
|
||||
FPDFDocument.Infos.CreationDate := Now;
|
||||
|
||||
// FPDFDocument.Options:=FPdfOptions.FOptions;
|
||||
FPDFDocument.Options:=FPDFDocument.Options + [poPageOriginAtTop];
|
||||
FPDFDocument.DefaultOrientation := ppoPortrait; // FPdfOptions.PaperOrientation;
|
||||
|
||||
FPDFDocument.StartDocument;
|
||||
|
Loading…
Reference in New Issue
Block a user