Posted by a ceTe Software moderator
Hello Sunil,
It sounds like you have implemented some things in your code incorrectly. Make sure you are not using a global or static object for the Document (this would mean that every instance would share the same object and that does not seem like the desired behavior in this context). Also verify that you are correctly using the any Templates (verify that you have not added any dynamic content to a Template that is then being shared by multiple documents).
The bottom line is that it sounds like you are doing something incorrect in your code. Please verify what it is and update us on what you find.
Thanks,
ceTe Software Support