Footer not visible after conversion from RTF to PDF

Hi,

I am evaluating product and find everything looks fine after a conversion from rtf to pdf, but the footer appears to be missing from the pdf. The header and body display fine, but the footer doesnt come across.

Please find attached origional RTF and the PDF once converted.

Code used

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
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 inquiry.

While using the latest version of Aspose.Words i.e. 13.1.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The issue ID is WORDSNET-7769. Your request has also been linked to this issue and you will be notified as soon as it is resolved.

Sorry for the inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-7769) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan