Skip to main content
0 votes
0 answers
20 views

Access files on Apple ipad [closed]

I have DRM-free pdf's and epub's on my Apple ipad. I'd like to make a backup of these files. The application in which these are stored is called Readera. How can I access these files on my Apple Mac? ...
Henk's user avatar
  • 3,666
0 votes
0 answers
24 views

Creating epub file with cover in python

I`m trying to create an epub file in python.The table of content and the content including images of the epub file are both fine, only the cover is not showing up. The file is generated without a ...
Carlos Siestrup's user avatar
-1 votes
1 answer
40 views

How can I remove pandoc EPUB links in markdown conversion?

I am using the following shell command to convert from EPUB to Markdown, pandoc "input.epub" -t gfm-raw_html -o output.md It's working well, except for the fact that EPUB links remain, ...
F. Zer's user avatar
  • 1,279
0 votes
1 answer
70 views

How to use ebooklib to create a nested chapter hierarchy?

I am trying to create an EPUB that has a nested chapter structure. There are top-level sections, with sub-chapters, and then subheadings below those sub-chapters. I would like this to be reflected in ...
Paul's user avatar
  • 10.9k
0 votes
0 answers
20 views

Pandoc: multiple sets of endnotes in an EPUB

I'm trying to make an EPUB book with two "parallel" sets of endnotes. The content itself is an old book, and the two sets of endnotes are supposed to be commentaries/annotations from two ...
yyy's user avatar
  • 75
0 votes
0 answers
36 views

How can I restrict text selection to the current page in a Flutter WebView EPUB reader (paginated mode)?

I'm developing an EPUB reader in Flutter as a learning exercise. I’m using the locally downloaded flutter_epub_viewer package (version 1.2.0) with Flutter SDK ^3.6.0. My goal is to use the default ...
kaedes's user avatar
  • 1
0 votes
0 answers
51 views

epub book doesn't display using Epub.js and Electron, but no errors in console log

I am doing this work for my college project and I'm stuck. I am not getting any errors in my console log, but nothing is being displayed. I have checked that the epub file itself is fine, which it is, ...
Anoel Tlob's user avatar
0 votes
0 answers
24 views

react reader for epub file reader showing empty for first few pages then works for others

I tried the ai and all but got stuck... I am using react reader package for the epub file and the epub file normally works nice from chrome epub viewer but the react reader showing empty when clicking ...
Hkm Sadek's user avatar
  • 3,209
0 votes
0 answers
60 views

When extracting Kobo bookmarks frm KoboReader.sqlite, how do I determine pages/locations

I use a Kobo book reader and I'd like to extract my book highlights from its sqlite database. I've found several people who've written basic queries, such as getting the Book titles, authors and the ...
djsumdog's user avatar
  • 2,720
1 vote
1 answer
100 views

Read epub with epubjs or epub-parser always returns empty

I've been trying to create a very simple web app that reads an epub, and show each chapter in sections. Very simple. I tried to use both epubjs and epub-parser, but each time, and I've tried with ...
Riri's user avatar
  • 11
0 votes
0 answers
21 views

How to open an epub at exact location with OEBPS Section point

Kobo annotations files store the location of the annotated text the followoing way: <fragment start="OEBPS/Section0002.xhtml#point(/1/4/2/180/1:556)" end=... I would like to open an epub ...
user30424's user avatar
  • 277
1 vote
1 answer
86 views

sub chapters not shown in ebooklib in python

Objective To programmatically create a epub file from text files Problem Some of the sub chapters are not shown Minimal Reproducible Example from ebooklib import epub # Create a new EPUB book book = ...
dixhom's user avatar
  • 3,063
1 vote
1 answer
140 views

I'm converting Markdown files to an ePUB book through Pandoc. How do I insert a page break in the title page when using a custom ePUB template?

I'm creating an ePUB book with Markdown files as inputs through Pandoc. I'm currently trying to make a custom template so that I can include the dedication in the title page before the table of ...
vvv4231's user avatar
  • 11
1 vote
0 answers
133 views

How to generate minimal epub file using ebooklib

I would like to use python and ebooklib to generate a "minimal" epub from an existing one. In other words, I want to keep only the required subset of metadata (title, creator, date, ...
sciroccorics's user avatar
  • 2,427
1 vote
0 answers
61 views

Add Page curl effect to in_app_webview epub reader in flutter

I am showing epub file with the attached code in my application. I am using javascript to change font styles and settings as you can see in the code. What I want to do is that I want to add a page ...
Hamza Kaleem's user avatar

15 30 50 per page
1
2 3 4 5
64