Can I extract emf in word only by using Aspose.Word?

I want to extract emf or wmf image in word files to jpeg or png format. I noticed that aspose.image could do this. But can I do the same job only by using Aspose.Word it self? I found a solution which exports word to html with rasterized images, but this is too time consuming and I do not need the html and other parts.

@dajyaretakuya2 Sure, you can render any shape including metafiles to any image format supported by Aspose.Words. You can use Shape.GetShapeRenderer to achieve this.

Thanks a lot. I tried the example and it works!

1 Like