Problem with header conversion PDF

Hi,

When I want to create a PDF from a doc file the header on the second page isn’t correct.

In attachment you see the original word document and the result PDF

The code that I use is the default.

Dim myDir As String = "c:\temp"
Dim doc As Aspose.Words.Document = New Aspose.Words.Document(myDir & "test.doc")
doc.Save(myDir & "test3.pdf")

Ward

Hi

Thanks for your inquiry. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is fixed.
The problem occurs because you are using floating table in your document. As a workaround, you can try refactoring your document.
Best regards,

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

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