Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 05-19-2022, 07:49 AM   #136
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 75,995
Karma: 134368292
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by GeniusJ View Post
If that's the case, you could try this in the conversion options:

Look & Feel -> Styling -> Select what style information you want completely removed -> Fonts, Margins, Padding

Or instead of removing all three, try them 1 at a time and check the output.

Or try Fonts -> Disable font size rescaling

I dunno... try various options 1 at a time until you land on one that makes a difference?
It's best to learn HTML/CSS and remove the code from the CSS as needed by hand using the Calibre editor.
JSWolf is offline   Reply With Quote
Old 05-19-2022, 07:53 AM   #137
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 75,995
Karma: 134368292
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by GnRFan79 View Post
I think you might be right here.

My curiosity got the better of me so I took the epub that didn’t look correct, converted it to Mobi using the first online tool I could find, then converted it back to epub using the same service and then emailed the resulting epub to my kindle.

From an initial look the new epub looks the same as the books purchased from Amazon and the Star Trek epub from above.

I’ll do some more experimentation later but the first signs are very promising.

Many thank. I’ll report back.
That's a bad idea. You don't know what will happen to the eBook when you do. You are best to edit the code to fix the problem.

Load the ePub into the Calibre editor, then under the Tools menu, select Remove unused CSS rules and then copy the CSS code and post it here (in a code block) so we can have a look at it. Thanks.
JSWolf is offline   Reply With Quote
Advert
Old 05-19-2022, 09:41 AM   #138
Quoth
the rook, bossing Never.
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 12,264
Karma: 89531599
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper11
And skip Amazon. Use USB transfer.
Quoth is offline   Reply With Quote
Old 05-19-2022, 02:38 PM   #139
GnRFan79
Enthusiast
GnRFan79 began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Aug 2021
Device: Kindle Oasis
Converting the epub to mobi and back again seems to work ok on my Kindle which is great.

However the same can't be said for the converted book in the Kindle IOS app.

See the two screenshots below - epub on the left and purchased from store book on the right. The formatting seems massively different.

If I go to Remove Unused CSS in Calibre it says "No used CSS style rules found, No unused CSS selectors found and No unused stylesheets found".

I will post the CSS outputs.

GnRFan79 is offline   Reply With Quote
Old 05-19-2022, 02:40 PM   #140
GnRFan79
Enthusiast
GnRFan79 began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Aug 2021
Device: Kindle Oasis
Stylesheet.css:

Code:
.Heading {
    display: block;
    font-size: 1.41667em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.33em;
    page-break-after: avoid;
    text-align: center;
    text-transform: none;
    padding: 0;
    margin: 2em 0 1.33em
    }
.bbb-rw {
    display: block;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0
    }
.block-rw {
    display: block;
    margin-bottom: 1.27em;
    margin-top: 1.27em
    }
.block-rw1 {
    display: block;
    font-size: 1.125em;
    line-height: 1.2;
    margin-bottom: 1.27em;
    margin-top: 1.27em;
    text-align: center;
    padding: 2em
    }
.block-rw2 {
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 1.27em;
    margin-top: 1.27em;
    padding-bottom: 2em;
    padding-top: 2em;
    text-align: left
    }
.button-rw {
    display: block;
    text-align: center;
    text-indent: 0;
    margin: 2em 0
    }
.calibre {
    display: block;
    font-size: 1em;
    padding-left: 0;
    padding-right: 0;
    margin: 0 5pt
    }
.calibre1 {
    height: 95%;
    width: auto;
    padding: 0;
    margin: 0
    }
.calibre10 {
    display: block;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2em;
    page-break-after: avoid;
    text-align: center;
    padding: 0;
    margin: 1.91em 0 1em
    }
.calibre11 {
    border-collapse: separate;
    border-spacing: 2px;
    display: table;
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 0
    }
.calibre12 {
    display: table-row-group;
    vertical-align: middle
    }
.calibre13 {
    display: table-row;
    vertical-align: inherit
    }
.calibre14 {
    display: table-cell;
    text-align: inherit;
    vertical-align: inherit;
    padding: 1em 0.5em 1px 1px
    }
.calibre15 {
    display: table-cell;
    font-size: 0.75em;
    text-align: inherit;
    vertical-align: inherit;
    padding: 1em 1px 1px
    }
.calibre16 {
    font-weight: bold
    }
.calibre17 {
    font-size: 1em;
    line-height: 1.2em;
    text-align: center
    }
.calibre18 {
    font-size: 1em;
    line-height: 1.2em
    }
.calibre19 {
    text-align: center
    }
