All Projects → KursX → fb2parser

KursX / fb2parser

Licence: Apache-2.0 license
fb2 parser java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to fb2parser

FB2Library
Cross-Platform .NET library for read .FB2 ebook files.
Stars: ✭ 23 (-11.54%)
Mutual labels:  fiction-book, fb2, fb2-reader
Foliate
A simple and modern GTK eBook reader
Stars: ✭ 3,150 (+12015.38%)
Mutual labels:  fb2
Koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Stars: ✭ 9,467 (+36311.54%)
Mutual labels:  fb2
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+11200%)
Mutual labels:  fb2
bookr-mod-vita
A book reader for the Vita and Switch. Still a work in progress.
Stars: ✭ 51 (+96.15%)
Mutual labels:  fb2
habr to fb2
Экспорт избранного хабрахабра в fb2
Stars: ✭ 36 (+38.46%)
Mutual labels:  fb2
Wedge
可配置的小说下载及电子书生成工具
Stars: ✭ 62 (+138.46%)
Mutual labels:  fb2
DotOPDS
Lightweight .NET OPDS server
Stars: ✭ 20 (-23.08%)
Mutual labels:  fb2
fb2reader
FB2 Reader Firefox Addon
Stars: ✭ 17 (-34.62%)
Mutual labels:  fb2
fb2-reader
Emacs plugin to read .fb2 and .fb2.zip ebooks.
Stars: ✭ 18 (-30.77%)
Mutual labels:  fb2

Fb2 parser

Simple parser of book format fb2 in java objects

Download Fb2Parser.jar

Using:

try {
    FictionBook fb2 = new FictionBook(new File("book.fb2"));
} catch (ParserConfigurationException | IOException | SAXException e) {
	e.printStackTrace();
}

Android Gradle:

dependencies {
	compile files('src/main/libs/fb2parser.jar')
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].