Sorry. If someone is willing, please PM me for a link.
Calibre crashes with:
Code:
Converting input as a text based book...
Python function terminated unexpectedly
[Errno 2] No such file or directory: u'C:\\Users\\Debiel\\AppData\\Local\\Temp\\calibre_iuphap\\whccep_plumber\\OEBPS/Fonts/f140.otf' (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 114, in main
File "site.py", line 88, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 209, in main
File "site-packages\calibre\gui2\convert\gui_conversion.py", line 43, in gui_convert_override
File "site-packages\calibre\gui2\convert\gui_conversion.py", line 28, in gui_convert
File "site-packages\calibre\ebooks\conversion\plumber.py", line 1275, in run
File "site-packages\calibre\ebooks\conversion\plugins\pdf_output.py", line 188, in convert
File "site-packages\calibre\ebooks\conversion\plugins\pdf_output.py", line 237, in convert_text
File "site-packages\calibre\ebooks\conversion\plugins\pdf_output.py", line 208, in process_fonts
File "site-packages\calibre\ebooks\oeb\base.py", line 1035, in data
File "site-packages\calibre\ebooks\oeb\base.py", line 580, in read
File "site-packages\calibre\startup.py", line 169, in local_open
IOError: [Errno 2] No such file or directory: u'C:\\Users\\Debiel\\AppData\\Local\\Temp\\calibre_iuphap\\whccep_plumber\\OEBPS/Fonts/f140.otf'
Looking at the ePub, I see a lot of hardcoded lengths and widths and absolute positions. I would have to filter all those out and replace them with the exact screensize of my ereader or with relative sizes. It's really stupid. But it also explains why it doesn't work.