Subject: Extract image from PDF
Date: 2011-09-12 06:10:03
From: Christian PETIT
Source: extract-image-pdf
----------------------------------------------------------------------

Hello,

I try to extract image(s) from the first page of a PDF file with the method
ExtractImages() but it never find any image...
I use :

PdfImportedDocument lldoc = new PdfImportedDocument(fileName);
PdfImportedPage page = (PdfImportedPage)lldoc.Pages[0];
Image[] imgs = page.ExtractImages();
lldoc.Close();

Do you know the problem ?
thanks
---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index