I have downloaded zathura doc viewer. But it supports only pdf rightnow. But in archlinux wiki, they have this plugin for opening epub. But this is not available in ubuntu. I saw a PPA, but it doesn't have support for 18.04. How to get this?
I want to convert my test.epub to PDF format using Pandoc. I tried (given here)
pandoc -f epub -t test.epub -o outfile.pdf
which throws the following error:
cannot produce pdf output from pdf
I also tried the following command
pandoc test.epub -f epub -t latex -s -o my.pdf --latex-engine=xelatex
which throws the following error:
--latex-engine has been removed. Use --pdf-engine instead.
Try pandoc --help for more information.
Then I tried
pandoc test.epub -f epub -t latex -s -o my.pdf --pdf-engine=xelatex
which converts the EPUB to PDF format but the final output is not very good. No respect for page break and other stuff. More number of pages than the actual. Any thoughts to convert EPUB to PDF format very efficiently.
Is there any way to add support for epub & mobi to the default document viewer in Ubuntu?
Calibre is an overkill for me there is any other small and light software out there?
I'm able to view an epub file in, say, okular, select all the text and copy-paste into a text editor. I'd like a command line method - anyone know of such a thing?
What software can I use to view .epub documents?