.calibre2 {
    height: auto;
    width: auto
    }
.calibre20 {
    text-align: center;
    text-indent: 0
    }
.calibre21 {
    display: block;
    margin-top: 2.5em;
    text-align: center
    }
.calibre22 {
    display: list-item
    }
.calibre23 {
    display: block;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0
    }
.calibre3 {
    display: block;
    text-align: center;
    text-indent: 0;
    margin: 0
    }
.calibre4 {
    font-style: italic
    }
.calibre5 {
    display: block
    }
.calibre6 {
    display: block;
    font-size: 1.66667em;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    margin: 1.27em 0
    }
.calibre7 {
    display: block;
    margin: 0
    }
.calibre8 {
    font-style: italic;
    line-height: 1.2
    }
.calibre9 {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0 auto
    }
.ccc-rw {
    display: none;
    visibility: hidden
    }
.center-rw {
    display: block;
    text-align: center;
    text-indent: 0
    }
.center-rw1 {
    display: block;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2em;
    page-break-after: avoid;
    text-align: center;
    text-indent: 0;
    padding: 0;
    margin: 1.91em 0 1em
    }
.crt-rw {
    display: block;
    font-size: 1em;
    text-align: left;
    text-indent: 0;
    margin: 0 0 1em
    }
.dateline-rw {
    display: block;
    text-indent: 0;
    margin: 0 0 1em
    }
.decoration-rw {
    display: block;
    margin-bottom: 0.64em;
    margin-top: 0.64em;
    text-align: center;
    text-indent: 0;
    vertical-align: middle
    }
.ded-rw {
    display: block;
    font-style: italic;
    text-align: center;
    text-indent: 0;
    margin: 0
    }
.ecom-a-first-rw {
    display: block;
    margin: 0 0 0 1.2em
    }
.ext1-rw {
    display: block;
    text-indent: 0;
    margin: 0 0 0 1.2em
    }
.firstpara-rw {
    display: block;
    text-indent: 0;
    margin: 0
    }
.fixed-rw {
    display: block;
    text-align: center
    }
.galley-rw {
    display: block;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2em;
    orphans: 1;
    text-align: justify;
    widows: 1;
    word-spacing: 0;
    padding: 0;
    margin: 0
    }
.indent-rw {
    display: block;
    text-indent: 1.09em;
    margin: 0
    }
.leading-line-rw {
    display: block;
    margin-bottom: 0.64em;
    margin-top: 0.64em
    }
.list-titlea {
    display: block;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2em;
    page-break-after: avoid;
    text-align: center;
    padding: 0;
    margin: 1.27em 0 0.64em
    }
.media-rw {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
    }
.pc-rw {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0
    }
.pc-rw1 {
    display: block;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0 auto
    }
.raisedcap-rw {
    font-size: 1.41667em;
    line-height: 1.2
    }
.sc-rw {
    font-size: 0.75em;
    font-variant: small-caps
    }
.signupbutton-rw {
    background: rgb(106, 115, 123);
    border-radius: 5px;
    font-size: 1.125em;
    height: 40px;
    line-height: 1.2;
    text-decoration: none;
    width: 160px;
    padding: 8px 24px;
    border: #444 solid 1px
    }
.signuplink-rw {
    color: white;
    text-decoration: none
    }
.title-block-rw {
    display: block;
    min-height: 2em;
    padding-bottom: 2em;
    padding-top: 2em;
    margin: 0
    }
.title-num-rw {
    display: block;
    font-size: 1.66667em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    padding-top: 2em;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    margin: 0
    }
.uc-rw {
    text-transform: uppercase
    }
Page_Styles.css:

Code:
@page {
    margin-bottom: 5pt;
    margin-top: 5pt
    }
GnRFan79 is offline   Reply With Quote
Advert
Old 05-19-2022, 03:00 PM   #141
GnRFan79
Enthusiast
GnRFan79 began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Aug 2021
Device: Kindle Oasis
I've just checked the Star Trek epub on both my Kindle and the IOS app. As above, it looks fine on the Kindle but on IOS the formatting matches the screenshot on the left above, whereby the line spacing is much less.

It was definitely worth testing all this but it appears that if you want consistent formatting between devices you do have to get your books exclusively from the Amazon store and not from a third party store.
GnRFan79 is offline   Reply With Quote
Old 05-19-2022, 05:11 PM   #142
GnRFan79
Enthusiast
GnRFan79 began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Aug 2021
Device: Kindle Oasis
Quote:
Originally Posted by Quoth View Post
And skip Amazon. Use USB transfer.
This isn’t a bad idea.
GnRFan79 is offline   Reply With Quote
Old 05-19-2022, 05:19 PM   #143
GeniusJ
Connoisseur
GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.
 
