Convertion from OpenXML Document to PDF

I’m trying to convert word 2007 documents to PDF using Words and PDF and I’m loosing the data that it’s on the document when I instanciate a new Words class, and the other issue it’s that i can’t convert more than 1 document at a time. I need to convert more than 1 word document at a time.

This message was posted using Aspose.Live 2 Forum

Hi
Thanks for your request.

  1. Could you please attach your document for testing? I will investigate this problem and provide you more information. But first please make sure that you are using the latest versions of Aspose.Words and Aspose.Pdf.
  2. You can use multiple threads to convert multiple documents at a time. Aspose.Words is multithread safe as long as only one thread works on a document at a time. It is a typical scenario to have one thread working on one document. Different threads can safely work on different documents at the same time.

Best regards.