Linux pdf合并的工具
安装工具
$ sudo apt-get install pdftk
使用
$ pdftk *.pdf cat output all-in-one.pdf
&& Try it by your way
Ref: http://web.mit.edu/outland/arch/sun4x_58/build/pdftk-1.12/pdftk.1.html
pdftk - A handy tool for manipulating PDF |
pdftk <input PDF files | - | PROMPT> [input_pw <input PDF owner passwords | PROMPT>] [<operation> <operation arguments>] [output <output filename | - | PROMPT>] [encrypt_40bit | encrypt_128bit] [allow <permissions>] [owner_pw <owner password | PROMPT>] [user_pw <user password | PROMPT>] [flatten] [compress | uncompress] [verbose] [dont_ask | do_ask] Where: <operation> may be empty, or: [cat | attach_files | unpack_files | burst | fill_form | background | dump_data | dump_data_fields | update_info] |
For Complete Help: pdftk --help |
pdftk - handy tool for manipulating PDF 免费的pdf合并工具
原文:https://www.cnblogs.com/eesky/p/11186884.html