Problem related with converting word documents to PDF via Aspose 14.4.0

Hi Support Team,

I have Word 2003 document and i want convert this document to PDF.

My steps:

  1. I generated word document via Aspose.Words to Reporting Services 4.1.0
  2. Using a simple С# code I convert the document to PDF version. I use Aspose.Words for .Net 14.4.0
var doc = new Document(@"D:\Test.doc");
doc.Save(@"D:\Test.pdf", SaveFormat.Pdf);

Result:
First Problem: Please compare Word document (page 3) and PDF document (page 3). I dont see page break on the page 3 for PDF version.

Second Problem: Please compare Word document (page 8) and PDF document (page 8). Table is broken on the page 8 for PDF version.

Can you look on it please? Any ideas, suggestions, workarounds?

Thanks in advance,
Sviatoslav

Hi Sviatoslav,

Thanks for your inquiry. Regarding first problem, the problem occurs because you’re using Aspose.Words in evaluation mode, and I was not able to reproduce this issue on my side when using a licensed version of Aspose.Words (please see attached out.pdf). If you want to test Aspose.Words without the evaluation version limitations, please visit the following links for details:

https://docs.aspose.com/words/net/licensing/
https://docs.aspose.com/barcode/net/licensing/

Regarding second issue, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The ID of this issue is WORDSNET-10179. Your thread has also been linked to this issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.

Best regards,

Thanks for all your help!

The issues you have found earlier (filed as WORDSNET-10179) have been fixed in this Aspose.Words for .NET 18.5 update and this Aspose.Words for Java 18.5 update.