DavBfr / dart_pdf

Pdf creation module for dart/flutter
https://pub.dev/packages/pdf
Apache License 2.0
1.42k stars 632 forks source link

[MultiPage] Pdf Landscape Orientation is rotated #1769

Closed sabin26 closed 2 weeks ago

sabin26 commented 3 weeks ago

Describe the bug Pdf Landscape Orientation is not working as expected in MultiPage. It is rotated.

I have tried setting pageFormat: PdfPageFormat.a4.landscape, but it only works for a Page and not for MultiPage

Expected behavior Setting pageFormat: PdfPageFormat.a4.landscape, in MultiPage should work similar to Page

Desktop (please complete the following information):

Smartphone (please complete the following information):

I am using MultiPage widget to display a Table. The pdf is saved and directly opened from a browser and not from the PdfPreview widget.