回複:如何將多個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

請您先登陸,再發跟帖!