Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Bart_Simmons@adobeforums.com #1
Print an 8.5 x 11 document 2-UP on 11 x 17 paper
For large quantity printing purposes I need to find a way to print a multipage pdf file 2-up on 11 x 17 inch paper. The original pdf is 100+ 8.5x11 pages (portrait orientation). I need to print out each page in duplicate, side by side on 11x17 inch paper (landscape orientation). I know acobat can do N-UP printing but I need each sheet to contain two copies of the original 8.5x11 page. N-UP printing doesn't duplicate any pages, it just prints the pages sequentially only 2 on each sheet.
ie on the first sheet would be page 1 and 2. On the second sheet would be page 3 and 4 etc. I need page 1 and 1, then 2 and 2 etc.
I assumed I would have to write a plug in (which I have done before) to do this type of manipulation. If anyone knows of a way to do it with writing code, that would be great. If a plug in is need, does anyone have any idea which sdk api calls to use to make this easiest. I assumed I could create a new pdf file, extract a page from the original and insert it twice into the new pdf file. In looking over the documention, I am not clear exactly how to do that.
Any insight into this issue would be greatly appreciated, Thanks.
Bart_Simmons@adobeforums.com Guest
-
Saving Print Settings in a Document via Print Advanced Menu
I just discovered in the Help file you can do the above but it doesn't say how. I want to save the document so it can be printed on anyone's printer... -
Get document paper size - using AxAcroPDF?
Hi, Is it possible to retrieve the size of the document loaded into the AxAcroPDF control programatically? I'm using VB.net 2008. My... -
Simple query Print, colour and paper settings
I am running Indesign 2.0. I am a newbie. I want to know about paper size settings, colour settings, bleeds and getting my work printed. If I want... -
Print area has no relation to paper or printer selected?
Using Illustrator 10. Printer is a Canon W6200 wide format printer. Media is 20'x24" roll. Ok so i set my art board to be 600(h)x1000(w)mm... -
Print Resolution, Paper Quality - Illustrator CS, MAC Panther 10.3
Hello All, I've just upgraded from Illustrator 10 to Illustrator CS and am having a tough time printing. I cannot find any options to adjust my... -
Leonard_Rosenthol@adobeforums.com #2
Re: Print an 8.5 x 11 document 2-UP on 11 x 17 paper
You could write a plugin, or you could also do this in JavaScript or some COM/OLE scripting language such as VB, etc.
and yes, I would just create a new document with two copies of each page in it - and then print that Nup.
Leonard
Leonard_Rosenthol@adobeforums.com Guest
-
Carsten_Hammer@adobeforums.com #3
Re: Print an 8.5 x 11 document 2-UP on 11 x 17 paper
I could send you a solution using itext. If you have some java programming knowledge you would be able to modify it to your needs.
Best regards,
Carsten
Carsten_Hammer@adobeforums.com Guest
-
Bart_Simmons@adobeforums.com #4
Re: Print an 8.5 x 11 document 2-UP on 11 x 17 paper
I would appreciate the itext code, I do have java programming experience. I also would like to explore the plugin method. I seems like there must be a way to grab the contents of a page as a single object and plop it down, twice, on a new larger page in a new document. So far a haven't seen the methods that would achieve that task. If anyone knows of a way, I would love to hear about it.
And Carston, could you email me the code to [email]tom@tpmeehan.com[/email]
Thanks.
Bart_Simmons@adobeforums.com Guest
-
s.i.k. #5
Re: Print an 8.5 x 11 document 2-UP on 11 x 17 paper
Have you found a workable solution for this? I too need to do exactly what you initially described and have not found any way to do it. I print quantities of booklets in 8.5" by 11" format on a leased printer that is billed by copies printed. I need to be able to print 2 identical pages on one 17" by 11" paper. Did you find a pluggin or something to do this?
Last edited by s.i.k.; September 14th at 04:41 PM. Reason: corection
Junior Member
- Join Date
- Sep 2010
- Location
- Brazil
- Posts
- 1



Reply With Quote

