Text position is changed after DOC to PDF conversion using .NET

Hi,

I have case when Aspose.Words renders output pdf different way then Word does it. “Appendix” text is misplaced in pdf file.
Included src doc and screen showing the problem. tested with Aspose.Words 11.4

public void SaveAsPdf()
{
Document doc = new Document(@“EPUBLISHER-936.doc”);
doc.Save(“EPUBLISHER-936.pdf”, SaveFormat.Pdf);
}

Regards
Jacek Bator

Hi Jacek,

Thanks for your query. I have managed to reproduce the same problem at my end. I have logged this issue as WORDSNET-6534 in our issue tracking system. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

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


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