up vote 3 down vote favorite
share [g+] share [fb]

I would like to print two pages per page, and both side of the paper (4 pages into a single sheet of paper). I am using a cheap laser printer (Xerox DocuPrint 203A). In Windows, the printer software will control everything, and prompt me to flip the papers, after finishing printing one side of the papers.

How do I do that on Ubuntu 9.04 64bit?

Note: I can print both side of the papers by printing odd first, and then even. But, I have no idea on how to print 2 pages into one page, for both sides.

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

From UbuntuForums Printing Tips Multiple Pages per sheet


Create a dummy pdf-document that has two pages (of the original document) in every page.
for CUPS:

  • general tab: select the PDF printer from the main window / the reverse option should be - - UNchecked
  • page setup tab:
  • pages per side : 2
  • two sided : one sided
  • only print : all sheets
  • hit print


Maybe, this will help.
Making PDF documents in Ubuntu 9.04 with CUPS-PDF (and gutenprint)

link|improve this answer
Nice, but, will printing to PDF first affected the quality? – Selinap Aug 24 '09 at 16:37
@Selinap, I had tried a few times, mostly text documents and sometimes code. My problem had been page alignment. – nik Aug 24 '09 at 16:38
It don't work with Firefox. The two sided option is disabled. – Selinap Aug 24 '09 at 16:38
My problem was solved. gutenprint don't work, but cups-pdf works. – Selinap Aug 24 '09 at 17:53
feedback

This has been a feature request in Ubuntu for a while now. As of yet their is no official support, but there is a work around:

a) Export to PDF in OpenOffice.

b) Use pdfnup to print multiple pages per sheet.

link|improve this answer
Is there any work around? – Selinap Aug 24 '09 at 16:39
I just added one. Hope this helps. – Lucas McCoy Aug 24 '09 at 17:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.