There is a a MS-Paint file in the my docx. I want to extract the MS-Paint file as a Image (any format as JPEG, PNG, GIF) from docx by conversion process in my C# application.
I couldn't find any API references that the EmbeddedObjectPart Bin export interface is provided by OOXML. How to extract MS-Paint file as a Image from docx?