Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wcoder/fb2library
- Owner: wcoder
- License: other
- Created: 2016-01-04T11:25:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T22:58:09.000Z (10 months ago)
- Last Synced: 2024-04-27T02:03:44.125Z (7 months ago)
- Topics: dotnet, dotnet-library, dotnet-standand, ebook-files, fb2, fb2-reader, fiction-book, maui, xamarin
- Language: C#
- Homepage:
- Size: 556 KB
- Stars: 29
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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