How to merge PDF using command line Home › Forums › PDF24 Creator › Customization › How to merge PDF using command line This topic has 2 replies, 2 voices, and was last updated 2 years, 4 months ago by valter. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts 2022-09-28 at 15:46 #62883 valterParticipant 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! 2022-09-29 at 07:02 #62884 Stefan ZieglerKeymaster 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" 2022-09-29 at 13:19 #62885 valterParticipant Perfect, it works! Thank you, Stefan! Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Log in / Register