Print an 8.5 x 11 document 2-UP on 11 x 17 paper

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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
    s.i.k. is offline Junior Member
    Join Date
    Sep 2010
    Location
    Brazil
    Posts
    1

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139