PDFsam
Post date: Oct 24, 2012 12:54:15 PM
@rem PDF Split And Merge is a very simple, easy to use, free, open source utility to split and merge pdf files
@rem 分割和合併 PDF文件檔案
@rem https://pdfsam.org/
@rem https://pdfsam.org/download-pdfsam-basic/
if exist pdfsam\pdfsam-4.0.1.msi goto next
start /wait "" wget.exe "https://jaist.dl.sourceforge.net/project/pdfsam/v4.0.1/pdfsam-4.0.1.msi" --directory-prefix=pdfsam
:next
msiexec /qb /i pdfsam\pdfsam-4.0.1.msi