I am doing images extraction from PDF. Having trouble to create image (in any format) from EncodedImageData (https://docs.telerik.com/devtools/document-processing/api/telerik.windows.documents.fixed.model.resources.encodedimagedata) structre.
Can someone post a sample code. I tired with this sample (https://www.telerik.com/forums/manipulate-image-elements) but without success.
My image have FlateDecode filter, "DeviceRGB" ColorSpace and 8 BitsPerComponent (see attached).
Environment is .NET Core.