License Upgrade Question

Dear Aspose Staff:
We currently have license to Aspose Total, version 4.0.
We have not automatically upgraded to newest version due to stability concerns in the past, but would like to consider upgrading and willing to go through test process again if one particular issue is addressed in the new version: Old version of PDF conversion produces very large PDF files, sometimes more than 10 times one generted by a PDF printer (e.g. PDF Creator). This represented sigificant problem with email applications.
I downloaded the current trial version, but unfortunately the trial does not allow saving the full document, making it impossible to evaluate the size of the final PDF file. Please perform full conversion of the attached Word document and attach the PDF file a reply so that we have a fair assessment of file size/render accuracy.
Thank you in advance for you help.

Hello

Thanks for your inquiry. Please see the attached PDF document produced on my side:
I use the following code for testing:

// Open document
Document doc = new Document("yourDoc.doc");
doc.Save("out.pdf");

Also, if you want to test Aspose.Words without the evaluation version limitations, you can request a 30-day Temporary License. Please refer to
https://purchase.aspose.com/temporary-license

Best regards,