PDF-Dateien
erstellen
LibreOffice: Datei → Export als PDF…
lesen
Linux
- qpdfview – hat ein Interface mit Tabs
- Okular
- Atril
- Evince
Windows
- SumatraPDF
bearbeiten
Metadaten entfernen
Siehe auch:
exiftool
exiftool -all:all # read all the tags. exiftool -all:all= # remove all the tags.
exiftool -all:all
also removes the pointer to the Info Dictionary, but does not completely remove it.
In Graustufen konvertieren
GhostScript:
gs \ -sOutputFile=output.pdf \ -sDEVICE=pdfwrite \ -sColorConversionStrategy=Gray \ -dProcessColorModel=/DeviceGray \ -dCompatibilityLevel=1.4 \ -dNOPAUSE \ -dBATCH \ input.pdf