GeniusJ's Avatar
 
Posts: 80
Karma: 361730
Join Date: Sep 2020
Device: Kindle
Quote:
Originally Posted by GnRFan79 View Post
This isn’t a bad idea.
It is if you want to use Whispersync.
GeniusJ is offline   Reply With Quote
Old 05-19-2022, 06:36 PM   #144
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 75,995
Karma: 134368292
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
delete post

Last edited by JSWolf; 05-19-2022 at 06:42 PM.
JSWolf is offline   Reply With Quote
Old 05-19-2022, 06:39 PM   #145
hleo12
Guru
hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.
 
hleo12's Avatar
 
Posts: 645
Karma: 5078890
Join Date: Feb 2014
Device: Kobo Glo (deceased), Kindle 4th, Kindle Basic 10th Generation
I gave up on whispersync the moment we can't have covers anymore on send to Kindle books (at least until August).
hleo12 is offline   Reply With Quote
Old 05-19-2022, 07:21 PM   #146
GeniusJ
Connoisseur
GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.
 
GeniusJ's Avatar
 
Posts: 80
Karma: 361730
Join Date: Sep 2020
Device: Kindle
Quote:
Originally Posted by hleo12 View Post
I gave up on whispersync the moment we can't have covers anymore on send to Kindle books (at least until August).
Why not just keep sending mobi files until august? Covers still work fine for those.
GeniusJ is offline   Reply With Quote
Old 05-19-2022, 07:27 PM   #147
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 11,188
Karma: 227607846
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by GeniusJ View Post
Why not just keep sending mobi files until august? Covers still work fine for those.
No custom fonts and no boldness adjustment.
Sirtel is offline   Reply With Quote
Old 05-19-2022, 07:43 PM   #148
GeniusJ
Connoisseur
GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.
 
GeniusJ's Avatar
 
Posts: 80
Karma: 361730
Join Date: Sep 2020
Device: Kindle
Quote:
Originally Posted by Sirtel View Post
No custom fonts and no boldness adjustment.
Ah, ok. I've never had those in my Kindle docs before epub support, so I guess I'm not really missing them now. I'd rather have cover thumbnails and Whispersync. To each their own!
GeniusJ is offline   Reply With Quote
Old 05-19-2022, 08:03 PM   #149
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 6,681
Karma: 86234809
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by hleo12 View Post
I gave up on whispersync the moment we can't have covers anymore on send to Kindle books (at least until August).
I may be misreading this but do you expect covers to work on send-to-kindle books after August?

As far as I know dropping MOBI from send-to-kindle will remove the possibility of having covers when using that feature.
jhowell is offline   Reply With Quote
Old 05-19-2022, 08:09 PM   #150
GeniusJ
Connoisseur
GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.
 
GeniusJ's Avatar
 
Posts: 80
Karma: 361730
Join Date: Sep 2020
Device: Kindle
Quote:
Originally Posted by jhowell View Post
I may be misreading this but do you expect covers to work on send-to-kindle books after August?
A boy can dream. But no, I'm not expecting it, per se... but it'd be nice. What I *am* saying is that I intend to keep using MOBI format with "Send to Kindle" until they stop accepting that format in August. Thus, I continue to get proper formatting and cover thumbnails in the meantime.

Quote:
Originally Posted by jhowell View Post
As far as I know dropping MOBI from send-to-kindle will remove the possibility of having covers when using that feature.
Yes, that's my understanding as well, but as I said it'd be nice if they actually fixed cover thumbnails on EPUB conversions at some point. (But I ain't holding my breath over here.)
GeniusJ is offline   Reply With Quote
Reply

Tags
epub kindle


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Newspaperat the epub format to Kindle "Periodical" format loic2000 Conversion 3 12-25-2020 11:16 PM
Calibre to utilize Mojave dark theme MGlitch Calibre 3 10-21-2018 06:55 PM
Calibre metadata - apps that utilize? nushie Calibre 3 03-15-2014 06:52 AM
Using Kindle format vs ePub format is like using a compiler vs winzip? Julius Caesar Workshop 1 09-01-2013 07:34 PM
iPhone Convert epub format to kindle for iPhone format. Is it possible? thecyberphotog Apple Devices 16 03-14-2013 01:04 AM


All times are GMT -4. The time now is 11:07 PM.


MobileRead.com is a privately owned, operated and funded community.