Hello Aspose Support Team,
I’m generating documents using Aspose.Words from a template (.docx) and dynamic JSON data. The output is generated in both DOCX and PDF formats, but I’m observing a noticeable alignment differ…...pdf") { PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); pdfSaveOptions...docContent.Save(outputStream, pdfSaveOptions); } else if (outputFormate...