Hi , I am able to extract images in JPEG(.jpg, .jpeg, .jpe) format only not
other.
public void extractImages(){
try{
PdfReader chartReader = new PdfReader("myPdf.pdf");
for (int i = 0; i < chartReader.getXrefSize(); i++) {
Hi All, I am trying to extract images from pdf document using iText library.
I am able to create the instance of only JPEG format(*.jpg, *.jpeg, *.jpe).
Image imageObject = Image.getInstance(image);
Not other format images are embedded in PDF document.
public void extractImagesInfo(){
Hi, Please send some sample example of extracting embedded images in PDF file.
Thanks in advance.
-Ganesh
--
This message was sent on behalf of java.g...@rediffmail.com at
openSubscriber.com
http://www.opensubscriber.com/messages/itext-questions@lists.sourceforge.net/topic.html