Benutzer-Werkzeuge

Webseiten-Werkzeuge


imagesmagick

Problem: I used this imagemagick command convert file*.png -page A4 file.pdf to make a pdf with one image at each page. The problem with that one is, that the resulting pdf is with 52 MB way too big (since the input pictures are huge too). In addition, my pdfviewer displays me that the resulting pdf has a papersize of 25×36 mm(A10) instead of the desired 210×297 mm(A4).

convert file*.png -units pixelsperinch -density 72 -resize 595×842 result.pdf

imagesmagick.txt · Zuletzt geändert: 2020-11-30 16:13 von fzap