Search found 3 matches

by nicky
2014-10-20T03:44:08-07:00
Forum: Users
Topic: Resize pdf and retain quality
Replies: 4
Views: 6135

Re: Resize pdf and retain quality

The pdf file contains vector data together with images, guess I'll need to find an alternative to compress it. Alright, thanks snibgo.
by nicky
2014-10-20T03:04:05-07:00
Forum: Users
Topic: Resize pdf and retain quality
Replies: 4
Views: 6135

Re: Resize pdf and retain quality

sorry for I am new to IM and not too familiar with the command. If that's the case, does it means that IM is not too suitable in compressing pdf file?
by nicky
2014-10-19T20:52:51-07:00
Forum: Users
Topic: Resize pdf and retain quality
Replies: 4
Views: 6135

Resize pdf and retain quality

I need to compress a bunch of pdf files (size between 10MB to 50MB) to smaller size, say half of the original, but I need to remain the text quality. I tried with the code below: convert -density 50 -compress zip input.pdf output.pdf It does compress to smaller size, but the fonts are very blur. If ...