PDA

Click to See Complete Forum and Search --> : 2 page report, 1 LandScape, 1 Portrait


Jonga
Mar 26th, 2007, 08:00 AM
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?

Code Doc
Mar 26th, 2007, 09:18 AM
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.

MartinLiss
Mar 26th, 2007, 10:08 AM
Moved.