- Joined
- May 3, 2019
I have a few Pdfs I'd like to convert to epub (or similar) so I can run them through an ebook reader for TTS. I've tried to do it before but I lack the Linux terminal skills. Anybody have any ideas on how to accomplish this?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
They're pretty rare: I've tried to buy them as epubs but they're not to be found.Buy them as epubs. Which books, I'll set up some affiliate links for you.
sudo apt-get -y install calibre
sudo pacman -S calibre
sudo pacman -S calibre-python3
ebook-convert <pdfName>.pdf <epubName>.epub
You can find rare books in epub form from irc servers.They're pretty rare: I've tried to buy them as epubs but they're not to be found.
Thanks, it seems to be fucking up a bit so I'll try different sites I guess.You can do it online, for free.
PDF to EPUB - Convert your PDF to EPUB for Free Online
Do you want to convert a PDF file to a EPUB file ? Don't download software - use Zamzar to convert it for free online. Click to convert your PDF file now.www.zamzar.com
Not sure how good each site is, but there are several.
I've never done it for entire books.
A Critique of Religion and Philosophy by Walter Kaufmann is the only one I really care about.You can find rare books in epub form from irc servers.
Pretty fucking rare. I tried hitting up the IRC's, but nothing. Just some dostoevsky and freud analysis written by Kaufmann. First time I've hit a roadblock and I've found some pretty obscure books. You must be reading some seriously esoteric stuff.Critique of Religion and Philosophy
It's a good book, well worth the read.Pretty fucking rare. I tried hitting up the IRC's, but nothing. Just some dostoevsky and freud analysis written by Kaufmann. First time I've hit a roadblock and I've found some pretty obscure books. You must be reading some seriously esoteric stuff.
Calibre GUI is what I use. It's a bit clunky for my tastes, but it gets the job done. That's also what I used to combine the last two GoT books into one with the chapters all in the correct order.Calibre provides epub to pdf and pdf to epub conversion on Linux
Ubuntu / Debian:
sudo apt-get -y install calibre
Arch Linux:
sudo pacman -S calibre
or
sudo pacman -S calibre-python3
And then simply run the command:
ebook-convert <pdfName>.pdf <epubName>.epub
Or you could use the GUI application if you don't feel comfortable with the terminal
The issue that I'm having is that it doesn't do a very good job of formatting: the table of contents bleeds into the foreword and most sentences are missing the first few words.Calibre GUI is what I use. It's a bit clunky for my tastes, but it gets the job done. That's also what I used to combine the last two GoT books into one with the chapters all in the correct order.
It's entirely possible that the problem is the PDF rather than the converter. There are plenty of ways to construct a PDF that looks fine to a human reader but is so profoundly fucked up under the hood that an automated parser can't handle it unless you explicitly tell it how.The issue that I'm having is that it doesn't do a very good job of formatting: the table of contents bleeds into the foreword and most sentences are missing the first few words.
I'll give that a shot and let you know, thanks.A quick shit test you can do is to select all the text in the PDF, copy it, and paste it into a plain text file.
If all else fails I'll give that a try.Might wanna try OCR'ing the pdf, edit the text, and then converting that to epub. gImageReader is probably the best OCR.