Search code examples
visual-studioprintingadd-in

Possible To Print 4-Up From Visual Studio?


I got nowhere Googling for this question so if this is a "Google Is Your Friend (GIYF)" question, I apologize in advance.

I always print source code duplex to save paper. Is there an add-in for VS (2003) which allows you to print two pages on one side of the paper so I can print 4 pages on one sheet? I think this is called 4-Up printing. I'm almost certain I can do this if I drop the printing out to a file and then use an external utility but I'd like to be able to do this all from within VS.


Solution

  • This is usually a function of the printer driver. I use it on the Canon printers to print out pamphlets and the like.

    If you have the features for duplex and multipage printing, it'll be in the printer properties of the Print dialog.

    To print both sides of the page (duplex), you'll need a duplex attachment on the printer or do the old even/odd page two-pass printing.