Convert PDF to MobiXml format in C# using Aspose.PDF for .NET

What is the Mobi format that Aspose.PDF can save? Is it the same format as sold on Amazon?

What are pros/cons of an EPUB format?

@adventurousbooks

Thank you for contacting support.

MobiXML format is self explanatory which refers to eBook MobiXML Standard format. You may compare it with other vendors which offer this format, either Amazon or others. Moreover, you may research over pros and cons as per your requirements and then choose any output format offered by the API.

I am curious. Can we send you a PDF of a book, then can you return the converted .MOBI for our evaluation?

@adventurousbooks

You may convert the file with below code snippet for your reference, as explained in Convert PDF to XML.

// Load source PDF file
Document doc = new Document(dataDir + "input.pdf");
// Save output in XML format
doc.Save(dataDir + "PDFToXML_out.xml", SaveFormat.MobiXml);

coaster_mania_bookbyyou_200295_330136.pdf (1.4 MB)

I have uploaded an example of one of our books. We would like to eval the .Mobi equivalent. Can you convert and send us the .Mob version? This will help in our evaluation of .PDF as a companion to our purchased software Aspose.Words.

@adventurousbooks

We have attached generated XML file along with other files generated by above code snippet. It does not generate a file with extension .mobi but the file with extension .xml.

mobixml.zip