My technical memo
Category
Computer and Internet
(49)
Programming
(19)
Mathematics
(10)
R
(8)
Bash
(6)
C++
(3)
LaTeX
(3)
Syntax
(2)
武术
(2)
Brain Teaser
(1)
CLRS
(1)
Complexity Analysis
(1)
Iteration
(1)
Mac
(1)
Markov Chain
(1)
Probability
(1)
Recursion
(1)
Spirituality
(1)
Saturday, December 4, 2010
How to combine several pdf files into one single pdf file
In Linux, we can use the following command to merge several pdf files into a single pdf file:
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combinedpdf.pdf -dBATCH *.pdf
Another way is to use the handy tool called "pdftk":
pdftk *.pdf cat output combinedpdf.pdf
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Sitemeter
Visitors
No comments:
Post a Comment