Footer Issue

Hi,

I am evaluating this product and find upon a conversion from rtf to pdf the footer doesnt appear to come across, please find attached examples

Code

Dim loadOptions As New Aspose.Words.LoadOptions
loadOptions.LoadFormat = Words.LoadFormat.Rtf
Dim Doc As New Aspose.Words.Document("C:\\REPORT MIXBAG.rtf", loadOptions)

Doc.ViewOptions.ViewType = Words.Settings.ViewType.Normal
Doc.UpdateTableLayout()
Doc.UpdatePageLayout()
Doc.UpdateFields()

Dim saveOptions As New Aspose.Words.Saving.PdfSaveOptions
saveOptions.Compliance = Words.Saving.PdfCompliance.PdfA1b
saveOptions.SaveFormat = Words.SaveFormat.Pdf

Doc.Save("C:\\REPORT MIXBAG 3.pdf", saveOptions)
Doc = Nothing

Regards,

Matt

Hi Matt,

Thanks for your interest in Aspose.Words. I have already answered your query here. Please follow up that thread for further proceedings.

Best regards,