Hi, Im creating a PDF report and throughout the PDF document there will be some pages that need to be landscape and some that need to portrait. I cant seem to find any documentation about inserting pages in the document with a different layout, it looks like the whole document needs to be on or the other when initialising pdf = PDF::Writer.new(:orientation => :landscape) I currently have the seperate parts of the document rendering individually so one option would be to merge them altogether when finished and use the page numbering to tie them together. Can anyone give some advice on the best route to take for this? thanks JB -- Posted via http://www.ruby-forum.com/.