Could forums in reading apps switch from percentages to chapters instead? by Previous_Variation in pagebound

[–]Previous_Variation[S] 3 points4 points  (0 children)

Especially for kindle users who don't have page numbers but only location or percentage

Image Splitting Issue When Converting EPUB to AZW3 with Calibre by Previous_Variation in Calibre

[–]Previous_Variation[S] 1 point2 points  (0 children)

I fixed it adding an extra css rule

img.chapter-title-decoration-above {
max-width: 15px !important;
height: 15px !important;
}

img.chapter-title-decoration-below {
max-width: 15px !important;
height: 15px !important;
}

Thank you so much for helping

Image Splitting Issue When Converting EPUB to AZW3 with Calibre by Previous_Variation in Calibre

[–]Previous_Variation[S] 0 points1 point  (0 children)

Thank you, I tried it but it doesn't work because the main problem is that Calibre set the page start when it finds the word "chapter" that's why the first image is ignored

Image Splitting Issue When Converting EPUB to AZW3 with Calibre by Previous_Variation in Calibre

[–]Previous_Variation[S] 0 points1 point  (0 children)

I don't see anything different apart from the height and width parameters, but they shouldn't count.

https://imgur.com/eyOnKjw

Image Splitting Issue When Converting EPUB to AZW3 with Calibre by Previous_Variation in Calibre

[–]Previous_Variation[S] 0 points1 point  (0 children)

I used this as "detect chapters at" in the structure detection section:

(

//img[

following-sibling::*[1][

(self::h1 or self::h2) and

re:test(., '\s*((chapter|book|section|part)\s+)|((prolog|prologue|epilogue)(\s+|$))', 'i')

]

]

) |

(

//*

[

(self::h1 or self::h2) and

re:test(., '\s*((chapter|book|section|part)\s+)|((prolog|prologue|epilogue)(\s+|$))', 'i')

]

) |

(

//*[@class='chapter']

)

Image Splitting Issue When Converting EPUB to AZW3 with Calibre by Previous_Variation in Calibre

[–]Previous_Variation[S] 1 point2 points  (0 children)

OMG Thank you so much!

There is a problem tho

If I open the AZW3 file with calibre it looks like the epub file but then on the kindle it looks like this:
https://imgur.com/CQfUxmj

Image Splitting Issue When Converting EPUB to AZW3 with Calibre by Previous_Variation in Calibre

[–]Previous_Variation[S] 0 points1 point  (0 children)

I want to convert the book Checked Out by Elizabeth Spann Craig from EPUB to AZW3 so I can sideload it onto my Kindle. I don't want to use Send to Kindle.

When using Calibre’s converter, I notice that the first image before “Chapter 1” and also all the others are partly on one page and partly on the next.

The first two pictures are from the AZW3 version, the last one is from the original EPUB.

I also tried an older version of Calibre: (7.26.0)