Rotate pages

  • Thread starter hotrod1952 via AccessMonster.com
  • Start date
H

hotrod1952 via AccessMonster.com

I have a version of Access that does not support output to pdf. So I am using
a code module from Lebans site (ConvertReportToPDF). to create multiple pdf
files. I then merge the files for printing or e-mail. That all works great.
My question is this: file1.Pdf is landscape and file2.Pdf is portrait. When
the two get merged into pdf3.Pdf and I open it the pages are pg1=landscape
pg2=portrait. The problem comes when the user wants to print the pdf. One of
the pages always prints wrong. So what I want to do is in code prior to
merging the two pdf's I would like to rotate the pages of file1.pdf 90
degrees. Then merge them. Or after merge write code to rotate a certain page
in the pdf3.Pdf document. I am unsure of what code to use to do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top