Kevin Hendricks
Kevin Hendricks
There should be no "ascii-codec" being used anymore. So do you get the same error running kindleunpack with python3 instead of python 2.X?
Fixed layouts are not part of the epub2 spec. So you should be feeding kindlegen an epub3 file with the page-list properly formatted in the nav and not an toc.ncx....
Without pos:fid there is no link. My guess is your extra ncx entries outside of the navMap simply have not been seen before and will need some work to decode...
There are many tools to "borkify" the text of an epub to make them meaningless. I believe there is a plugin for Sigil that does this as well as calibre...
No, and I can not as dictionaries in some of the older formats have never been reverse engineered. Without examples to work from and the correct before and after html...
There was an older c based mobi library that did have somewhat better dictionary support. You may still be able to find it on the web.
You might search for "libmobi" on github. It was about 5 years back I saw it though. Perhaps you can find a fork that still exists.
Yes, dictionary support was never a focus for KindleUnpack. So existing dictionary support is old and sketchy at best. With limited documentation and no access to a kindle anymore, I...
This is a true hole in image support. Svg is being used more and more for icons, images, and artwork but no support to open an svg and rasterize it...
The pillow_svg repo listed in #3509 is dead as no one responds to any PRs or bugs, no one has committed anything to it in two years. It does not...