Hello
First kindly note that here under Supported Read and Write Formats you mentioned CHM, I guess CHM must be moved under Supported Read-Only Formats?
Then please confirm if Words supports reading of ebooks: Pdf, Epub and Azw3? No any modification is needed, just read/load to convert to other supported save formats as is
Because my usual code won’t work for converting pdf to xps for example
Dim MyDocument As Words.Document = New Words.Document(SourceFile, LoadOptions)
If MyDocument IsNot Nothing Then MyDocument.Save(TargetFile, SaveOptions)
Aspose.Words.UnsupportedFileFormatException
Thanks.