Skip to content

Can I reduce the size of a PDF made with 600 images without reduce the quality too much? #6904

Answered by fmw42
trnkobayashi asked this question in Help
Discussion options

You must be logged in to vote

For IM 7, use magick, not magick convert.

Try

magick -density 288 input.pdf -resize 12.5% output.pdf

This is a supersampling. First use density 72 (default) * 4 = 288 to increase size. Then resize by 1/4 * 1/2 = 12.5%. If the image is too small, then just increase the resize percent.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@trnkobayashi
Comment options

@fmw42
Comment options

Answer selected by trnkobayashi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants