How to merge PDF using command line

Home Forums PDF24 Creator Customization How to merge PDF using command line

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #62883
    valter
    Participant

    Hello!

    I wrote this command line :

    "C:\Program Files\PDF24\pdf24-DocTool.exe" -join -sort -profile none -outputDir "C:\Users\Valter\Desktop\docto\PDF1" -outputFile "binder.pdf" "C:\Users\Valter\Desktop\docto\PDF0\*.pdf"

    PDF24 says : "No files available to join!" but many pdf files are in folder ...\PDF0.

    Can't use * .pdf?

    Thank you very much!

    #62884
    Stefan Ziegler
    Keymaster

    No, *.pdf is not supported by PDF24. You could use this:

    "C:\Program Files\PDF24\pdf24-DocTool.exe" -join -sort -profile noneĀ -expandDirs -outputFile "C:\Users\Valter\Desktop\docto\PDF1\binder.pdf" "C:\Users\Valter\Desktop\docto\PDF0"

    #62885
    valter
    Participant

    Perfect, it works!

     

    Thank you, Stefan!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.