Ghostscript Installation and Configuration in Windows 7

Ghostscript Introduction: Ghostscript is a library which is used to convert any file extension to any file extension. For eg, if you want to convert pdf to image or image to pdf we can convert easily using Ghostscript. And yes, you can also use Imagemagic to do the same task but, Compare to Imagemagic, Ghostscript executes fast and uses less file space. Below are the results for your reference, Using `convert` to convert from PDF to PNG, with 300 density: it took 426 seconds and 51mb Using `gs` to convert from PDF to PNG, with 300 density: it took 135 seconds and 39mb disk space Also I have achieved further time improvement by using jpeg, Using `gs` to convert from PDF to JPEG with 300 density and 100% quality: it took 32 seconds and 153mb disk space Ghostscript Installation: Download and install Ghostscript with the correct version and Operating system, http://www.ghostscript.com/download/gsdnld.html In my case, I have installed Ghostscript 9.1...