Zum Inhalt springen

PDF/repair: Unterschied zwischen den Versionen

Aus Foxwiki
K Textersetzung - „==== Links ====“ durch „=== Links ===“
Zeile 27: Zeile 27:
=== Siehe auch ===
=== Siehe auch ===
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}
==== Links ====
=== Links ===
===== Weblinks =====
===== Weblinks =====



Version vom 22. März 2025, 02:06 Uhr

PDF/repair - Beschreibung

Beschreibung

Mupdf

sudo apt-get install mupdf mupdf-tools
mutool clean input.pdf output.pdf

Qpdf

sudo apt-get install qpdf
fix-qdf < infilename > outfilename

Ghostscript

gs \
 -o repaired.pdf \
 -sDEVICE=pdfwrite \
 -dPDFSETTINGS=/prepress \
  corrupted.pdf

Poppler-utils

pdftocairo -pdf print.pdf print_repaired.pdf


Anhang

Siehe auch

Links

Weblinks