Thanks for this useful tool.
Some more detail could be written to run the app with CLI instead of GUI, and here is steps I used to do it (which can be explained for others as well):
- Name the executable something containing
"cli" phrase like PDFtoPrinter-cli.exe.
- Pipe the command to
more so that it will show the results in the command line, ex) PDFtoPrinter-cli.exe "file.pdf" "printer_name" | more.
Or, you might compile the source with this directive: #AutoIt3Wrapper_Change2CUI=Y
I could do it with a PR, but I thought it will be easier if you do it yourself.
Thanks in advance.
Thanks for this useful tool.
Some more detail could be written to run the app with CLI instead of GUI, and here is steps I used to do it (which can be explained for others as well):
"cli"phrase likePDFtoPrinter-cli.exe.moreso that it will show the results in the command line, ex)PDFtoPrinter-cli.exe "file.pdf" "printer_name" | more.Or, you might compile the source with this directive:
#AutoIt3Wrapper_Change2CUI=YI could do it with a PR, but I thought it will be easier if you do it yourself.
Thanks in advance.