Skip to main content
Participating Frequently
April 6, 2018
Answered

How to create PDF of sorted 4-up postcards

  • April 6, 2018
  • 4 replies
  • 6375 views

I'm trying to use Acrobat to take a PDF of 5.5 x 4.25 sorted postcards and create an 11 x 8.5 landscape PDF with all the cards 4-up--but sorted so that when the stack is cut into quarters, each quarter-stack will already be in order. Otherwise we need to collate all the cards by hand, and having done that once, we'd like never to have to do it again.

Example: Say we have 100 postcards (we have a lot more). The first would print in the upper left quadrant of the first page printed, but the 26th should print in the upper right quadrant of that first page. The 51st in the lower left, and the 76th in the lower right. The second page, UL, UR, LL, LR, would have postcards #2, 27, 52, and 77.

Are there any fairly easy, inexpensive solutions out there? Running Windows. Thanks!

This topic has been closed for replies.
Correct answer Thom Parker

You need a page imposition tool. There are no features in Acrobat for this. You'll need to either purchase an external tool, such as Quite Imposing, or build your own. This can be done with an Acrobat JavaScript automation tool, but you'd need to be an expert to write it. I've created similar tools. For example, I've got a page tiling tool here, but it doesn't allow for the custom ordering you need.

Search Downloads

4 replies

caresrgAuthor
Participating Frequently
April 9, 2018

You've all been very helpful, thank you. I think for ease of use, even though it will freak some of the users out, I am going to write an excel formula to get the original data source in the right order for this. I just wish it were something simple like, oh choose THIS in the Acrobat print options. Thanks again.

Luke Jennings
Inspiring
April 9, 2018

In addition to the good advice above, there won't be any room for bleed with your scenario, I'm assuming this is ok. If you don't want to use an imposition program, you can do this with InDesign. Create an 11 x 8.5 page, on the master page, create 4 rectangles the size of your postcards. From the pages panel, add 24 pages (based on your master page), then select all pages, and from the pages fly-out menu select Override all master page items (this makes the rectangles selectable on all pages).

Lets also assume you have a 100 page PDF of your postcards, go to file> Place> (select your 100 page PDF)> Show options> All pages. click on the upper left rectangle on page 1 to place the first postcard, click on the upper left rectangle on page 2 to place the 2nd postcard, and so on. You can zoom out to show several InDesign pages at the same time, to make things go faster. When all pages are placed, export to a new stacked PDF.

Participant
June 12, 2024

Thanks much for this how-to. 

Thom Parker
Community Expert
Thom ParkerCommunity ExpertCorrect answer
Community Expert
April 8, 2018

You need a page imposition tool. There are no features in Acrobat for this. You'll need to either purchase an external tool, such as Quite Imposing, or build your own. This can be done with an Acrobat JavaScript automation tool, but you'd need to be an expert to write it. I've created similar tools. For example, I've got a page tiling tool here, but it doesn't allow for the custom ordering you need.

Search Downloads

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
try67
Community Expert
Community Expert
April 6, 2018

Is each postcard its own file? What is the format of these files? What version of Acrobat do you have?