Amazon Kindle Publishing Guidelines
Amazon Kindle Publishing Guidelines
Publishing on Kindle: Guidelines for Publishers
Page 2 of 72
Publishing on Kindle: Guidelines for Publishers
Getting started .............................................................................................................. 4
Paths to get your content on Kindle ..................................................................... 4
Kindle Title Manager...................................................................................................... 4
Conversion Houses ......................................................................................................... 5
Creating ebooks in-house using Mobigen software....................................................... 7
Amazon.com's Digital Text Platform ............................................................................. 7
Formatting Guidelines ................................................................................................ 8
Text Guidelines............................................................................................................... 8
Cover image guidelines................................................................................................. 10
TOC Guidelines ............................................................................................................ 11
Guide Item guidelines ................................................................................................... 13
Image guidelines ........................................................................................................... 13
Table guidelines ............................................................................................................ 18
Adobe Digital Editions Compatibility Guidelines........................................................ 20
Styling Guidelines......................................................................................................... 20
How to load metadata and files............................................................................ 20
If you are using KTM ................................................................................................... 21
If you are using eBookBase .......................................................................................... 21
If you are using DTP..................................................................................................... 22
Kindle Best Practices................................................................................................. 23
Testing eBooks.............................................................................................................. 23
Common reasons files are rejected in eBookBase Import ............................................ 24
Common Kindle quality errors to avoid ....................................................................... 24
Formatting Tips............................................................................................................. 25
Appendix ........................................................................................................................ 26
Supported HTML tags .................................................................................................. 26
Supported Characters .................................................................................................... 28
Page 3 of 72
Publishing on Kindle: Guidelines for Publishers
Outline
• Getting started
• Paths to get your content on Kindle
• Formatting guidelines
• Kindle best practices
Getting started
There are many options for making your books available for the Amazon Kindle
platform. Your options depend on the nature of your publications (such as file
formats), the resources and technical expertise you have available, and your general
eBook sales model. Amazon.com has both managed and self-service platforms to
help publish your content as Kindle books. The ebook creation software and all
publishing tools on Amazon.com are free. Once you make your titles available for
Amazon Kindle, you will receive payments for every title sold. Below are examples of
publishing needs we fit and more information on how to move forward:
• Publishers who have many titles to convert but do not wish to (or have the
technical resources to) convert files in-house might want to consider
outsourcing to a conversion house or create their ebooks themselves using
Mobigen software (more info below).
• If you do not yet have a contract in place to sell your Kindle titles on
Amazon.com and will be using eBookbase to upload, contact
[email protected] to get a contract.
We are currently working on making this application available to all publishers and
will be providing more information as we make progress.
Page 4 of 72
Publishing on Kindle: Guidelines for Publishers
If you have questions about using Kindle Title Manager, please contact your vendor
manager.
Conversion Houses
Publishers have the option to outsource conversion of titles from a variety of formats
to eBook formats. Conversion houses offer publishers solutions and services
including taking a variety of input formats and creating the eBook or print ready
output. The typical input formats are:
As you explore conversion house options, it is recommended that you confirm which
source format the house requires as part of their conversion of files for use on
Kindle.
Amazon can process content in EPUB source format, but Mobigen will compile the file
and run checks for common errors. Any errors or warnings will have to be addressed
before making the title available in the Kindle store. Also, titles in EPUB format must
be tested on Amazon software and/or hardware and abide by the publishing
guidelines in this document.
Conversion houses can also be of service in helping publishers supply eBook retailers
with metadata.
Page 5 of 72
Publishing on Kindle: Guidelines for Publishers
http://www.impelsys.com
If you have further questions regarding how to add your titles to Amazon Kindle,
please contact us at [email protected]
Page 6 of 72
Publishing on Kindle: Guidelines for Publishers
If the only format in which your content is available is EPUB, then Mobigen can
process it, but will run a series of checks to confirm that the end result will provide
the best experience for the customer. This includes checking for broken links,
missing images or cover among others. It is important to note that HTML knowledge
is useful in optimizing complex books. If you use a content creation tool that does
not use HTML natively you must export your content to HTML before using Mobigen.
Most content creation tools allow content to be exported to HMTL but you should
verify your exported content before compiling it into a Kindle eBook because
some content creation tools format content differently when exported to
HTML and the quality of the HTML produced by automatic converters can vary.
Testing is important when creating ebooks. Make sure your titles are tested on
Amazon software and/or hardware and that they comply with the publishing
guidelines.
You can also upload Kindle files into the Digital Text Platform.
• Microsoft Word
• PDF
• Text
• RTF
• HTML, XHTML
• Amazon Kindle (.mobi/.prc/.azw – all 3 extensions are equivalent)
• IDPF format (also known as OEB (.opf) or EPUB)
Once again we recommend using the preview functionality embedded in the platform
to test the content for quality. A publication with a significant emphasis on quality
will require multiple iterations between edit and preview phases. Such a publication
Page 7 of 72
Publishing on Kindle: Guidelines for Publishers
might be easier to create using mobigen on your computer (You can also use the
desktop version called Mobicreator).
Formatting Guidelines
Writing HTML for a website and for a Kindle Book is something quite different. There
are many web page design practices which should be avoided when creating Kindle
Books in order to provide the right reading experience.
Text Guidelines
The “normal” text in an ebook must be “all defaults”. We encourage content creators
to use creative styles for headings, special paragraphs, footnotes, tables of contents
and so on but not “normal” text. The reason is that any styling on “normal” text in
the HTML would override the user’s preferred default reading settings. Users tend to
report such behavior as a poor experience. Here are the most important points:
• “Normal” text must not have a forced alignment (left aligned or justified).
• “Normal” text must use the default font family. The <font face=”…”> tag is
ignored on the Kindle platform but even so, make sure it is not used on
“normal” text. The same applies to the CSS font-family style.
• “Normal” text must use the default font size. The <font size=”…”> tag or its
equivalent in CSS should not be used in “normal” text.
• “Normal” text should not be bold or italicized. Selected parts can of course
use such styling. This guidelines only prohibits book that would be entirely
bold for example.
• “Normal” text should not have an imposed font color or background color.
Blank lines of text should not be inserted to create empty pages. Use the page break
tag <mbp:pagebreak/>. This is especially true for documents generated from
Microsoft Word; you should use the "Page Break" feature of Word.
• The First line of every paragraph is automatically indented. This behavior can
be changed using the text-indent style on the <p> tag. For example:
o <p style=”text-indent:0"> - no indentation of the first line
o <p style=”text-indent:10%"> - positive indent, 10% of the width of
the page
o <p style=”text-indent:5em"> - positive indent, 5 em
o <p style=”text-indent:-10pt"> - negative indent, 10 pt
o <p style=”text-indent:-10"> - negative indent, 10 pixels
• The space before each paragraph can be changed using the “margin-top”
style on tag <p>.
Page 8 of 72
Publishing on Kindle: Guidelines for Publishers
The source of an eBook can be encoded in many different ways. All encodings are
supported provided that:
We recommend that you specify the encoding of your HTML files in the HTML itself
using the <meta> tag in the <head> section.
<html>
<head>
…
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
…
The legacy Macintosh encodings are usually not supported on Windows and will not
work in mobigen. If you use a Macintosh to generate content make sure to set the
encoding to UTF-8.
• The only supported spaces are the normal space, the non-breakable space
( ) and the zero-width non-joiner (‌). Use of any other space can
break selection, dictionary lookup and line-wrap algorithms.
• “Unicode Format Characters” should NOT be used as they may also cause
problems.
Kindle uses a default font for eBook content and it also supports a monospaced font.
Page 9 of 72
Publishing on Kindle: Guidelines for Publishers
The monospaced font is used to render content in the following tags: <pre>,
<code>, <samp>, <kbd>, <tt>, <font face=”courier”>, <font
face=”monospace”>.
All tags listed above, with the exception of <pre>, do not change the text alignment.
If the content in these tags should be left aligned you must wrap the previous tags in
a <div align="left"> block.
The Kindle platform currently offers a very basic support for Cascading Style Sheets
(CSS). If you do not obtain the desired bahaviour using CSS, try using inline HTML
tags instead. Please make sure you preview your Kindle book before publishing it, to
verify that your use of CSS elemements displays the way you intended for it to
display.
Kindle books are reflowable and can be viewed with different font sizes, so page
numbers do not apply.
There should not be any reference to page numbers in the book. The cross
references should not have page numbers, nor should there be any plain text index
with page numbers.
Kindle eBooks must have a cover image. The preferred format for the cover is a JPEG
image of 600 x 800 pixels. Covers with less that 500 pixels on the smaller side are
rejected. If your cover is smaller that the required size, do not stretch it as this does
not add any quality.
Covers are defined in the .OPF using the following tags, please use name=”cover” in
the metadata element name as that is recognized :
<metadata>
...
<meta name="cover" content="my-cover-image" />
...
</metadata>
...
<manifest>
...
<item href="MyCoverImage.jpg" id="my-cover-image" media-
type="image/jpeg" />
...
</manifest>
Page 10 of 72
Publishing on Kindle: Guidelines for Publishers
This syntax is not part of the IDPF standard because the standard “forgot” to provide
for cover images. It has however been designed with help from the IDPF and will
validate in an IDPF validator.
Cover image guideline #2: the cover must not appear twice
Cover images must not be added to the eBook content in any other way, otherwise
they will appear twice in the book.
One exception is provided for: if you want to have an HTML cover page for
compatibility with software from other vendors, in addition to the proper logical
cover, add the following tags in your .OPF (underlined elements are mandatory):
TOC Guidelines
The Logical Table Of Contents is very important for our mutual customer’s reading
experience as it allows them to easily navigate between chapters on Kindle 2. So all
eBooks should have both logical and HTML TOCs. Users expect to see an HTML TOC
when paging through a book from the beginning, while the logical table of contents is
an additional way for users to navigate books.
Logical tables of contents are generated using a Navigational Control file for XML
applications (NCX). You create an NCX to expose the hierarchical structure of a
eBook to allow the user to navigate through it.
In NXC enabled books users will be able to see where they are in their reading such
that the part, chapter, or section will be exposed. In addition this progress indicator
shows relative progress in that book.
Logical tables of content are part of the IDPF 2.0 specification and are described
here: http://www.niso.org/workrooms/daisy/Z39-86-2005.html#NCX
<navMap>
<navLabel><text>AUTHOR'S NOTE</text></navLabel>
<content srcSway_body.html#preface_1" />
</navPoint>
<navPoint class="book" id="level1-book1" playOrder="2">
Page 11 of 72
Publishing on Kindle: Guidelines for Publishers
<navLabel><text>PART ONE</text></navLabel>
<content srcSway_body.html#part_1" />
<navPoint class="chapter" id="level2-book1chap01" playOrder="3">
AUTHOR'S NOTE
PART ONE
THE HOUSES, 1969
ROCK AND ROLL, 1962
THE EMPRESS, 1928–1947
And here is an excerpt from the .OPF (publication header file) that shows how to add
an NCX table of contents to a book.
<manifest>
<item id="toc" media-type="application/x-dtbncx+xml" href="toc.ncx"/>
<spine toc="toc">
It is generally a good idea to place an HTML page with a table of contents at the
beginning of the book so that users can easily jump to given locations within it
(typically to a given chapter). The HTML TOC must be linked so that users can click
and get to a specific location. A table of contents that is not made of links is not
useful on Kindle.
TOC guideline #3: the HTML TOC must be referenced as a guide item
The TOC must be referenced from a toc guide item. Every Kindle device or app has a
UI element allowing the user to jump to the toc guide item from anywhere in the
Page 12 of 72
Publishing on Kindle: Guidelines for Publishers
Do not create TOCs using html table tags. Tables are for tabular data only, not
layout.
• Page numbers must not be used in the TOC. Kindle books are reflowable and can
be viewed with different font sizes, so page numbers do not apply.
• If you are importing your document from Word, you should use the “Heading”
styles and "Table of contents" feature of Microsoft Word. The TOC created by
Word will be imported correctly and will convert to a TOC that follows the above
guidelines.
• The Kindle platform supports guide items for defining the cover, table of contents
(TOC), and start reading location.
• We do not recommend adding additional guide items to your OPF file beyond
these, as they will be grayed out in the menu options and may cause customer
confusion. Please note that guide items are not intended to replace the table of
contents.
Image guidelines
• The Kindle platform supports GIF, BMP, JPEG, PNG images in your content.
• Kindle does not support vector graphics. You will have to convert your vector
graphics into raster graphics using one of the supported image formats.
• If you are using images for schemas, charts, tables, maps or anything that
includes text, you must pay special attention to the legibility of the final image.
Images are added to the source eBook using the standard HTML <img>.
The kindle file format internally supports JPEG and GIF images of up to 63KB in size.
Mobigen will perform the necessary conversions automatically from the supported
input formats so you should usually provide your images with the maximum
resolution available and let Mobigen do the rest.
Page 13 of 72
Publishing on Kindle: Guidelines for Publishers
If you find the automatic image conversion unsatisfactory, you can optimize your
images before feeding them to Mobigen. If your images are in the JPEG or GIF
formats and are less than 63KB in size, Mobigen will not alter them.
Use color images whenever possible and relevant. The Kindle reading device has a
black & white screen today but the Kindle for iPhone reader takes advantage of
colors.
Photographs should use the JPEG format with a quality factor of 40 or higher.
Photographs should be provided with the highest resolution available to you.
Mobigen will reprocess them as needed to adapt them to the requirements of the file
format.
Photographs should not be too small. Please make sure your input photos are at
least 600x800 pixels in size, unless you optimize them yourself according to the
previous guideline. Photographs of less than 300x400 pixels are much too small and
can be rejected.
If your photographs are in GIF format or are too small, simply converting them to
JPEG or artificially increasing their size will not improve their quality. You should go
back to the original source to create a JPEG image with sufficient resolution.
Line-art is graphics drawn with a limited number of solid colors (e.g., images drawn by Illustrator,
Paint or Power Point). Text, graphics, charts and tables are examples of images which are line-
art.
Line-art should be in GIF format. The JPEG algorithm tries to blend parts of the image together,
and will blur the sharp edges of the line-art.
You should optimize your line art GIFs before submitting them to mobigen. Resizing or JPEG
compression can introduce blurriness or unwanted artifacts in line art images which is why the
automatic conversions applied by mobigen are best avoided.
To optimize your GIFs and make them fit in the 63KB limit, try the following tips:
• Try reducing the number of colors used. This can often be done without altering the
quality of the imgae. Line art images which appear black & white might be using colors
because of certain anti-aliaising algorithms. Here is an example (notice the shades of red
and blue around the “A” in the left picture):
Page 14 of 72
Publishing on Kindle: Guidelines for Publishers
• Resize the image if necessary but pay close attention to the ligibility of text (see guideline
#6)
Image guideline #6: image and font size requirements for line-art and text
An image with text in it should not be significantly larger than a screen. The Kindle device
offers the possibility to rotate an image to use more screen real estate. The Kindle for iPhone
app allows zooming and panning. In both cases however, user experience degrades rapidly for
very large line art images.
The following rules ensure a good rendering on all Kindle platforms for line art images
containing text:
• The MAXIMUM image size is 500x600 pixels. This ensure that the image is not shrunk
on a Kindle device, which could make its text illegible.
• The MINIMUM size of text is 6 pixels for the height of a lower-case “a”.
These rules limit the size of tables rendered as pictures. Larger tables should be reformatted.
Example images:
A table, line-art / text content rendered as an image. This GIF image is 317x233 pixels and 6KB
in size. The text is sharp and legible. The font size requirement is met (“a” is 7 pixels high).
The same image with JPEG compression. Compression artifacts appear,making the text blurry
although it remains legible. The size has increased to 17KB.
Page 15 of 72
Publishing on Kindle: Guidelines for Publishers
Bad quality: the image is blurry because of resizing and JPEG compression. The text is not
legible. This will be rejected.
An example of the largest acceptable table rendered as an image. The size is 500x600 pixels
which is the maximum. The font uses a body size (height of an “a”) of 7 pixels which is just above
the 6 pixel minimum. The size of the GIF is 33KB.
Page 16 of 72
Publishing on Kindle: Guidelines for Publishers
Below is an example of a text heavy image that should be HTML. Note, the image will be shrunk
to fit the screen and become unreadable while HTML will be paginated.
Page 17 of 72
Publishing on Kindle: Guidelines for Publishers
Table guidelines
Tables are to be used for tabular data only. Although it is common practice to use tables for
layout purposes in HTML, such use is not allowed in ebooks.
The kindle format does not support nested tables, so do not use them. For tabular data, this
limitation should not be a problem since combinations of rowspan and colspan attributes should
offer sufficient flexibility. Nested table are mostly needed for layout purposes.
Keep in mind that a table rendered as an image cannot be paginated, and the whole image will
be drawn on one screen. If the table is rendered using HTML <table> tags, pagination will be
available but user experience will be poor if the table is significantly wider than the screen and
forces the user to pan the table a lot. Text may even be lost if one cell of a table is larger than the
whole screen.
For the best user experience, please respect the following rule: tables should not contain whole
paragraphs of text or large pictures in a cell.
If you encounter a table that is too large or that contains too much text in its cells, consider
reformatting it.
In the example below, even rotating to better fit the screen does not help. It would be better to
have the paragraph text as plain HTML, and only the right-most column rendered as an image or
HTML table, to preserve the format and layout of the data.
Page 18 of 72
Publishing on Kindle: Guidelines for Publishers
Large table rendred as an image: illegible text, The same content, reformatted as HTML and a legible, good
unacceptable quality quality table.
Vitamin C
Functions/Roles in Metabolism
Antioxidant; biosynthesis of connective tissue components
(collagen, elastin, fibronectin, proteoglycans, bone matrix, and
elastin–associated fibrillin); carnitine, and neurotransmitters
Deficiency Symptoms
Scurvy (involves deterioration of elastic tissue); follicular
hyperkeratosis, petechiae, ecchymoses, coiled hairs, inflamed and
bleeding gums, perifollicular hemorrhages, joint effusions,
arthralgia, and impaired wound healing; dyspnea, edema, Sjögren
syndrome, weakness, fatigue, depression
Toxicity Symptoms
Nausea, abdominal cramps, and diarrhea (from supplements)
Table support was added to the Kindle platform with the Kindle 2 and Kindle for
iPhone app. We recommend that simple tables that have standard rows & columns
should be authored using the <Table> tags. These will be displayed as tables in
Kindle 2 and Kindle for iPhone while on Kindle 1 these will be flattened (i.e. all the
content will appear in one column).
Page 19 of 72
Publishing on Kindle: Guidelines for Publishers
For more complex tables that have nested rows/columns or use very specific
formatting, we recommend converting to an image, provided the guidelines above
are respected.
Colspan and rowspan attributes should be less than or equal to the total number of
columns or rows (as appropriate) in the table.
if you are using Adobe Digital Edition, please ensure that the Item IDs in the
manifest are unique. Adobe Digital Edition does not enforce uniquiness of IDs which
is wrong according to the IDPF standard.
&
'
&
% !
%
% '
&
% "
%
% '
&
'
Styling Guidelines
To create useful, navigable, deep TOC entries, we recommend using syntax of the
sort which follows in your HTML TOC.
Page 20 of 72
Publishing on Kindle: Guidelines for Publishers
eBookBase offers two interfaces for submitting your ebooks. The standard
eBookBase interface (www.ebookbase.com) gives you access to your whole catalog
and allows you to upload additional title one at a time. You can also edit the medata
of any book already in the catalog.
eBookBase and eBookBase Import both require ebooks in the Kindle format.
eBookBase Import however, also allows you to upload EPUB files. The compilation to
the Kindle format then happens on our servers. Please be aware that any errors or
warnings reported during the compilation will stop ingestion.
Using eBookBase
Requirements
• .jpg file (cover art)
• .prc file (actual content) located within the file (note – the standard
eBookBase interface does not presently support EPUB files)
• Metadata (details about the book including ISBN, digital price, subject, title,
author, description, etc)
Process
1. Open your account in eBookBase
2. Click on “Add an ebook” on the main page and on the following page. Follow
the directions by navigating to the location of the .prc file. Upload that and
continue.
3. On the next page, you will enter the Metadata. Please fill all the mandatory
spaces and as many as possible. You will be required to upload the
marketing cover from the metadata page, which is found in the middle of
metadata and is listed as “Cover Image”.
4. The range of subject codes is not as complete as on Amazon. You will have
to choose the best match for your title. You can update this data later if you
discover some part of it is in error.
5. If you don’t have a related print ISBN, you need to uncheck the radio box
titled “Print Book available”. Don’t enter a false ISBN here because
Amazon.com will not ingest an erroneous print ISBN reference. Both content
and metadata will be rejected.
6. Hit “Submit” and the Metadata will be uploaded.
Using the eBookBase Import bulk upload interface (available upon request)
Requirements
• jpg file (cover art also known as “marketing cover”)
Page 21 of 72
Publishing on Kindle: Guidelines for Publishers
Page 22 of 72
Publishing on Kindle: Guidelines for Publishers
To upload metadata:
http://forums.digitaltextplatform.com/dtpforums/entry.jspa?externalID=20&categor
yID=7
To upload files:
http://forums.digitaltextplatform.com/dtpforums/entry.jspa?externalID=19&categor
yID=7
Testing eBooks
There are two ways to test your eBook prior to adding it to the Kindle store:
2. Using DTP
The Digital Text Platform accepts a variety of book formats and
provides preview capability right on the website.
Once you can read your book, use this checklist to confirm your eBook does not
contain blatant errors. For a finer quality assurance, check against the complete
formatting guidelines:
1. Open the book for the first time or go to the cover page
o Cover: the Kindle eBook should have a cover
o Single Cover: flip to next page from the cover, there should not be
another image of the cover page
2. Table of Contents
o If there is a table of contents, items in it should be clickable and jump
to the correct location in the book. There should be no page numbers
in the TOC
3. Go to any location in the book
o Font size: change the font size in the Kindle menu - the book font
should change accordingly. Regular text should not be bold or italicized
and its alignment should not be forced.
4. Go back to the first page, then flip through every single page of the book
o Images: they should not be too small. Make sure that all the text that
appears in images and tables is legible. Large pictures are scaled to fit
the page.
o Tables: tables should appear correctly.
Page 23 of 72
Publishing on Kindle: Guidelines for Publishers
When importing EPUB files, if Mobigen terminates with the message “Info(prcgen):
MOBI File generated with WARNINGS!” your book cannot be sold by Amazon.com.
The problems with the EPUB must be addressed before it is tested on Kindle.
Addressign these problems will result in a better reading experience.
In addition we encourage you to review the book to make sure there is no missing or
wrong content and that there are no typos. Also, check for alignment and/or font
face forced in the entire book. Every now and then the Amazon team finds these
errors and needs to suppress the title to protect the reader’s experience.
Page 24 of 72
Publishing on Kindle: Guidelines for Publishers
Formatting Tips
1. Anchors must be added before formatting tags
• Correct: <a name=”Chapter1”/><h1>Chapter 1</h1>
• Incorrect: <h1><a name=” Chapter1”/>Chapter 1</h1>
2. EPUB Guide Items
Guide Items are an optional feature in the EPUB format. Kindle provides
support for the toc and text guide items.
Page 25 of 72
Publishing on Kindle: Guidelines for Publishers
Appendix
Attributes
HTML Tag Description Supported Not
<blockquote> Generates a 1-em margin above the text it encloses id cite, , , title
bgcolor, , id,
<body> Encloses the body text of an eBook source file
, text, title
Generates a line break of a size equal to the current
<br /> id , clear,
line-height
<center> Centers text horizontally
Indicates that a section of text is quoted from
<cite>
another source
align, ,
<hr /> create an horizontal rules color, id, width noshade,
size, , title
<html> Indicates the start and end of an HTML document
Page 26 of 72
Publishing on Kindle: Guidelines for Publishers
Attributes
title,
usemap,
vspace
Page 27 of 72
Publishing on Kindle: Guidelines for Publishers
Supported Characters
Page 28 of 72
Publishing on Kindle: Guidelines for Publishers
Page 29 of 72
Publishing on Kindle: Guidelines for Publishers
Page 30 of 72
Publishing on Kindle: Guidelines for Publishers
Page 31 of 72
Publishing on Kindle: Guidelines for Publishers
Page 32 of 72
Publishing on Kindle: Guidelines for Publishers
Page 33 of 72
Publishing on Kindle: Guidelines for Publishers
Page 34 of 72
Publishing on Kindle: Guidelines for Publishers
Page 35 of 72
Publishing on Kindle: Guidelines for Publishers
Page 36 of 72
Publishing on Kindle: Guidelines for Publishers
Page 37 of 72
Publishing on Kindle: Guidelines for Publishers
Page 38 of 72
Publishing on Kindle: Guidelines for Publishers
Page 39 of 72
Publishing on Kindle: Guidelines for Publishers
Page 40 of 72
Publishing on Kindle: Guidelines for Publishers
Page 41 of 72
Publishing on Kindle: Guidelines for Publishers
Page 42 of 72
Publishing on Kindle: Guidelines for Publishers
Page 43 of 72
Publishing on Kindle: Guidelines for Publishers
Page 44 of 72
Publishing on Kindle: Guidelines for Publishers
Page 45 of 72
Publishing on Kindle: Guidelines for Publishers
Page 46 of 72
Publishing on Kindle: Guidelines for Publishers
Page 47 of 72
Publishing on Kindle: Guidelines for Publishers
Page 48 of 72
Publishing on Kindle: Guidelines for Publishers
Page 49 of 72
Publishing on Kindle: Guidelines for Publishers
Page 50 of 72
Publishing on Kindle: Guidelines for Publishers
Page 51 of 72
Publishing on Kindle: Guidelines for Publishers
Page 52 of 72
Publishing on Kindle: Guidelines for Publishers
Page 53 of 72
Publishing on Kindle: Guidelines for Publishers
Page 54 of 72
Publishing on Kindle: Guidelines for Publishers
Page 55 of 72
Publishing on Kindle: Guidelines for Publishers
Page 56 of 72
Publishing on Kindle: Guidelines for Publishers
Page 57 of 72
Publishing on Kindle: Guidelines for Publishers
Page 58 of 72
Publishing on Kindle: Guidelines for Publishers
Page 59 of 72
Publishing on Kindle: Guidelines for Publishers
Page 60 of 72
Publishing on Kindle: Guidelines for Publishers
Page 61 of 72
Publishing on Kindle: Guidelines for Publishers
Page 62 of 72
Publishing on Kindle: Guidelines for Publishers
Page 63 of 72
Publishing on Kindle: Guidelines for Publishers
Page 64 of 72
Publishing on Kindle: Guidelines for Publishers
Page 65 of 72
Publishing on Kindle: Guidelines for Publishers
Page 66 of 72
Publishing on Kindle: Guidelines for Publishers
Page 67 of 72
Publishing on Kindle: Guidelines for Publishers
Page 68 of 72
Publishing on Kindle: Guidelines for Publishers
Page 69 of 72
Publishing on Kindle: Guidelines for Publishers
Page 70 of 72
Publishing on Kindle: Guidelines for Publishers
Page 71 of 72
Publishing on Kindle: Guidelines for Publishers
Page 72 of 72