Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Conversion

Notices

Reply
 
Thread Tools Search this Thread
Old 06-09-2022, 05:14 PM   #1
SuperDerpBro
Enthusiast
SuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with others
 
Posts: 39
Karma: 2674
Join Date: Jun 2016
Device: Kindle
Recommended settings/plugins for converting to KFX?

I really enjoy Kindle's enhanced typesetting. I mostly buy books from Amazon. The ones I've bought in epub I don't feel like buying again. For example, I purchased (years ago) the Dragonlance Legends books in epub. I want to read them soon, but really don't want to spend the $30 to buy them again.

Been googling around and I see people talking about adding x-ray and word wise. I've installed the KFX output plugin and have been playing around with it. Just wondering if there is anyone out there that has a good "work flow" for running a book through Calibre with the "best" plugins/settings. With the goal of making as close to a retail Amazon book as possible.

Cheers
SuperDerpBro is offline   Reply With Quote
Old 06-14-2022, 09:42 PM   #2
SuperDerpBro
Enthusiast
SuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with others
 
Posts: 39
Karma: 2674
Join Date: Jun 2016
Device: Kindle
Did a conversion today and some of the pictures in the book have a caption under them. Some of these captions get bumped to the next page. That next page is either a blank page (with just the caption) or the caption and then the next chapter under it.

How do I avoid this?
SuperDerpBro is offline   Reply With Quote
Advert
Old 06-15-2022, 11:16 AM   #3
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: 79,763
Karma: 145864619
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 SuperDerpBro View Post
Did a conversion today and some of the pictures in the book have a caption under them. Some of these captions get bumped to the next page. That next page is either a blank page (with just the caption) or the caption and then the next chapter under it.

How do I avoid this?
Check the source code for page breaks and remove them. Then try the conversion again.

But backup the source format before you edit just in case.
JSWolf is online now   Reply With Quote
Old 06-16-2022, 12:10 AM   #4
SuperDerpBro
Enthusiast
SuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with others
 
Posts: 39
Karma: 2674
Join Date: Jun 2016
Device: Kindle
Not sure how to do that.. heh. I'll try to figure it out, thanks
SuperDerpBro is offline   Reply With Quote
Old 06-17-2022, 02:01 AM   #5
SuperDerpBro
Enthusiast
SuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with othersSuperDerpBro plays well with others
 
Posts: 39
Karma: 2674
Join Date: Jun 2016
Device: Kindle
So, I've been using default settings aside from these..

I check disable font size resizing
I add body {orphans: 1 !important; widows: 1 !important;} to the “Extra CSS” section
I select “Tablet” for my output profile in Page Setup

Seems to look okay. Still have no real idea what I'm doing, heh.

I've also been recommended to use...

body, div, h1, h2, h3, h4, h5, h6, p {orphans: 1 !important; widows: 1 !important;}

instead of...

body {orphans: 1 !important; widows: 1 !important;}

What is the difference? I only found out what orphans and widows are today
SuperDerpBro is offline   Reply With Quote
Advert
Old 06-17-2022, 04:13 AM   #6
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: 79,763
Karma: 145864619
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 SuperDerpBro View Post
So, I've been using default settings aside from these..

I check disable font size resizing
I add body {orphans: 1 !important; widows: 1 !important;} to the “Extra CSS” section
I select “Tablet” for my output profile in Page Setup

Seems to look okay. Still have no real idea what I'm doing, heh.

I've also been recommended to use...

body, div, h1, h2, h3, h4, h5, h6, p {orphans: 1 !important; widows: 1 !important;}

instead of...

body {orphans: 1 !important; widows: 1 !important;}

What is the difference? I only found out what orphans and widows are today
The second CSS is a bit convoluted. You don't need any sort of reset CSS.

This is the CSS I always use. Any of it that goes unused gets removed when I am done editing the eBook.

Code:
blockquote {
  margin-top: 1em;
  margin-right: 1.5em;
  margin-bottom: 1em;
  margin-left: 1.5em;
}
body {
  widows: 1;
  orphans: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: justify;
}
hr {
  margin-top: 1em;
  margin-right: 40%;
  margin-bottom: 0.9em;
  margin-left: 40%;
  border-top: 2px solid;
}
img {
  max-height: 100%;
  max-width: 100%;
}
p {
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 1.2em;
}
.blockquote {
  margin-top: 1em;
  margin-right: 1.5em;
  margin-bottom: 0;
  margin-left: 1.5em;
}
.cover {
  text-align: center;
  text-indent: 0;
  height: 100%;
}
JSWolf is online now   Reply With Quote
Reply

Tags
derp


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
AZW3 to PDF for iPad Pro 10.5-inch: Recommended Settings? teleos Conversion 3 03-08-2019 12:13 AM
Forgotten Settings and Plugins DarkMagda Calibre 0 05-05-2015 10:43 PM
Kindle Paperwhite Recommended Conversion Settings sitrucz Conversion 3 03-03-2013 12:40 PM
Acrobat-->PRS-T1 Reader Recommended Settings? Cyba.Cowboy Conversion 1 05-10-2012 02:52 AM
Port Calibre settings/plugins/etc. on one computer to another? bosun120 Calibre 5 02-21-2012 12:31 PM


All times are GMT -4. The time now is 04:10 PM.


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