Create thumbnail image for PDF in Java
Posted
by Shaggy Frog
on Stack Overflow
See other posts from Stack Overflow
or by Shaggy Frog
Published on 2010-05-16T18:35:11Z
Indexed on
2010/05/16
18:40 UTC
Read the original article
Hit count: 372
I'm looking for a Java library that will can take a PDF and create a thumbnail image (PNG) from the first page.
I've already looked at JPedal, but its insane licensing fee is completely prohibitive. I am using iText to manipulate PDF files at the moment, but I believe it doesn't do thumbnail generation. I can use something like Ghostscript on the command line, but I'm hoping to keep my project all-Java if possible.
© Stack Overflow or respective owner