View Single Post
Old 01-12-2026, 07:54 AM   #1
Shohreh
Addict
Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.
 
Posts: 231
Karma: 304158
Join Date: Jan 2016
Location: France
Device: none
Question [SOLVED] Copy notes from EPUB to computer?

Hellj

Is there a simple tool (for Windows), that could grab the notes from an EPUB file once it's connected through USB, and append them to a local TXT file?

I found that, after adding a note, each .epub file has a corresponding file in "\Digital Editions\Annotations\blah.epub.annot", but that XML file only contains links to annotions, not the annotations themselves:

Code:
<annotation>
	<dc:identifier>urn:uuid:de120535-d147-4f21-bbb6-3da9ba9dc7a9</dc:identifier>
	<dc:date>2026-01-11T02:58:19Z</dc:date>
	<dc:creator>urn:uuid:374c8101-17fe-41c5-b9c7-0f4d8a6833f5</dc:creator>
	<target>
		<fragment start="OEBPS/ch01.html#point(/1/2/1/18/9/1:260)" end="OEBPS/ch01.html#point(/1/2/1/18/9/1:260)" progress="0.0922619" color="0"/>
	</target>
</annotation>
Also, under \.kobo, the following SQLite files can be found:
  • BookReader.sqlite
  • fonts.sqlite
  • KoboReader.sqlite

I currently use the medieval solution of… shooting screenshots with my smartphone and copy/pasting the PNGs to my computer before possibly grabbing the actual text from the EPUB after searching the file through CTRL+F and pasting it to a TXT if I need to :-/

Thank you.

Last edited by Shohreh; 02-19-2026 at 04:46 AM.
Shohreh is offline   Reply With Quote