While extracting text from PDF file using iTextSharp, I am getting this error: "Could not find image data or EI"
This error occurs on particular pages that contains image only.
Could the reason be because I am trying to extract the text without checking whether there is any text content in the page?
InlineImageParseException("Could not find image data or EI")is thrown while parsing an inline image which is not properly closed by an EndImage tag (or the content of which was garbled in a way to make iText miss that tag). Can you provide the file for analysis? - mkl