Search found 1 match
- 2019-07-26T00:54:00-07:00
- Forum: Developers
- Topic: How to automatically convert pdf to png with maximum dpi
- Replies: 1
- Views: 79492
How to automatically convert pdf to png with maximum dpi
Dear ImageMagick community members, I would like to know how to automatically convert pdf to png image with maximum dpi the system memory can support. For example the following command in Ubuntu converts pdf file to png image with the specified dpi value. convert -density <dpi_value> <file.pdf ...