I've written a small script to merge various reports in PDF format into one big PDF file and add some comments into the reports. It is working quite well, but I have a problem if some of the reports have pages in landscape format. What is happening is that the landscape pages are being changed to portrait and the content on the pages is being cropped.
I am using PDF::Reuse. Does anyone have any suggestions how I can keep the page layout when I merge files?
Thanks.