Printing to a client printer from a web app

后端 未结 4 1190
走了就别回头了
走了就别回头了 2020-11-27 07:29

If I have a printer hooked directly to a pc (a kiosk with a printer), how would I go about creating the ability for a web page (.net web app) to print a jpg to the kiosks pr

4条回答
  •  离开以前
    2020-11-27 08:07

    I solve this problems in 2 different ways:

    1. Using ActiveX
    2. Creating a protocol like myprint://PRINT_DATA

提交回复
热议问题