Hacker News new | ask | show | jobs
by estebarb 1007 days ago
Windows approach: Print even pages first, ask the user to move the printed pages back to the printer and then print the odd pages later. The result is ready to be read.

In Mac you need to print first one side, move the pages manually, print the other side. But you have to remember to add an extra page if the page count is odd, have caution if an app tries to be intelligent and sort the pages in a different way...

In Windows all those calculations are done by the system. It is easy! Just print and follow instructions. In Mac is painful.