Quote:
Originally Posted by willus
Can you please be more specific? Exactly how did you launch k2pdfopt? Did you follow the procedure on the OSX getting started page or did you type a k2pdfopt command and its arguments directly into a terminal shell?
|
I'm invoking k2pdfopt through subprocess.Popen with shell=True
in my Python application. It's the same of entering the command with the arguments into a Terminal.
Btw, is it possible to use k2pdfopt as a command line tool without the interactive mode? It would make a lot of things easier to me.