Hello, the following key allows you to customize the output file name. The .pdf extension is automatically added, even though the PDF format has already been selected.
Is there an option to prevent this extension from being added automatically?
Key with powershell :
$ServicePath = "HKLM:\Software\PDF24\Services"
$PrinterNew1 ="PDF24_DUMMY"
New-ItemProperty -Path "$ServicePath\$PrinterNewPDF24" -Name "AutoSaveFilename" `
-Value "dummy" `
-PropertyType String -Force | Out-Null