How do I print two pages per sheet back-to-back on a non-duplex printer?

0
10
Asked By FuzzyWuzzy123 On

I'm trying to figure out how to print a PDF with two pages per sheet on a non-duplex printer using Linux (specifically NixOS) and an HP printer. On Windows, I usually just flip the pages manually after printing all the odd pages. But when I try the same approach on Linux, it seems like most methods only work with one page per sheet. I'd really like to manage this without using the command line if possible. Any tips?

3 Answers

Answered By PrintPr0n42 On

You might need to get creative with a bit of manual handling here. Print your odd pages, keep track of how you flipped them, and print the even ones with the right orientation. It's not the most efficient method, but it can get the job done without complicated setups!

Answered By TechieTina22 On

Honestly, I just switch to Windows whenever I need to do this, but if you're committed to Linux, I recommend checking out your printer settings. Some GUIs might allow you to specify how to handle multiple pages per sheet. Just make sure your printer orientation is correct for each batch of pages.

Answered By CuriousCat99 On

Ah, I feel you! I often run into similar issues on Linux. What I do sometimes is print all the odd pages first, then make a note on one corner of the last printed page to know how to flip the paper for the even pages. It's a bit messy but it helps with orientation! Just make sure to keep track of how the pages need to go back in the tray, and it should work out fine.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.