You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How difficult will it be to extend to the existing PDF printing logic to specify the orientation and page size of the page that should be used? Thinking of adding pdfOrientation: landscape | portrait setting. If not specified it should default to portrait. For size, using something like pdfPageSize: A0 | A1 .. | Letter
If possible, any pointers where to start looking at adding the support to the existing code base?
The text was updated successfully, but these errors were encountered:
cjlotz
changed the title
[Feature Request] Print PDF's in landscape orientation
[Feature Request] Print PDF's in landscape orientation or using specific page size
Apr 7, 2024
cjlotz
changed the title
[Feature Request] Print PDF's in landscape orientation or using specific page size
[Feature Request] Print PDF's in landscape orientation and using specific page size
Apr 7, 2024
How difficult will it be to extend to the existing PDF printing logic to specify the orientation and page size of the page that should be used? Thinking of adding
pdfOrientation: landscape | portrait
setting. If not specified it should default toportrait
. For size, using something likepdfPageSize: A0 | A1 .. | Letter
If possible, any pointers where to start looking at adding the support to the existing code base?
The text was updated successfully, but these errors were encountered: