posted Nov 10, 2011, 7:15 AM by Leila Holmann
[
updated Nov 10, 2011, 7:16 AM
]
Q: Where can I find jPDFImages javadoc API?
A: You can find the API specification for the latest version of our library jPDFImages on our website at this link. jPDFImages is a java library to convert PDF documents to images and to create PDF documents from images in java.
posted May 4, 2011, 12:05 PM by Leila Holmann
[
updated Mar 28, 2012, 11:03 AM
]
A Java program that gets images from a PDF (one image per page) as Java BufferedImage objects using Qoppa's library jPDFImages. Once images are available as BufferedImage objects, they can easily be modified before saving using Java Graphics2D. For instance here a watermark is applied to the images.