简体   繁体   中英

PHP_printer to print duplex(dual sided) pages

I am working on php_printer features since last week, I am using a KONICA MINOLTA C364SeriesPCL Printer installed on local server

  1. Set the printer default properties to print dual side pages
  2. Tried printing as a document, a pdf, separate pages n much more. It keeps on printing on new page. Is there any option to print on both side of a paper?

PHP is server side. Printing is handled client side. You need to configure your printer to print on both sides. Go into your printer and set it up to be duplex. How this is done will be dependent on the OS and printer driver.

FYI: I recall working with PHP, PDF, and printers when I needed to print custom size labels. Just in case you end up needing to add support for custom page sizes go to on Windows 7: Control Panel\\Hardware and Sound\\Devices and Printers > click printer > Print server properties add appropriate form eg 6x6.

I hope that helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM