Hi,
After converting this .docm to .pdf with Aspose, 2 of the labels appeared swapped!
Can you have a look at this, please?
You can see the comparison between the .docm, Word’s output and Aspose’s on the image.png file.
Code:
var document = new Document(@".\test.docx");
document.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
document.Save(@".\out.pdf");
image.png (88.0 KB)
test.zip (91.7 KB)
Thanks,