i am using CR
i need to generate a 2 page report, 1 page Landscape the other portrait
and then convert it into 1 PDF file
is that possible?
Printable View
i am using CR
i need to generate a 2 page report, 1 page Landscape the other portrait
and then convert it into 1 PDF file
is that possible?
Print one page with Printer.Orientation = 1 (portrait). Print the second page with Printer.Orientation = 2 (Landscape with Printer.NewPage in between). That takes care of your first question.
Building a .pdf file is another story. Start by printing both pages to disk. Then why not let Adobe Acrobat do the conversion for you? All MS Word does is link to Acrobat. Do a search on PDF at this site. There have been numerous discussions.
Moved.