I have a DOCX template with mirror margins (MirrorMargins) configured. I populate the template using Aspose.Words’ built-in ReportingEngine with the following code:
csharp
ReportingEngine engine = new ReportingEngine()…...saving the document as PDF or RTF, the mirror margins work perfectly...saving the document as PDF or RTF, the mirror margins work perfectly...