Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wcoder/fb2library

Cross-Platform .NET library for read .FB2 ebook files.
https://github.com/wcoder/fb2library

dotnet dotnet-library dotnet-standand ebook-files fb2 fb2-reader fiction-book maui xamarin

Last synced: 21 days ago
JSON representation

Cross-Platform .NET library for read .FB2 ebook files.

Awesome Lists containing this project

README

        

# FB2Library [![NuGet Badge](https://buildstats.info/nuget/FB2Library)](https://www.nuget.org/packages/FB2Library/)

This project provides .Net library to help developers load .FB2 (Fiction Book: http://en.wikipedia.org/wiki/FictionBook ) ebook files. This ebook files format is widely acceptable in Russia. If you doing some converter, reader or editor for ebooks and you using one of the .Net languages - this project for you.

> The original library automatically exported from http://code.google.com/p/fb2librarynet and placed [here](https://github.com/wcoder/FB2Library).

## Installation

* Available on NuGet: https://www.nuget.org/packages/FB2Library
* Install into your PCL project or Client projects.

```
Install-Package FB2Library
```
or
```
dotnet add package FB2Library
```

## Usage

* [Gettings started](https://github.com/wcoder/FB2Library/wiki/Usage)
* [How to make book for reading](https://github.com/wcoder/FB2Library/wiki/How-to-make-book)

## Platform Support

Everything that supports [.NET Standard 1.0](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard1.0.md):

* .NET Core 1.0+
* .NET Framework 4.5+
* .NET 6
* .NET 7
* Mono
* Xamarin.iOS
* Xamarin.Android
* Universal Windows Platform 10
* Windows 8.0
* Windows Phone 8.1
* Windows Phone Silverlight 8.0

## Authors

* [lordkiron](https://github.com/lordkiron) - developed original library
* [Yauheni Pakala](https://github.com/wcoder) - porting to PCL/NetStandard

---
Microsoft Public License