MOBI (.mobi)
- Import is fully compatible with the MOBI standard.
Background & Context
-
- Registered MIME type: application/x-mobipocket-ebook, application/vnd.amazon.ebook
- Mobipocket ebook format.
- Introduced by Mobipocket SA in 2000.
- Stores text and graphics.
Import & Export
- Import["file.mobi"] imports a MOBI file as a string.
- Import["file.mobi",elements] imports the specified elements.
- The import format can be specified with Import["file","MOBI"] or Import["file",{"MOBI",elem,…}].
- See the following reference pages for full general information:
-
Import import from a file CloudImport import from a cloud object ImportString import from a string ImportByteArray import from a byte array
Import Elements
- General Import elements:
-
"Elements" list of elements and options available in this file "Summary" summary of the file "Rules" list of rules for all available elements - Data representation elements:
-
"Plaintext" a string giving the textual content of the whole document "CoverImage" a sequence of formatted text for the whole document - Embedded media elements:
-
"EmbeddedImages" a list of embedded images - Metadata elements:
-
"ASIN" the Amazon Standard Identification Number "Author" author of the document "Copyright" the copyright notice "Description" document description "ISBN" the International Standard Book Number "Language" document language "PublishDate" publication date "Publisher" document publisher "RawMetaInformation" metadata given as strings and date objects "Subject" the subject of the document "Title" document title