My program needs to print a curve, my solution changes the curve to an image, and this image file (xxx.png) can be printed using the default Windows image printing tool (right-click on the file and select print).
but I don’t want the user to perform this task manually, for this I need a command line tool:
printPicture xxx.png
Is there such a tool?
ps: free / open source
edit: right-click the file and select "print", then I can print this file. How to do this on the command line?
command-line windows printing
linjunhalida
source share