Hi,
I’m working on moving over document generation from a legacy engine to one that is using Aspose.Words. I have encountered a couple of issues with layout (images not being scaled/cropped properly, table cells being resized), and comparing the unzipped docs it seems that the legacy engine is using an additional compatSetting that I’m not sure how to set with Aspose. I’m specifically talking about word\settings.xml, where in the w:compat section I want to add:
<w:compatSetting w:name="compatibilityMode" w:uri="http://schemas.microsoft.com/office/word" w:val="11"/>
Could you please advise me on how I can achieve that using Aspose.Words?
Thanks,
Tomek