EMF vector objects vs single image object

I am evaluating Aspose for purchase. It appears that rendering a word file to EMF converts everything into an a single EMFPlusObject image object type instead of vector objects types. Does Aspose have the ability to generate vector EMF objects? If so could you point me to an example.

@raynewman,

Thanks for your inquiry. Please ZIP and upload your input Word document and Aspose.Words generated PDF file showing the undesired behavior here for testing. We will investigate the issue on our end and provide you more information.

emf.zip (103.9 KB)

Zip file contains 4 files.
test.doc - source word file
test.emf - output from Aspose.Words
desired.emf - the fidelity that we’d like to see
ScreenCap.jpg - test.emf and desired.emf displayed side by side with IrfanView

This is the code used to generate test.emf
Aspose.Words.Document doc = new Aspose.Words.Document(“test.doc”);
ImageSaveOptions opt = new ImageSaveOptions(Aspose.Words.SaveFormat.Emf);
opt.UseHighQualityRendering = true;
doc.Save(“test.emf”, opt);

How can we get a higher quality output from Aspose.Words?

@raynewman,

Thanks for your inquiry. We tested the scenario and have managed to reproduce the same problem on our end. For the sake of correction, we have logged this problem in our issue tracking system. The ID of this issue is WORDSNET-17064. We will further look into the details of this problem and will keep you updated on the status of correction. We apologize for your inconvenience.