I tried with the code below:
Code: Select all
convert -density 50 -compress zip input.pdf output.pdf
If i increase the density, the output size become bigger than original size.
I have also tried with -resize and -resample, but the output size always bigger than the original, and yet the texts are blur.
What did I miss in the command?