Export PDF pages to a series of images in Java
Posted
by dasp
on Stack Overflow
See other posts from Stack Overflow
or by dasp
Published on 2009-02-15T01:38:01Z
Indexed on
2010/05/01
4:07 UTC
Read the original article
Hit count: 353
I need to export the pages of an arbitrary PDF document into a series of individual images in jpeg/png/etc format. I need to do this in in Java.
Although I do know about iText, PDFBox and various other java pdf libraries, I am hoping for a pointer to some working example, or some how-to.
Thanks.
© Stack Overflow or respective owner