When trying to run the Adobe PDF Print Engine (APPE) with a command like:
.\JDFPrintProcessor.exe -injdf "C:\Temp\PrintMyPDF.jdf" -outdir "C:\Temp\output"
I get the following error:
_________________
JDFPrintProcessor ERROR: Could not put job on SSQ.
Terminating JDF Print Processor
The required format for -injdf absolute file paths is 'file:///...' (but not for other parameters). E.g.
Correct output is:
Hope this saves someone some time (including my future self)