Skip to content

Instantly share code, notes, and snippets.

@robinfang
Last active January 27, 2022 02:39
Show Gist options
  • Save robinfang/b600c4addf94e0a6fde2dcbacc483b4c to your computer and use it in GitHub Desktop.
Save robinfang/b600c4addf94e0a6fde2dcbacc483b4c to your computer and use it in GitHub Desktop.
windows下合并pdf
java -jar pdfbox-app-3.0.0-alpha2.jar merge -i=修改说明.pdf -i=对比.pdf -i=定稿.pdf -o=out.pdf
@robinfang
Copy link
Author

pdfbox下载地址:https://pdfbox.apache.org/download.html
注意3.0的命令格式和2.几的不一样

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment