1 (edited by aloniv 2023-04-30 07:30:49)

Topic: Is it possible to print an EPUB file

or convert to PDF in Hyperbola without installing additional software?
I think I converted it to PDF in the past with Calibre which isn't packaged (and won't be as it has too many dependencies).

2 (edited by anthk 2023-04-30 11:00:54)

Re: Is it possible to print an EPUB file

Install mupdf-tools. Then:

mutool convert -o file.pdf file.epub

Printing the PDF file could be done from epdfview, gv, or any PDF viewer.

3 (edited by aloniv 2023-04-30 15:20:17)

Re: Is it possible to print an EPUB file

Thanks but the conversion gave me very large letters. Is it possible to change that?

I figured it out - I need to add -S 8 (or some other number) to the mutool convert command.