Massive speed issue when printing between version 11.5 of Words and version 10.2

Hi Jon,

Thanks for your patience.

I tried printing both ‘testdoc.doc’ and ‘testdoc.docx’ with the latest version of Aspose.Words i.e. v11.6.0 and was unable to reproduce this performance issue on my side. Could you please try using the latest version of Aspose.Words on your side and let us know your findings then. You can download Aspose.Words for .NET version 11.6.0 from the following link:

https://downloads.aspose.com/words/net

I hope, this will help.

Best Regards,

Please see my previous comment on 8/2 - I tried the new dll as soon as it was released and the results are slightly slower. Please can you post the times for using BOTH of the test applications provided.

If you have only tried the 11.5 version then load up both of them, change the constants to point to a network printer and then run them.

The time differences have been included as a screenshot to prove the difference. As stated these are IDENTICAL programs running IDENTICAL versions of the documents but with SIGNIFICANT time differences when printing. I have included both versions of printing (print viewer and document.print() to eliminate that option.

Please do not suggest I try XPS printing or point me to the article about caching printer settings/writing my own renderer as they would be irrelevant given the samples provided.

Thanks

Jon

Hi Jon,

Thanks for your patience. We are checking with this scenario and will get back to you as soon as possible.

Best Regards,

Hi Jon,

Thanks for waiting and sorry for the delay.

You are absolutely right, I managed to reproduce the same problem as well.

It seem there has been quite a bit of a slow down with printing introduced in Aspose.Words 11.5. Behind the scenes the developer has been working on the issue linked to your other thread. He finished a preliminary fix which is suppose to improve printing speed with large documents and integrated this into the main codebase. We left the issue open in review for testing and to get feedback from customers.

It appears from your results the fix is not helping at all. It is a little confusing as when I tested the “beta” on my side during the month the printing speed was slightly improved. I will talk to the developer about this and try to find what has gone wrong. I will get back to you as soon as possible. Worse case, we will simply revert these changes in the next release.

Thanks,

Cool - by revert do you mean back to the 11.5 version (still sadly no use to us) or back to the 10.2 version? Is there any eta on when the developer is due to report back because as mentioned we have 30,000 statements to print off and there has been about 1000 improvements and bug fixes between the two versions…

Thanks

Jon

Hi Jon,

If the cause of the slow down cannot be identified then we will just revert that particular branch of code changes that the developer was working on. This means all other improvements made in previous versions will remain and the printing speed should go back to being as fast as previous versions.

Thanks,

hopefully it can be identified then because I cannot use the 11.5/6 version and have had to urgently revert my code to the 10.2 version just so our testers can print one off statements (it takes 7 minutes to print a single complete statement with the current versions!)

Thanks

Jon

Hi Jon,

Thanks for the additional information. Rest assured, we will keep you informed of any developments and let you know once your problem is resolved. We apologise for the inconvenience.

Best Regards,

Hi Jon,

Thanks for your inquiry.

After some testing we believe we have fixed the source of the problem and have integrated the fix. However that fix wasn’t quite done in time to be included in the Aspose.Words hotfix that was released a few days ago. Therefore I’m afraid it won’t be released until the end of the month.

In the mean time are you able to use Aspose.Words 11.4 (the version before the reported slow down) until the end of the month release? In other words, does 11.5 or 11.6 contain any major bug fixes that are required by you.

We apologise for any inconvenience.

Thanks,

Hi there,

That’s fine - we know the fix is coming in and at least I know what version I can go up to before the slowdown happened.

Obviously any additional improvements you can make to the printing speed before that nest release will be very much appreciated given the sheer number we have to print…

Thanks for your understanding. The proper fix which is in the code base should hopefully result in both increases in speed of printing many documents at once and with printing documents with many pages. I am looking forward to hearing the results on your side.

Thanks,

If you want, I can test out a pre-release dll to see how fast it prints. If it takes seven minutes again then you will at least know in advance!

Hello,

We are experiencing this same problem and it is negatively affecting a great deal of our clients. We will have an opportunity to roll out a fix on the 24th of this month. Is there any way I can get the fix ahead of the end of month timeframe?

Thanks,

Chad

Hi Jon, Chad,

Thanks for your inquiries.

We would very much like to give a release to test as soon as possible, however due to the release process being quite long (because it includes tasks such as obfuscation) I’m afraid we cannot build another release until the scheduled time at the end of the month.

We apologise for any inconvenience.

Thanks,

The issues you have found earlier (filed as WORDSNET-6739) have been fixed in this .NET update and this Java update.


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

Hi there,

Just tested this out on the sample application used as part of this thread and the results unfortunately seem to be the same.

Attached are two screenshots showing the DLL print results and also the DLL in Visual Studio so that you can see it is set up correctly.

Please can you reproduce this again to confirm it at your end.

Regards,

Jon

Hi Jon,

Thanks for your inquiry.

It’s very unfortunate to hear that the printing speed has not improved with the new version of Aspose.Words. I’m very surprised as I just re-tested on my side and the printing speed was very fast with the new version of Aspose.Words.

Could you please try\clarify a few things which will hopefully get to the bottom of this.

  • Please try creating a new project from scratch and referencing Aspose.Words for .NET 11.7.0. Try printing a few simple documents and seeing how long that takes compared to old versions.
  • Try another printer and\or machine and see if the speed is better there?
  • Could you clarify what OS and printer you are using? Is it a local or network printer?

I am also interested to see the results of how printing speeds goes for Chad or other users with the new version of Aspose.Words.

Thanks,

Hi there. Version 11.8 seems to be back to a reasonable speed (still a lot slower that word but we can live with it). However the rendering is now broken (see my other post) so I will close this speed issue.

Thanks

Jon

Hi Jon,

Thanks for the additional information. Regarding the broken tables issue, I have answered you here in this post. Please follow that thread for further proceedings.

Best Regards,

Hi Jon,

It’s great to hear printing speed it back up to normal again. The speed in which the documents are sent to the printer should have been increased in recent versions, this is what the original fix was for.

The total printing time is also made up of how long it takes to render the document to memory. This takes the most time as it’s a complex process, however we are always trying to improve rendering time.

Thanks,