Aspose.Words Printing Support

1. Is Aspose.Words (Java) supported to PRINT Word documents as a background processes i.e. a Windows Service, or must it execute in the forground as part of a login session?

2. Is Aspose.Words (Java) PRINTING of Word documents supported to execute as multiple threads and/or processes on the same server?

3. Is Aspose.Words (Java) PRINTING of Word documents supported on linux?

I appologize if these questions have already been answered, but I could not find them being addressed directly on your website or forums. We are currently evauating this product for purchase.

-Dan

Hi Dan,


Thanks for your inquiry.

  1. Yes, Aspose.Words does support printing documents via Windows Service.
  2. Yes, Aspose.Words Java component does support multi-threading and printing several Word documents at the same time should work perfectly. Please make sure that you are using separate Document instances per each thread. One thread should use one Document object.
  3. Yes, both Aspose.Words for .NET and Aspose.Words for Java are platform independent and run on Windows, Linux and Mac OS operating systems. Moreover, please visit the following links for more details about supported platforms:

http://www.aspose.com/documentation/.net-components/aspose.words-for-.net/supported-platforms.html
http://www.aspose.com/documentation/.net-components/aspose.words-for-.net/introducing-aspose-words-for-net.html

I hope, this will help you.

Best Regards,

Fantastic. Thank you for your prompt reply.