Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SET PATH=%PATH%;D:\ghostscript\gs9.26\bin
- for /R %%f in (*.pdf) do echo %%f >> files.txt
- gswin64c.exe -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combine.pdf -dBATCH @files.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement