Batch Conversion using Aspose.Words Express

I need to convert over 4,000 files to EPUB. I have found that Aspose.Words Express does the best job of converting but I need a way to batch convert.

Do you have any recommendations? Can this be done via script?

Thank you,

Jonathan

Hi Jonathan,

Thanks for your inquiry. Please note that Aspose.Words Express is a free utility and it uses Aspose.Words 10.2.0 version and takes only one document as input. Please read more detail from here:
https://releases.aspose.com/words/net/

I would suggest you please try the latest version of Aspose.Words for .NET v13.7.0 from here and read how to convert MS Word document to ePub file from here:
https://docs.aspose.com/words/net/convert-a-document-to-html-mhtml-or-epub/

In your case, first you need to join multiple documents and then convert the final document into EPUB. The simplest way to join documents involves a single call the Document.AppendDocument method. This method will append the Document object passed as a parameter to the end of the Document object which called the method. The second parameter accepts an ImportFormatMode enumeration which defines how conflicting styles are handled when one document is imported into the other. Pleas read following documentation links for your kind reference.
https://docs.aspose.com/words/net/insert-and-append-documents/
https://docs.aspose.com/words/net/insert-and-append-documents/