AZW
AZW, probably standing for Amazon Word, is an eBook format used exclusively on the Amazon Kindle and compatible Kindle software on PC's or iPhones. It is basically the MOBI format using the high compression option. The AZW extension is used on both eBook files that are protected with DRM and files that are not protected.
Contents |
Advertisement
[edit] Overview
Amazon supports an online bookshelf that can be used to retrieve eBooks from their web site. This bookshelf will be accessed automatically from the Kindle unit. It can also be accessed from their iPhone application and from their recently released Kindle Reader software for the PC.
Personal files can be submitted for conversion to the Amazon web site will be returned (via an email account) as files with the AZW extension but they are not protected. Unprotected AZW files can be renamed with a .prc or .mobi extension and they will be able to be read on the MobiPocket Reader on a PC. Protected DRM files cannot be used on the MobiPocket Reader.
The Kindle device itself can only use AZW files for protected content but can read MobiPocket files for unprotected content with or without the AZW extension.
AZW files can only be obtained from the Amazon web site. As of January 2010 there are over 400,000 eBooks available in this format. Since unprotected books are really just Mobi files some sites will advertise that they have AZW files.
See: AZW4 for a new version for textbooks and topaz for another Amazon eBook format. The Kindle Fire can read a new Amazon format called KF8. It is expected that this format will be also used by all current Amazon Kindle devices at some point.
[edit] DRM method
DRM on the Kindle is locked to the device id which is pre-registered automatically on an account at Amazon when the Kindle is purchased. (The device id cannot easily be seen by the user.) There can be several devices sharing the same account; thus when an eBook is purchased it can be read on all of the devices registered to the account. There can be 6 devices registered simultaneously which allows a family to share a book purchase. If a device breaks or is lost or sold the device can be unregistered at the site. You should also unregister a device if you bought it as a gift.
[edit] Auxiliary Files
Both AZW and TPZ formats support auxiliary files which store things like bookmarks, annotations, last read position and extra metadata. MOBI (AZW) auxiliary files have .mbp extension, for Topaz it's .tan.
There can also be an APNX file containing a map of page numbers.
[edit] Making AZW books
Amazon KindleGen can be used to generate AZW books. However, since the non-DRM format is the same as MOBI, you can also use any Mobi tools and rename the extension to AZW.
[edit] Making Periodicals
Calibre generates documents in periodical format for a recipe which is uses to directly generate the .mobi / .azw file.
It is possible to generate the periodical behaviors directly in opf and ncx files for use by KindleGen. Here are a few tips:
- The top level navPoint should have class="periodical" which will cause kindlegen to make a book that's presented as a periodical.
- You can also add author names and summaries to the article list by adding these elements under each article's navPoint:
<mbp:meta name="description">A summary of this article here</mbp:meta> <mbp:meta name="author">The list of authors here</mbp:meta>
A Calibre output conversion plugin that does this job can be found at http://www.mobileread.com/forums/showthread.php?p=1666880#post1666880
For more information see: http://stackoverflow.com/questions/5379565/kindle-periodical-format