I have an epub file, and I think it would be nice to convert it to pdf so that I can print it out. I already have the tool PDF arranger which works well for organizing one or several PDF for printing, so all I need is just a way to convert to pdf. Preferably in a way that looks nice and output different sizes if that be a4, a5, or a6.
Is there some approach/tool/software you can recommend?


Calibre is awesome for everything ePub. And if you want to convert any text file into another, take a look at pandoc. All those other converter-tools are using pandoc on the backend.
Thank you! That was what I was looking for:)