Text position is changed after DOC to PDF conversion using C#

When I run the following code

static void DOCTest()
{
string LicenseFile = “Aspose.Total.lic”;
Aspose.Cells.License license = new Aspose.Cells.License();
license.SetLicense(LicenseFile);

string inputFile = “#159500 - The long-awaited test case (MW17_S08L).doc”;
string outputFile = “#159500 - The long-awaited test case (MW17_S08L).pdf”;
Aspose.Words.Document doc = new Aspose.Words.Document(inputFile);
doc.Save(outputFile, Aspose.Words.SaveFormat.Pdf);
}

with the attached test case, the text flow is not the same in the PDF as in the DOC input.
For example, thetext “you may have other interests and ambitions” is not distributed between
pages 3 and 4 in the same way.

Hi Steve,

Thanks for your query. I have managed to reproduce the same problem at my end. I have logged this issue in our issue tracking system and 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-6455) have been fixed in this .NET update and this Java update.


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