Reentrant abilities of Document/DocumentBuilder

Hi,
we are using the Aspose.word for java libraries on a j2ee server with multiple clients.
Are there any reentrant problems when using the mailMerge feature of a Document if the document is created newly for every server call?

Hi
Thanks for your inquiry. There are no issue with using Aspose.Words in multiple threads. You can use Aspose.Words in multiple threads. But you should create a separate instance of Document class for each thread.
Best regards.