solutions
reinventing the wheel.
Posts mit dem Label
merge
werden angezeigt.
Alle Posts anzeigen
Posts mit dem Label
merge
werden angezeigt.
Alle Posts anzeigen
Freitag, 6. August 2010
Merge PDFs with the command line
Install Ghostscript and pdftk.
sudo aptitude install ghostscript pdftk -y
Put this script in ~/bin.
http://einrad.eu/stuff/pdfmerge
Make it executable.
chmod +x ~/bin/pdfmerge
Log out. Log in.
Use it.
pdfmerge output.pdf a.pdf b.pdf c.pdf
Ältere Posts
Startseite
Abonnieren
Posts (Atom)