Search found 1 match
- 2011-08-02T14:42:03-07:00
- Forum: Bugs
- Topic: Cropping a pdf file doesn't change it's size
- Replies: 2
- Views: 5223
Cropping a pdf file doesn't change it's size
Hello, I cropped a pdf file. That's the code: # identify 17.pdf 17.pdf PDF 595x842 595x842+0+0 DirectClass 16-bit 1.43341mb # convert 17.pdf -crop 200x200+0+0 tmp.pdf # identify tmp.pdf tmp.pdf PDF 595x842 595x842+0+0 DirectClass 16-bit 1.43341mb Opening the new file tmp.pdf shows that it worked ...