Projekt

Allgemein

Profil

Aktionen

Howto pdf

splitting pdf in ranges

qpdf is doing the job

qpdf really_large.pdf --pages . 1739-1987 -- really_large_section.pdf

but qpdf is lossless, so the size of the pdf stays basically unchanged.
To resize the pdf, let's rerender it and save only the needed content.

gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -sOutputFile=really_large_section.pdf_small.pdf really_large_section.pdf

Von Jeremias Keihsler vor 1 Tag aktualisiert · 1 Revisionen