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?