Epub to pdf: what are my options?

looking for a lite CLI program to convert epub to pdf file, but open to gui. also seeking simple.
this would be a first time use case for me. I have the epub file.
thanks! edit/typos

Never used cli for this, I just go through Calibre.

3 Likes

giving it a shot now thanks

my god that’s a whole lot of app. it’s busy. it wants to go online and fetch me things like news or books. big & shiny lots of functions, more app than I need…but epub to pdf took about 5 seconds after launching app so I can’t complain!
thanks

1 Like

I love calibre it does everything I need in one spot :grin:

2 Likes

going to have to learn all it’s functions. It looks far more that simple reader. linux a fun adventure, no doubt

Not sure if Pandoc is light, but it is CLI. Conversion is usually something like:

pandoc input.epub -o output.pdf

or

pandoc input.epub -o output.pdf --pdf-engine=xelatex
2 Likes

will make a note of pandoc. these commands are identical for pdfunite, but far my favorite pdf assembler

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.