Hello all,
In Illustrator, I run a script that pastes a set background into existing PDFs that each contain about 200,000 circles. This then gets saved as a new file. That part of the project works fine.
My problem is that the viewer of these PDF's will want to view them on their screen in landscape mode and I'd like them to open up that way. All my files output in portrait mode, eventhough the original file (with the 200,000 circles) was created as landscape. I do not see PDFSaveOptions() that changes the orientation.
Is my only solution to rotate every item in the file 90° and then resize the artboard to landscape mode?
Thanks for any ideas on how to do this.
Jeremy