command line tool for print picture?

前端 未结 7 1420
终归单人心
终归单人心 2020-12-19 01:59

My program need to print a curve, my solution is changing the curve into a picture, and this picture file (xxx.png) can be printed by using the default windows picture print

7条回答
  •  被撕碎了的回忆
    2020-12-19 02:48

    I had a similar problem but I also needed way to control scaling (needed for barcode work) and always have the image centered.

    I wrote an Open Source tool called ImagePrint to do just what you want. It's written in VB.Net as a console app. At the moment, it only prints to the default printer.

提交回复
热议问题