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()…...April 9, 2025, 9:41pm 1 I have a DOCX template with mirror margins...When saving the document as PDF or RTF, the mirror margins work...