EpubReader | .NET library for reading EPUB files | Media library
kandi X-RAY | EpubReader Summary
kandi X-RAY | EpubReader Summary
.NET library for reading EPUB files. Supports .NET Framework >= 4.6, .NET Core >= 1.0, and .NET Standard >= 1.3. Supports EPUB 2 (2.0, 2.0.1) and EPUB 3 (3.0, 3.0.1, 3.1). Download | WPF & .NET Core demo apps.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of EpubReader
EpubReader Key Features
EpubReader Examples and Code Snippets
Community Discussions
Trending Discussions on EpubReader
QUESTION
I am using epubreader (vers-one) NuGet package for parsing .epub files.
My Code:
...ANSWER
Answered 2020-Jul-24 at 09:01System.AggregateException: 'One or more errors occurred. (Value cannot be null.Parameter name: stream)'
The GetManifestResourceStream
method is used to access the embedded file which should be placed in shared project for the Xamarin.Forms project. The code doesn't works for the file comes from a database. You could debug to get that the stream is null because the fileName doesn't exist in the project.
QUESTION
I am using epubreader.cross NuGet package for parsing .epub files.
My Code:
...ANSWER
Answered 2020-Jul-14 at 06:23That project seems to be deprecated. However , it looks like that the root repo is active though . You could check the github project site .
You need to download the dll file manually from this link , choose the for .NET Standard
one . Then add the dll file into forms project , just right click Dependencies - Add project reference - Browse - Select the download file
QUESTION
I am trying to implement an epub viewer in xamarin forms like the below video.
Video Link: https://drive.google.com/file/d/1jW33lstCXqwC35siYklLoXAxItWpQG8c/view?usp=sharing
At first, I need to show the TOC of the book. If taps any chapter in TOC need to show that chapter on the UI. The total chapters and current chapter details are added at the bottom of the page. We can change the font size, font style, light and dark theme, and horizontal and vertical swiping features. Also able to hear the chapter in audio voice. Please have a look at the above video.
This is the native Android implementation. I need to do this feature in xamarin forms, following are my queries.
- Is xamarin offer an epub viewer like this? Or I need to do all these features custom?
- I tried EpubReader.Cross NuGet package, but it has no TOC list.
- How can I change the font size and font style like the video?
- For audio voice feature I can use text to speech feature, but when reading the book by voice how can I highlight the text?
- There is a package named epubReader, it has a TOC list. But when I try to install it to the project, I am getting this error.
ANSWER
Answered 2020-Jul-06 at 09:05Is xamarin offer an epub viewer like this? Or I need to do all these features custom?
Xamarin forms do not provide this epun viewer like this. If you want to change the font size, font style and add TTS function(need highlight the text), features custom is a way that have to go.
I tried
EpubReader.Cross
NuGet package, but it has no TOC list.You can create TOC list,
EpubReader.Cross
provide the Enumerating chapters byepubBook.Chapters
How can I change the font size and font style like the video?
For audio voice feature I can use text to speech feature, but when reading the book by voice how can I highlight the text?
Based on my research, you have to make a features custom,
There is a package named epubReader, it has a TOC list. But when I try to install it to the project, I am getting this error.
If you use
epubReader
, this nuget package is too old and not updated in years, it cannot compat with current Android and iOS version.
If others know a better solution, please share it.
QUESTION
I am using EpubReader.Cross NuGet Package for reading epub files. For this, I have added a sample .epub book file to my main project and set the Build Action to EmbedResource. As per the document I try to parse the title, author, and coverImage details like below. But details are not correct, please have a look at the below code.
My Code
...ANSWER
Answered 2020-Jul-02 at 12:58In your case , the issue wasn't caused by your code or the plugin . An EPUB file is a digital ebook saved in the EPUB format, an open XML-based format for digital books and publications.
Some ePUB file doesn't contain the complete information when been created . You could firstly check it in your computer
In Windows , it can been opened by Adobe Digital Editions or Microsoft Edge .
In MacOS , it can been opened by Apple Pages or Apple Books .
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install EpubReader
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page