Skip to main content
Participant
March 2, 2022
Question

Need to print 1 page as 4-to-a-page as need it printed in small multiple times

  • March 2, 2022
  • 1 reply
  • 1207 views

I have a multi-page pdf which I need to print a single page from multiple times in small.  The 'Multiple' print setting set to print 4 sheets per page gives the correct size, however it does not repeat the page I'm printing 4 times on the same page, rather it prints 4 pages with the page I'm printing taking up a quarter of each page.  How do I make it print 4 of the same page per page please? I need to print multiple copies of this document and then will use a guillotine to trim down into small individal sheets, and don't want to be wasting paper with only 1 per A4 page when I can fit 4 per page.

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
March 2, 2022

Either duplicate each page 3 times or write each page number 4 times in the print dialog, for example "1,1,1,1,2,2,2,2", etc.

Both things can be achieved using a script, too.

Participant
March 2, 2022

Excellent, thank you....I'm trying to print page 20 and typing 20,20,20,20 in the 'Pages' box works! 🙂