pdftk
之前提到 PDF 合併的工具 pdfefit
昨天老大提供了一個更好用個工具
Join in1.pdf and in2.pdf into a new PDF, out1.pdf
pdftk in1.pdf in2.pdf cat output out1.pdf
or (using handles):
pdftk A=in1.pdf B=in2.pdf cat A B output out1.pdf
or (using wildcards):
pdftk *.pdf cat output combined.pdf
看起來還真不錯用!一個指令完成!
convert from Thomas blog post id 312 old convert log: ./140454/tag%3E2008%2006%20linux)
@2008 @06 @linux
Comments