Hello,
I am creating a worksheet with the property worksheet.PageSetup.IsHFAlignMargins = true; This works fine when I save the workbook as a xlsx document. However, when I save the workbook using workbook.Save(path, Aspose.Cells.FileFormatType.Pdf); the header and footer margins are not aligned with the rest of the document which uses 0.5" margins.
Is there a way to get the header footer properly aligned to the page margins when using FileFormatType.Pdf?
Thanks,