vote up 3 vote down star

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.

flag

2 Answers

vote up 1 vote down check

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|flag
Nice, but, will printing to PDF first affected the quality? – Selinap Aug 24 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 at 16:38
It don't work with Firefox. The two sided option is disabled. – Selinap Aug 24 at 16:38
My problem was solved. gutenprint don't work, but cups-pdf works. – Selinap Aug 24 at 17:53
vote up 0 vote down

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|flag
Is there any work around? – Selinap Aug 24 at 16:39
I just added one. Hope this helps. – Dexter Aug 24 at 17:40

Your Answer

Get an OpenID
or
never shown

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