Hello,
Here:
https://docs.aspose.com/words/net/supported-features-on-document-save/
Nothing mentioned for MOBI save options, how to init and save mhtml to mobi?
Thanks.
@australian.dev.nerds MOBI
is an HTML
-like format, so you can use HtmlSaveOptions
and SaveFormat.Mobi
.
1 Like
Hello and thanks, to verify, kindly let me know Html itself and Mhtml plus Azw3 , Epub and Mobi are all using HtmlSaveOptions?
Html
Mhtml
Azw3
Epub
Mobi
And what about Xps save options?
Thanks
@australian.dev.nerds Yes, HtmlSaveOptions
are used to specify additional options when saving a document into the Html, Mhtml, Epub, Azw3 or Mobi format.
For XPS you should use XpsSaveOptions.