01-28-2011, 01:53 PM | #1 |
Junior Member
Posts: 7
Karma: 10
Join Date: Jan 2011
Device: none
|
How to? Need abundance of information.
I have written my book and want to publish as an eBook. What readers should I adapt it to? How do I adapt to those readers? Can PDF be downloaded by any reader? I recently read something about resizing for certain readers in this forum. What exactly goes on the first page of an eBook? Is it the title/author's name? Or is it a copy write number and barcode? How do you get the barcode in the book? Are there supposed to be pages left blank? As if reading a physical book, the chapter page is always on the right. I am a writer, like some, or most of you. I know nothing about eBooks. Or how to format them. Please help!
|
01-28-2011, 02:04 PM | #2 |
Wizard
Posts: 3,025
Karma: 11196738
Join Date: Oct 2010
Location: Piper College
Device: Samsung A21
|
Don't target individual electronic readers unless you only want to sell your book to a certain segement of potential customers. Instead target the largest range of readers possible. Here are my suggestions:
1) Download, Install and use Calibre, you can get a lot of help here on the use of that software; 2) If you can manage try establishing a web store that will sell your book(s) for you. 3) Translate your book into epub format and sell that format on your web site, it can be ready by all people. 4) Seek to understand your readers, what sort of person reads your book and which reader do they have, do they primarily use Kindles or are they primarily Sony PRS users? If you find that you have a lot of customers with one particular brand of reader then it would make sense to make available a version in that format, but always put foward an epub format, it can be read by all. 5) Visit sites like this in the author's section to talk up your book and post on these forums a synopsis of the book, the same thing that would appear on the back of the dead wood book. Let me take your questions one by one: 1) Which reader to adapt it to - use epub everyone can do that. 2) Adapt to readers - don't worry about that calibre will worry about that not you. 3) PDF compatability - mostly universal with some exceptions, as an author those exceptions need to be addressed so use epub. 4) Resizing - Try to stick to the standard page size the readers will handle formating the pages for display, if you use unusal page sizes like A4 you have restricted yourself to bookeen readers. 5) What goes on the first page - the same thing as what is on the cover of the dead wood book. 6) Barcode - don't use a barcode it will only confuse your customers, if you publisher puts one on then reproduce the same barcode on the electronic version. 7) Pages left blank - its identical to the dead wood book, if your dead wood book as pages blank then so does the electronic one. 8) Chapter numbers - If you want them on the right, that's fine there are no real rules. However in my opinion you might use this to be disticitive, msot put in the middle of the page, some on the left side some put a eagle picture above each, you might put an image of one of the characters next to the chapter numbers, perhaps interacting with the chapter number. One one chapter one character might be holding the chapter number, on the next another character might be sitting on the chapter number. On a third chapter a third character might be preparing to consume the chapter number with a fork and knife. Fourth chapter a female character might be wearing it as a necklace. Last edited by jbcohen; 01-28-2011 at 02:15 PM. |
Advert | |
|
01-28-2011, 02:07 PM | #3 | |
Not scared!
Posts: 13,424
Karma: 81011643
Join Date: Mar 2009
Location: Midlands, UK
Device: Kindle Paperwhite 10, Huawei M5 10
|
Quote:
|
|
01-28-2011, 06:04 PM | #4 |
eBook Enthusiast
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
|
Forget PDF. PDF is not an eBook format. The two formats you want are Mobipocket (for the Kindle) and ePub (for everything else).
|
01-31-2011, 09:27 AM | #5 |
Media Bloke
Posts: 2,381
Karma: 113956855
Join Date: Oct 2010
Location: NSW - Australia
Device: iOS
|
Great advise jbcohan, I'll save that. Keep in mind that ISBN numbers for ebooks and paper books can not be the same and ISBN numbers for PDF, ePub and mobi should really be different so people don't download DRM versions they can't read on their particular device.
|
Advert | |
|
01-31-2011, 09:43 AM | #6 | |
The Grand Mouse 高貴的老鼠
Posts: 72,502
Karma: 309060442
Join Date: Jul 2007
Location: Norfolk, England
Device: Kindle Voyage
|
Quote:
(i) ePub and Kindle (ii) Use Sigil to create an ePub version and either upload that to Amazon for conversion to Kindle, or use Calibre, or use KindleGen to generate the Kindle version. (iii) Don't bother with PDF (iv) ePub and Kindle formats are automatically resized for whatever decive they're read on. (v) Whatever you want. Title and Author in a Title Page is usual, although for Kindle ebooks it's also usual to add a link that causes the book to automatically open at the start of the first part of the actual story text. (vi) Yes, although you can, of course, do whatever you like. (vii) Barcode? Don't add barcodes to ebooks, there's no point. You can assign an ISBN to your ebooks if you wish. Unnecessary for Kindle ebooks, sometimes useful for ePubs. (viii) You don't. Barcodes are only for objects that might get scanned by a bardcode scanner. This doesn't apply to ebooks. (ix) No. I suggest you download (free) Kindle software and Adobe Digital editions for your computer, and download some (free) ebooks, to see what they're like. http://www.amazon.com/gp/kindle/kcp http://www.adobe.com/products/digitaleditions/ |
|
01-31-2011, 03:38 PM | #7 | |
Wizard
Posts: 1,213
Karma: 12890
Join Date: Feb 2009
Location: Amherst, Massachusetts, USA
Device: Sony PRS-505
|
Quote:
There are ton of things that can only be done with PDF, and even for things that can be done in other formats, PDF still delivers the best results typographically. PDF only had a bad name because people try to read PDFs which were generated for print, and not for reading on screens, and that mismatch yields bad results. The key is to think about ebook reading when creating the PDFs, and to create several PDFs of various sizes, one for each widespread-used screen, each with minimal margins, if any. The Wiki here contains information about the sizes of many different readers. |
|
02-04-2011, 01:47 PM | #8 |
Junior Member
Posts: 7
Karma: 10
Join Date: Jan 2011
Device: none
|
Thank you all for the information. I've got everything I need now. With one exception. How do I make a link from one webpage to another? Maybe I'd better just ask another question. I may not get the answer to that one, here. Thanks again.
|
02-04-2011, 02:15 PM | #9 | |
Wizard
Posts: 1,213
Karma: 12890
Join Date: Feb 2009
Location: Amherst, Massachusetts, USA
Device: Sony PRS-505
|
Quote:
In HTML, you use a link tag: Code:
<a href="http://www.google.com">Link to Google</a> |
|
02-04-2011, 03:57 PM | #10 |
Enquiring Mind
Posts: 562
Karma: 42350
Join Date: Aug 2010
Location: London, UK
Device: Kindle 3 (WiFi)
|
If, by "webpage" you mean HTML file (e.g. if you've split the contents of a book into a series of HTML files, one for each chapter):
a. If both files are in the same directory, and you want a simple link from some point in section001.html to the start of section002.html: Code:
<a href="section002.html">link text here</a> Code:
<a href="subdir/section002.html">link text here</a> Code:
<a href="../sisterdir/section002.html">link text here</a> In file section002.html add an id attribute with a unique value (bookmark name - letters, numbers and underscore character only) to the appropriate point you want to link to - e.g. if you want to link to the H2 heading "Chapter Two": Code:
<h2 id="chap_02">Chapter Two</h2> Code:
<a href="section002.html#chap_02">link text here</a> |
02-04-2011, 05:06 PM | #11 |
Junior Member
Posts: 7
Karma: 10
Join Date: Jan 2011
Device: none
|
No, no. I was just wondering so that I could link thing's such as my facebook page to my website. Thing's like that.
|
Tags |
general information, reader adaptation |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
IQ Any information about Pocketbook IQ? | katzki | PocketBook | 99 | 01-14-2011 09:22 AM |
Canadian looking for information | trackmom | Which one should I buy? | 9 | 12-21-2010 11:13 PM |
Thank you already for information | Rosemary | Introduce Yourself | 10 | 01-15-2010 06:46 PM |
Classic Need New Information | geneaber | Barnes & Noble NOOK | 7 | 11-03-2009 05:11 PM |
Where to get price information? | bsong | HanLin eBook | 4 | 08-21-2008 12:55 AM |