Removing watermark added while converting .doc to .pdf documents

Hi Team,

Currently i am trying to evaluate Aspose.words for Java for our requirement where we are coming up with a java based REST service which can convert .doc (MS Word 97 document) to pdf documents. We would be getting around 800-1000 .doc documents each of around 300KB size every 15 mins, so the service has to support concurrency and should have high throughput.

As we are in the process of evaluation we have the following queries :

  1. Does Aspose.words for Java have support for concurrency ? If yes how many concurrent threads it can support for a 1G memory (no swap) docker container ?

  2. As we convert the .doc to .pdf documents we see aspose watermark , header and footer messages saying “Evaluation Only. Created with Aspose.Words. Copyright 2003-2018 Aspose Pty Ltd.”. Will both of them be removed if we buy a subscription ? As we don’t need to have any watermark or extra messages in pdf document.

Thanks.

@shashidhara,

Please note that Aspose.Words for Java is multi-thread safe as long as only one thread works on a Document at a time. There is no limit on processing of number of documents at the same time. Aspose.Words supports multi-threading and processing multiple documents simultaneously in different threads should work fine. Aspose.Words also does not impose restrictions on number of threads.

Yes, they will be removed. If you apply a valid license, then there will be no watermarks or extra content in Aspose.Words generated documents.