Autosave Destination filename

Hi
I try to create a profile with the autosave mode.
But i don’t understand how i explain that i want my pdf file to have the same name as the one of the origin file
example
test.txt -> test.pdf
if in “Document” i let Title blank or put . It does not work
what do i miss?
is there an argument to define the destination filename for example in a bat file?

thank you

Hi,

it isn’t always possible to maintain the original filename, this strongly depends on which information is sent the printing application. The default settings will effectively use the PrintJobName as filename, which in many cases is the original filename. Getting the file to save in the same folder as the original file is a lot harder though, as hardly any applications sned the file path to the printer, so this information is lost during the conversion. If you are into coding, you could control PDFCreator through the COM interface and write a script which handles this:
http://docs.pdfforge.org/pdfcreator/latest/en/pdfcreator/com-interface/

Best regards,

Robin