View Single Post
Old 02-11-2020, 06:05 AM   #1
sewi_rafal
Junior Member
sewi_rafal began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2020
Device: Kindle PW4
epub to asw3: wrong internal links

I'm converting a epub file to asw3 for Kindle PW using Calibre v. 4.99.4.
The problem is that when looking at the formats in edit book window from epub I have:

Code:
...
<a href="part0000_split_015.html#a">Chapter 1</a><br class="calibre2"/>
<a href="part0000_split_026.html#b">Chapter 2</a><br class="calibre2"/>
<a href="part0000_split_027.html#c">Chapter 3</a><br class="calibre2"/>
<a href="part0000_split_027.html#d">Chapter 4</a><br class="calibre2"/>
<a href="part0000_split_029.html#e">Chapter 5</a><br class="calibre2"/>
...
while in the converted asw3 I get broken internal links. Looking at the debugging processed text parts, the links are correct, whereas in the final aws3 file, the links get corrupted. Any idea where is the issue?

- fragment from asw3 file in edit book window:
Code:
...
<a href="part0000.html#1-64ba2faa11d04ddca7487a72e9ffd7df">Chapter 1</a><br class="calibre2"/>
<a href="part0000.html#1-64ba2faa11d04ddca7487a72e9ffd7df">Chapter 2</a><br class="calibre2"/>
<a href="part0000.html#1-64ba2faa11d04ddca7487a72e9ffd7df">Chapter 3</a><br class="calibre2"/>
<a href="part0000.html#1-64ba2faa11d04ddca7487a72e9ffd7df">Chapter 4</a><br class="calibre2"/>
<a href="part0000.html#1-64ba2faa11d04ddca7487a72e9ffd7df">Chapter 5</a><br class="calibre2"/>
...
sewi_rafal is offline   Reply With Quote