PDF to JPGs with Java
August 27, 2013
I have a requirement to take a PDF, convert it to JPG and then show these on a web page. This can be done using Ghost4J and Ghostscript. Ghost4J is a Java API onto the Ghostscript functionality.
This can be done with the following Java code, which replies on Ghost4J …