PDF to RTF

Hi Team,
I am using following VB.NET code

Dim docObj As GroupDocs.Conversion.Converter
Dim opt As New GroupDocs.Conversion.Options.Convert.WordProcessingConvertOptions
docObj = New GroupDocs.Conversion.Converter(“C:\FilePath.pdf”)
With docObj
.Convert(“C:\FilePath.rtf”, opt)
End With

Original PDF document has header, unfortunately, the rtf file generated doesn’t have logo.

Can you please help, what I am missing.

Regards
Ronald

@ronaldmoore

Could you please share the problematic PDF and also specify the API version (e.g. 20.10, 22.6) that you are evaluating?