May
6
Learning Pdftk by examples
Filed Under PDF, Tips, How-to, Software | Leave a Comment
Pdftk is a simple tool for doing everyday things with PDF documents. It allows you to manipulate PDF easily and freely. It does not require Acrobat, and it runs on Windows, Linux, Mac OS X, FreeBSD and Solaris.
Examples:
Merge PDF Documents
Merge Two or More PDFs into a New Document
pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
or (Using […]
Apr
28
Scan to PDF directly using gscan2pdf in Ubuntu
Filed Under PDF, Ubuntu, Linux, Software | 2 Comments
I like to backup my important documents or briefs into my computer in PDF file type. But in my experiment using a scan in Ubuntu is not easy as in Windows System.
The gscan2pdf is a GUI program to directly create a multipage PDF from a scan. It should work on almost any Linux/BSD system.
How […]