回复:如何将多个PDF合成一个文件?

If you have linux or unix or just cygwin etc, you can use pdftk to merge
several files into one. for example, if you want file1.pdf file2.pdf file3.pdf or more into new.pdf, you can use command "pdftk file*.pdf cat output new.pdf" or "pdftk file1.pdf file2.pdf file3.pdf cat output new.pdf". Put the input files in the order you want.

所有跟帖: 

回复:回复:如何将多个PDF合成一个文件? -tty- 给 tty 发送悄悄话 (0 bytes) () 10/28/2004 postreply 10:51:56

回复:回复:回复:如何将多个PDF合成一个文件? -tty- 给 tty 发送悄悄话 (0 bytes) () 10/28/2004 postreply 10:52:02

回复:回复:回复:回复:如何将多个PDF合成一个文件? -tty- 给 tty 发送悄悄话 (0 bytes) () 10/28/2004 postreply 10:52:36

请您先登陆,再发跟帖!