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()…...When saving the document as PDF or RTF, the mirror margins work...when saving the document as PDF or RTF, the mirror margins work...