Ever felt the need to convert a #PDF into a fixed-layout #EPUB that preserves the table of contents, internal cross-references and hyperlinks? Finding no out-of-the-box solution, I've developed one myself using #Python and the #PyMuPDF library. Here it is, open source, and ready for use:

https://github.com/aourednik/pdf2epub3fixed

My script is particularly suitable for the conversion of complex layout PDFs generated with variants of #TeXLaTeX.
Enjoy!

GitHub - aourednik/pdf2epub3fixed: Convert PDF to fixed-layout EPUB, conserving the table of contents, inner cross-references and hyperlinks.

Convert PDF to fixed-layout EPUB, conserving the table of contents, inner cross-references and hyperlinks. - aourednik/pdf2epub3fixed

GitHub
@andre_ourednik awesome, thank you