====== PDF-Dateien ====== [[:guide:pdf|🇬🇧 en]] ===== erstellen ===== LibreOffice: Datei → Export als PDF… ===== lesen ===== ==== Linux ==== * qpdfview – hat ein Interface mit Tabs * Okular * Atril * Evince ==== Windows ==== * SumatraPDF ===== bearbeiten ===== * [[https://www.tracker-software.com/product/pdf-xchange-editor|PDF Xchange Editor Free]] * [[https://www.heise.de/ct/ausgabe/2019-14-PDF-XChange-Editor-fuer-das-effiziente-Lesen-und-Arbeiten-einrichten-4446708.html|PDF-XChange Editor für das effiziente Lesen und Arbeiten einrichten]] (c't 14/2019) ==== Metadaten entfernen ==== Siehe auch: * https://gist.github.com/hubgit/6078384 * http://xmodulo.com/remove-file-metadata-linux.html === 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