![]() |
#16 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,613
Karma: 6718541
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
|
What is "best" for you is a value judgment only you can make.
You might consider PrimoPDF. It is a virtual printer driver that allows you to "output" PDF files from any app that can print. You simply select PrimoPDF as your printer. To create usable PDFs for 6" ereaders you still need to format the document appropriately, selecting a small "paper" size and zero or minimal margins. |
![]() |
![]() |
![]() |
#17 | |
Nameless Being
|
Quote:
Books with math formulas are a major PITA, time consuming to create, problematic for displaying on small 6" screens. But they are possible to create. Probably the easiest method is to use MS Word to create the book and then export it to PDF. However, PDFs on an eInk 6" reader suck. They are a pain to navigate, they do not reflow text, etc. It is a lot more work to create image files of your math formulas then display them in a mobi/KF8/ePub book, but this method is much more flexible and is reflowable. The text in the images cannot reflow or be resized but the text in the rest of the book can be. As for as HTML goes for creating a mobi/KF8/ePub book, there are many limits to using only HTML and then converting it via Kindle Previewer.
This might work well for a simple, small document, but not for complex documents requiring a TOC. A better method for using HTML to create an eBook is to use Sigil. With Sigil you create a ePub using HTML files:
I recommend using Sigil to create an ePub version of your book. Calibre is okay for converting an existing eBook into another format, but it is not designed as a book creation app. After you create your ePub in Sigil, either use calibre or Kindle Previewer to create the mobi/KF8 book. Kindle Previewer will let you test the book on various simulated Kindle devices. Last edited by jswinden; 05-31-2012 at 11:52 AM. |
|
![]() |
Advert | |
|
![]() |
#18 | |
Member
![]() Posts: 13
Karma: 10
Join Date: May 2012
Device: kindle touch
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#19 |
Member
![]() Posts: 13
Karma: 10
Join Date: May 2012
Device: kindle touch
|
![]()
jswinden, very very thank you for your clear and comprehensive answer. i'm downloading Sigil right now, i will let you know how it goes
![]() ![]() ![]() ![]() ![]() EDIT: it looks great! little more question: is it possible to use, in Sigil, html with some css rather than strict xhtml + css? Last edited by imfede; 05-31-2012 at 01:05 PM. |
![]() |
![]() |
![]() |
#20 | |
Nameless Being
|
Quote:
If I'm going to create a large document/book that will be published, this is my actual workflow:
I know this looks rather convoluted and complex, but it really isn't. Dreamweaver is the main development tool. Sigil lets me take my book files and generate a clean ePub. Sigil does a good job with the toc.ncx file, and trust me you don't want to have to create one of those by hand! Since Amazon's specs for clean KF8 are a little different from those of an ePub, it is back to Dreamweaver to clean up the files before finally using Kindle Previewer to compile the files into a KF8/mobi. As a result I seem to consistently create trouble free books. If I'm merely creating a document solely for my own use, I won't go to this much trouble. Last edited by jswinden; 05-31-2012 at 02:17 PM. |
|
![]() |
Advert | |
|
![]() |
#21 |
Nameless Being
|
Forgot to mention this important fact about my workflow:
I do NOT convert the Sigil ePub to a mobi via Kindle Previewer. You can certainly do that of course. Rather I unzip the ePub and basically modify the content.opf file a little bit. When I compile the book I point Kindle Previewer to the content.opf file, not to the ePub file. So basically Dreamweaver is the heavy lifter, the tool I use the create and edit the text and initially lay out the book structure, then finalize the book. Sigil is merely used to add a cover, edit the metadata, add a TOC, and create the content.opf and toc.ncx files which are quite frankly a PITA to create manually. Everything I use Sigil for I could do manually, but Sigil saves a lot of time and is way more accurate than my manually created files would be. You can of course totally create your book in Sigil then have calibre or Kindle Previewer convert it to mobi. That would be much quicker and easier. For personal documents this makes a lot of sense. But for published books I desire more control. EDIT:
Last edited by jswinden; 06-01-2012 at 05:56 PM. |
![]() |
![]() |
#22 | |
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Jan 2012
Device: Kindle 4
|
Quote:
Thanks for any help. Nick |
|
![]() |
![]() |
![]() |
#23 | |
Nameless Being
|
Quote:
Set up the template by setting:
That is pretty much it. It will take a little while to get the template tweaked for your tastes, but afterwards it is very quick and easy to apply it to a Word document. Then create your document in Word and save it. Then save the Word document as a PDF. BTW, I cannot remember the paper size I used, but just play around with the dimensions until you get as little waste as possible. EDIT: I think using a template the allows you to view the text in approximately the same size and configuration as the finished PDF will look on a Kindle is much better than simply converting a larger format document. It is sure easier when editing the document to get each page to display the way you want. Last edited by jswinden; 05-31-2012 at 03:43 PM. |
|
![]() |
![]() |
#24 |
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Jan 2012
Device: Kindle 4
|
Thanks Jack. That's a great help!
Nick |
![]() |
![]() |
![]() |
#25 |
Member
![]() Posts: 13
Karma: 10
Join Date: May 2012
Device: kindle touch
|
thank yo all very much, in particular jswinden for his exhaustive answers
![]() this is how i will proceed: taking notes with a kind of wordpad with just basic basic html, not to get distracted form studying ![]() when i finished i will use dreamweaver (which is one of my fav editor) to set up all the layout, images and so on; import that in Sigil to create a ToC and to convert in an .epub and then convert it into a .mobi using kindlegen But i don't really understand one passage: how do you "manually convert" the .epub in a .mobi? i don't get the part "When I compile the book I point Kindle Previewer to the toc.ncx file, not to the ePub file." thx in advance ![]() |
![]() |
![]() |
![]() |
#26 | |
Nameless Being
|
Quote:
Here is a sample content.opf file so you can understand what it is and what it does: Code:
<?xml version="1.0" encoding="UTF-8"?> <package xmlns="http://www.idpf.org/2007/opf" unique-identifier="BookID" version="2.0"> <metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf"> <dc:title>W5JCK Amateur Radio Extra Class Exam Q&A Review 2012-2016</dc:title> <dc:creator opf:role="aut">Ceburn Jack Swinden</dc:creator> <dc:language>en</dc:language> <dc:identifier id="BookID" opf:scheme="UUID">urn:uuid:f6605485-aafd-45c2-a8dd-2e5d7667e7b8</dc:identifier> <meta name="cover" content="my-cover-image" /> </metadata> <manifest> <item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml"/> <item id="extra-exam.css" href="Styles/extra-exam.css" media-type="text/css"/> <item id="Section-E0.html" href="Text/Section-E0.html" media-type="application/xhtml+xml"/> <item id="Section-E1.html" href="Text/Section-E1.html" media-type="application/xhtml+xml"/> <item id="Section-E2.html" href="Text/Section-E2.html" media-type="application/xhtml+xml"/> <item id="Section-E3.html" href="Text/Section-E3.html" media-type="application/xhtml+xml"/> <item id="Section-E4.html" href="Text/Section-E4.html" media-type="application/xhtml+xml"/> <item id="Section-E5.html" href="Text/Section-E5.html" media-type="application/xhtml+xml"/> <item id="Section-E6.html" href="Text/Section-E6.html" media-type="application/xhtml+xml"/> <item id="Section-E7.html" href="Text/Section-E7.html" media-type="application/xhtml+xml"/> <item id="Section-E8.html" href="Text/Section-E8.html" media-type="application/xhtml+xml"/> <item id="Section-E9.html" href="Text/Section-E9.html" media-type="application/xhtml+xml"/> <item id="front-matter.html" href="Text/front-matter.html" media-type="application/xhtml+xml"/> <item id="linked-toc.html" href="Text/linked-toc.html" media-type="application/xhtml+xml"/> <item href="Text/images/cover.jpg" id="my-cover-image" media-type="image/jpeg" /> </manifest> <spine toc="ncx"> <itemref idref="front-matter.html"/> <itemref idref="linked-toc.html"/> <itemref idref="Section-E1.html"/> <itemref idref="Section-E2.html"/> <itemref idref="Section-E3.html"/> <itemref idref="Section-E4.html"/> <itemref idref="Section-E5.html"/> <itemref idref="Section-E6.html"/> <itemref idref="Section-E7.html"/> <itemref idref="Section-E8.html"/> <itemref idref="Section-E9.html"/> <itemref idref="Section-E0.html"/> </spine> <guide> <reference type="text" title="Beginning" href="Text/front-matter.html"></reference> <reference type="toc" title="Table Of Contents" href="Text/linked-toc.html"/> </guide> </package> If you open an ePub or HTML file in Kindle Previewer it will convert that file to a mobi file. If you open a content.opf file Kindle Previewer will create your book using the instructions contained therein. Like I said, or meant to say, in the previous post, a mobi content.opf is slightly different than an ePub content.opf. Either will work, but if you make a couple tweaks to the ePub content.opf you will have better luck getting the cover to display correctly and the TOC to work correctly and few other things can be tweaked as well. |
|
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Kindle Touch won't search local documents | pwright2 | Amazon Kindle | 7 | 02-23-2012 10:23 PM |
Deleted Kindle Touch Documents folder contents | Newf | Amazon Kindle | 2 | 12-28-2011 02:20 PM |
Kindle Touch Won't Share Text from Personal Documents? | daletsteele | Amazon Kindle | 0 | 12-27-2011 11:53 PM |
Touch Personal documents on a Nook Touch | MickeyMark | Barnes & Noble NOOK | 1 | 10-17-2011 11:18 PM |
Kobo Touch, WinXP, Calibre, Delayed Write Failed | happyfrog | Calibre | 16 | 10-12-2011 03:46 PM |