Pages tagged with printing
- Printing multiple pages per sheet - How to print multiple page of a document on single sheets of paper (example prints pages 2x2 on a sheet):
1. Convert to pdf.
2. pdfnup --nup 2x2 doc.pdf
3. lpr doc-nup.pdf
To get pdfnup on gentoo you'll need to install app-text/pdfjam.
- hplip hp-setup - When running hp-setup (on gentoo), you may need to select “Advanced” and choose SLP as the communication method, otherwise device communication will fail. See HP Officejet J6410 printer notes for an example of setup steps for that printer.
- HP Officejet J6410 printer - Printer settings
Ethernet
I needed to set the following printer configuration in order for the printer to work on my network via gentoo (via cups/hplip). They proved fine for a Windows XP box too.
IP: Automatic.
Link speed: 10-Full.
If having probl...
Go to top