Hobbies And Interests
Home  >> Hobbies >> Reading

How to Specify a Cover on KindleGen

With Amazon's KindleGen command line tool you can build e-books from HTML and XML files for publication in Amazon's Kindle Store. To specify your cover image, you need to edit the HTML or XML code to point to the correct image you want to use. If done properly, KindleGen will automatically include the cover when it builds your e-book.

Instructions

    • 1

      Open your e-book's .OPF file.

    • 2

      Add the following between "<metadata>" and "</metadata>:"

      <meta name="cover" content="my-cover-image" />

    • 3

      Add the following between "<manifest>" and "</manifest>:"

      <item href="yourpicture.jpg" id="my-cover-image" media-
      type="image/jpeg" />

      Replace "yourpicture" with the file name of your cover.

    • 4

      Save and close your document.


https://www.htfbw.com © Hobbies And Interests