Skip to main content

pdfBestPractise

ProgramDocModeDescription
pdftkhttp://www.pdflabs.com/docs/pdftk-cli-examples/TextMerge, Rearrange, Delete files and pages
pdfanomyzerpdfanonymizer -hText / NautilusOverwrite all personal META information in the PDF file.
Nautilus: right mouse click on one selected pdf files
pdfwordcountpdfwordcount -hText / NautilusCounts words in a PDF document using pdftotext and wc.
Nautilus: right mouse click on one or more selected pdf files
pdfunprotectpdfunprotect -hText / NautilusDumps a PDF file via ghostscript to a new PDF file. Removes some password protection during this way.
Nautilus: right mouse click on one selected pdf files
pdfrepairpdfrepair -hText / NautilusTries to repair a corrupted PDF file with the tools 'pdftk (Java), pdftops (ghostscript), acroread (Adobe)'.
Nautilus: right mouse click on one selected pdf files
pdfshufflerhttp://pdfshuffler.sourceforge.net/GUI / NautilusMerge, Rearrange, Delete files and pages. Applications > Office > PDF Shuffler or
Nautilus: right mouse click on one or more selected pdf files
cutepdfVirtual Windows PDF printerGUIprinter driver
Acrobathttp://www.adobe.comGUIApplication and printer driver. Start > Programs > Text > Adobe

Sign PDF

* Skribble UZH| - Not for UZH internal documents. (IT Koordinatoren)

Create PDF

LinuxWindows
consolelp -d pdf {file}
ps2pdf {file}.ps
-
Firefox, Thunderbird* Print to printer pdf
* Print as file
* Print to printer cute_pdf
* Print as file
OpenOffice* Print to printer pdf
* Export as PDF
* Print to printer cute_pdf
* Export as PDF
other applicationPrint to printer pdfPrint to printer cute_pdf

Merge PDF Files

LinuxWindows
consolepdftk-
GUIpdfshufflerAcrobat

Example for pdftk:

  • pdftk cv.pdf research.pdf teaching.pdf cat output application.pdf
    • Joins the files cv.pdf, research.pdf and teaching.pdf into one file application.pdf.

Rearrange Pages in PDF files

LinuxWindows
consolepdftk-
GUIpdfshufflerAcrobat

Example for pdftk:

  • pdftk A=cv.pdf B=research.pdf C=certificates.pdf cat A C2-4 B1 output application.pdf
    • Takes the whole of cv.pdf, pages 2 to 4 of certificates.pdf and the first page of research.pdf and merges them into one file application.pdf.

Anomyze PDF Files

LinuxWindows
consolepdfanonymizer-
GUINautilusAcrobat

Count words in PDF files

PDF vergleichen

  • diffpdf