filename without .pdf

Home Forums PDF24 Creator Customization filename without .pdf

Tagged: 

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #64406
    froggun
    Participant

    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

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.