The answer is still no, but this technique and script highly automate processing of the Print-to-PDF dialog. Take a look and see if it will work for you.
Hey Folks,
There's a much better way to go about this.
PDF Service Template.zip (1.1 KB)
Goes here:
~/Library/PDF Services/My Test Ouput Folder
It's just a simple Bash script marked as executable, and you can edit it with any plain-text editor.
Change the name of the file as desired.
Change this line at the top to the path of the folder you want to print your PDF to:
OUTDIR="$HOME/Downloads/My Test Output Folder"
This is what I did with Web Receipts:
[image]
You can assign it a keybo…