Incorrect table placement

Hi,

Have problem with Doc->Pdf and doc paragraph page number extraction. On included example Word places Table 27 at start of new page but Aspose.Words at previous page. Tested Aspose.words 11.5.

[Test]
[Explicit]
[Ignore]
public void Converts_Correct_Layout_Epublisher_937()
{
string inputFile = @“TestData\GeneratePdf\0900323f8047bb11.doc”;
string outputFile = @“0900323f8047bb11.doc.pdf”;

Document doc = new Document(inputFile);
doc.Save(outputFile, SaveFormat.Pdf);

var pdfDocument = new Aspose.Pdf.Document(outputFile);

Assert.AreEqual(4, pdfDocument.Pages.Count, “Incorrect layout. Wrong number of pages”);
}


Regards

Jacek Bator

Hi Jacek,


Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 11.5.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-6576. 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-6576) have been fixed in this .NET update and this Java update.


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