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,
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.