I have tried to implement part of this code in my application extract image from pdf download the itextsharp 5.5.10 but in the code line
new Matrix(float.Parse(width), float.Parse(height)
exit error correct that error using version 5.2 of itextsharp can you know why this happens?
The error is as follows:
can not be converted from 'iTextSharp.text.pdf.parser.Matrix' to 'iTextSharp.text.pdf.parser.GraphicsState'