Can I use wildcard characters on the command line interface (using the PC version)? This is an example of what I am trying to do:
prince -s c:\myfile.css c:\profile\*.html -o c:\profile\*.pdf
Ideally, I'd like it to grab all my html files and convert them to the same name/directory but with a pdf extension.
prince -s c:\myfile.css c:\profile\*.html -o c:\profile\*.pdf
Ideally, I'd like it to grab all my html files and convert them to the same name/directory but with a pdf extension.