Questions tagged [epub]

Popular eBook format

Supports digital content protection. Used by the Barnes and Noble Nook device, among others.

22 questions
16
votes
3 answers

Downloading a .epub from a .acsm

I want to transfer books I buy on Google Play (downloads a .acsm) to my Kobo reader device. Everything I can find on internet about it: has you running Adobe Digital Editions aims at removing the DRM I want to avoid both: I'm fine with the DRM as…
Gnurfos
  • 283
  • 2
  • 7
8
votes
1 answer

Convert pdf file to epub

Is to possible to convert pdf file to epub format without errors? Is there some application in Linux that can do it? I found only Ecub and Calibre which give bad results or fail. A command-line application is sufficient. It's an ordinary pdf (not…
xralf
  • 16,149
  • 29
  • 101
  • 149
6
votes
3 answers

Recommendation for an eBook reader for Gnome

There are eBook readers for Android, there's Okular for KDE, and stuff like that, but what I want, is an eBook (ePub format) reader for my normal Linux desktop. I know there's Calibre, which goes way beyond being just an eBook reader, and theres…
polemon
  • 11,133
  • 11
  • 69
  • 111
4
votes
5 answers

EPUB reader for *BSD/Linux

What are the best native EPUB readers for *BSD/Linux. Browser add-ons are not an option. I prefer non-Qt applications but you can share Qt applications if you want. If possible, I want a program that remembers the page I was last viewing.
Rufo El Magufo
  • 3,186
  • 2
  • 22
  • 35
4
votes
1 answer

Safely handling PDFs and other ebook formats on Linux

I'm running Arch Linux and using Okular for opening PDF files and FBReader for other ebook formats (Epub, Mobi, etc.). Simply put, here's my question: Assuming some of those documents come from unreliable sources and contain malicious code what can…
Dave
  • 41
  • 1
4
votes
2 answers

Extract TOC of epub file

Lately I hit the command that will print the TOC of a pdf file. mutool show file.pdf outline I'd like to use a command for the epub format with similar simplicity of usage and nice result as the above for pdf format. Is there something like that?
xralf
  • 16,149
  • 29
  • 101
  • 149
3
votes
0 answers

Lightweight PDF to mobi and epub converter for Ubuntu

By lightweight I mean NOT Calibre. Please. I do not need a cataloging/library management software- which would not only consume unnecessary disk space but also ignore my current cataloging which I have maintained for years. I just need a quick and…
NVAR
  • 31
  • 1
  • 2
3
votes
1 answer

Does using epub2pdf pose a potential security risk? Is there an alternative?

epub2pdf is a fairly platform-independent program. Based on Java, it executes without a hitch on my machine, with no dependencies. However, strangely enough, the program requires an active internet connection to work properly. I didn't realize this…
ixtmixilix
  • 13,040
  • 27
  • 82
  • 118
2
votes
1 answer

Convert EPUB to TXT and preserve original formatting

I have a programming book in EPUB format and I'm trying to convert it to TXT. For that I'm using the utility ebook-convert from calibre. The problem is that the standard usage: ebook-convert book.epub book.txt removes indentation in source code…
ka3ak
  • 1,235
  • 4
  • 18
  • 30
2
votes
1 answer

How to convert PDF to e pub in a fixed layout in Calibre

I am trying to use Calibre to convert a PDF file to Epub format with a fixed layout, but I am not able to convert it. Can somebody tell me the steps to convert in a fixed layout in Calibre?
2
votes
2 answers

Recursively grep through epub files

I tried the answers here, but without luck. find . -name "*.epub" -exec zipgrep pattern {} \; showed me "matched", but didn't give me the matching epub file back. Also, it returned huge blobs of data, which were hard to grep through. grep -a didn't…
JJ Abrams
  • 185
  • 5
1
vote
0 answers

XMLstarlet to fix image tags and replace path for images

I have multiple .XHTML files in the folder. The top declaration part is as follows:
minto
  • 511
  • 2
  • 9
  • 26
1
vote
1 answer

How to cat the first page of an epub file?

epubcat book.epub 1 3 # outputs plain text of pages 1 through 3 I don’t know if epubs have the concept of “pages.” If not, perhaps we can say each 400 chars are a page? A general solution that works for other ebook formats is better (mobi, azw3,…
HappyFace
  • 1,493
  • 9
  • 21
1
vote
1 answer

ebook-convert for all .epub files in the folder

This code converts epub file to txt file: ebook-convert "book.epub" "book.txt" How can I use it to convert all .epub files in the directory? I am using Ubuntu. Code from os import listdir, rename from os.path import isfile, join import…
silver
  • 51
  • 5
1
vote
1 answer

Convert Blog to PDF or Epub Book

I want a command or script to collect all the posts on a given blog and convert them into a PDF and/or Epub book without needing to be the owner of the blog. This website allows users to convert blogs to PDF without needing to be the blog owner, but…
whitewings
  • 2,377
  • 7
  • 32
  • 53
1
2