0

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.

themirror
  • 9,963
  • 7
  • 46
  • 79

3 Answers3

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.

  1. Import the pdf file to GIMP
  2. Save the file as .xcf
  3. Operate on the image - edit if required
  4. Export in whatever format you want: .bmp, .jpeg, .png etc.
Armin Mustafa
  • 652
  • 1
  • 7
  • 13
0

Try this :) (ImageMagick).

Беров
  • 1,383
  • 10
  • 22