I'm taking recommendations for either a library in Python or Ruby or a free web service that will simply take a PDF and a pair of image dimensions and spit out an image for each page (jpg or png). Nothing complicated! But it must have point-for-point accuracy to the original PDF. That is all.
Asked
Active
Viewed 1,174 times
3 Answers
3
ImageMagick uses Ghostscript for PDF files. So skip ImageMagick and use Ghostscript directly. IMHO.

Fabrizio Accatino
- 2,284
- 20
- 24
1
You can use GIMP. Its a very good interface.
- Import the pdf file to GIMP
- Save the file as .xcf
- Operate on the image - edit if required
- Export in whatever format you want: .bmp, .jpeg, .png etc.

Armin Mustafa
- 652
- 1
- 7
- 13