"Stack and Scale" not being rendered properly by Aspose.WORDS

I have a graph in a .docx word document that uses the a picture with the “stack and scale” option to create a “pictograph” of sorts or (it also works well as a progress bar using a gradient as the image). There is an attached docx to show exactly what I mean.


I am trying to use Aspose.Words to convert the .docx file to .pdf format using the lines (in C#).
Aspose.Words.Document convertDoc = new Aspose.Words.Document(filepath + “pictograph.docx”);
convertDoc.Save(filepath + “pictograph.pdf”);

However, aspose.words is not rendering it correctly and instead stretches 1 copy of the image along the whole “bar” of the graph upon rendering the document to a pdf (see attached example).

I would like to find out if there’s an easy fix or if this issue is on the radar to be fixed sometime.

Thanks in advance for your help.
Hi Samuel,

Thanks for your inquiry. I have managed to reproduce the same issue at my side. I have logged this issue as WORDSNET-8562 in our issue tracking system. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-8562) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.