One way to do it, it to use the build in print to PDF file in Ubuntu. But what if there are several article? Then you probably want to merge these PDF files. In Ubuntu that is an easy task.
First install pdftk:
$ sudo apt-get install pdftk
Then type the following in the the directory where all the pdf files are:
$ pdftk 1.pdf 2.pdf 3.pdf cat output merged.pdf
For a complete reference see http://ubuntuhowtos.com/howtos/merge_pdf_files.
No comments:
Post a Comment