How to install, test, convert, resize PDF using ImageMagick, Ghostscript, Windows Vista/7 x64

Viewed 27564

I'm having trouble with getting ImageMagick and Ghostscript to work together - everything seems difficult, from installation, to testing, to actually using the software. Does anyone have any tips?

3 Answers

I was facing the same issue I installed Ghostscript 9.54.0 for Windows (64 bit) it solved my issue:

Followed the following steps:

  1. Go to https://www.ghostscript.com/download.html clicked Ghostscript under "Postscript and PDF interpreter/renderer:". It opened a new page: https://www.ghostscript.com/download/gsdnld.html

  2. From the page installed Ghostscript 9.54.0 for Windows (64 bit).

  3. After downloading install it on the windows machine.

After that restated kernel and re-executed jupyter notebook.

Related