Converting PDF Pages to Images in Java

Converting PDF Pages to Images in Java

You're right that while you can get an Image instance from the imported page, this isn't directly convertible to a JPEG file with the older iText library alone. The Image.getInstance()…