Nice. I was looking into PDF, but as I tracked it down where the conversion happens, it seemed to be an outside library. So I couldn’t figure out how to add something like PyPDF2
Thought about adding it to just the PHP interface, but couldn’t find a self-contained open-source converter. They all require pdftotext program to be installed. In which case I could write my own. Maybe like the ltmanage commands - if the program is available locally PDF is available, if it’s not… no PDF option.
I’m not sure the ePUB “language”. But might it be similar? ePub->html or ePub->text similar to a PDF->html or PDF->text…?