statically sized pages in Kindle Books

49 views Asked by At

I'm writing a book with lots of diagrams and very little text.

I've tried uploading a PDF, but it appears that Kindle tries to OCR my PDF and then resize it automatically to the device it's on.

Using the Kindle Developer Kit, is it possible to do the following:

  • define my book as a set of 1920x1080 pages
  • tell kindle to NOT auto reflow my content

Thanks!

1

There are 1 answers

0
Waynn Lue On BEST ANSWER

The KDK does support that using a ListPager, but the better solution would be to use KF8 (http://www.amazon.com/gp/feature.html?docId=1000729511) to do fixed layout. In particular, you would define exactly the ratio of the pages that you want, and would put one image per page.

Amazon also has a children's book example that shows how to format it for kindlegen.