Print multiple pages on a single page (not quite as obviousas it sounds)

  • Thread starter CRGreathouse
  • Start date
  • Tags
    Multiple
In summary, you can reduce the size of a document by printing it to PDF and then doing n-up printing on PDFs.
  • #1
CRGreathouse
Science Advisor
Homework Helper
2,844
0
I'm looking for a way to reduce wasted space on printed documents. I'd like to slightly condense the size of the text (about 15% in this example) and fit two on a rotated page. Doing this manually would be a lot of work for a 50 or 100 page document. Is there any way to automate this?

I'm attaching a picture of the rough dimensions of the document I'm working with. As you can see the document doesn't need to be reduced very much to fit two to a page.
 

Attachments

  • pdf.png
    pdf.png
    509 bytes · Views: 519
Computer science news on Phys.org
  • #2
It should be in the printer driver settings of any half decent printer.
Otherwise you can print to PDF and then there are lots of free tools to do n-up printing of PDFs
 
  • #3
  • #4
In Word 2007, do Print, Properties, Finishing tab, and change the settings for how many pages to print per sheet.
 
  • #5
I was hoping for something that would overlap the whitespace on the page to shrink the pages by 15-20% rather than the 35% I'd get* from laying them side by side.

* US letter would shrink by 3" / 8.5" = 6/17 ≈ 35%.
 
  • #6
You can use Format-->Columns in MS Word or Open Office Writer.
 
  • #7
So, it seems that you want to do 2up printing...
but you don't just want the whole page scaled down (whitespace and all)
...but just the relevant text region and maybe some whitespace.

I just tried the following with a PDF printer like PDFCreator.
Suppose I have a PDF file with large whitespace borders...
Using Acrobat reader, print to another PDF (without scaling) to pages whose size is smaller than letter size. (In Windows, choose Print... then Properties (for the selected printer)... then Advanced... then choose a smaller paper size. (You should be able to get a thumbnailed preview of the croppped pages in Reader's print dialog.)) This new PDF will have smaller page sizes with the same size text with lots of whitespace removed.
Now open this new PDF in Acrobat Reader... print 2up (which will be scaled down) on letter paper. Not quite automatic... but it seems to work.


Alternatively... here are some other ideas...

If you can generate the individual pages as images,
you could write a script (in perl or python or bash) to use imagemagick
to make images of the desired pages... then print those. (Imagemagick has operations to crop out regions or "trim [boundary colors]".)

If you can generate postscript, you could try to print to postscript
(create a printer with a postscript driver [even if you don't have the printer]
and tell it to print to a file). Then do a crop (e.g. http://www.perlmonks.org/?node_id=10635 ) on the resulting file.
Then print 2up (e.g. http://www.tailrecursive.org/postscript/nup.html ).
This could be automated using http://pages.cs.wisc.edu/~ghost/redmon/index.htm

There's probably a ghostscript solution:
http://pages.cs.wisc.edu/~ghost/doc/other.htm

Hmmm... .. check out http://www.mscs.dal.ca/~selinger/upprint/ (probably some work needed to use this in Windows).
 
  • #8
Those are some interesting ideas, robphy. I'll try them tomorrow.

My home computer is a Linux box and my work computer runs Vista, so either platform is available to me. Obviously solutions that work on both are easiest.
 

1. What is the purpose of printing multiple pages on a single page?

The purpose of printing multiple pages on a single page is to save paper and reduce printing costs. It also allows for easier organization and storage of printed materials.

2. How can I print multiple pages on a single page?

To print multiple pages on a single page, you can adjust the print settings in your printer menu or use a software program that allows for multiple page printing options.

3. Is there a limit to how many pages I can print on a single page?

The limit of how many pages you can print on a single page may vary depending on your printer and software capabilities. However, it is generally recommended to print no more than 4 pages per sheet for legibility purposes.

4. Will printing multiple pages on a single page affect the quality of the print?

Printing multiple pages on a single page can potentially affect the quality of the print, especially if the pages are reduced in size. It is important to test the print settings and adjust as needed to maintain the desired quality.

5. Can I print different page sizes on a single page?

Yes, it is possible to print different page sizes on a single page. However, it may require special software or settings to ensure that the pages are formatted correctly and legibly.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
7
Views
2K
  • General Discussion
Replies
3
Views
1K
  • Atomic and Condensed Matter
Replies
0
Views
283
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
2K
Replies
22
Views
822
  • Mechanical Engineering
Replies
15
Views
654
  • Mechanical Engineering
Replies
3
Views
1K
  • Computing and Technology
Replies
11
Views
2K
Replies
3
Views
1K
Back
Top