首页 > 其他 > 详细

pdftk - handy tool for manipulating PDF 免费的pdf合并工具

时间:2019-07-15 09:54:28      阅读:81      评论:0      收藏:0      [点我收藏+]

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

NAME

  pdftk - A handy tool for manipulating PDF

SYNOPSIS

  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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!