GithubHelp home page GithubHelp logo

sahwar / thornyreader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yang123vc/thornyreader

0.0 3.0 0.0 58.05 MB

C/C++ program for rendering EPUB, FB2, PDF, MOBI, DJVU, DOC, DOCX, RTF, CHM and TXT documents

License: GNU Affero General Public License v3.0

Makefile 1.05% CMake 0.03% Roff 0.73% PHP 0.01% Shell 1.68% Objective-C 15.62% Perl 0.08% C 62.81% M4 0.09% Awk 0.12% Python 0.89% HTML 0.04% C++ 15.13% sed 0.01% DIGITAL Command Language 0.10% SAS 0.03% Smalltalk 0.01% WebAssembly 0.03% Module Management System 0.04% Assembly 1.51%

thornyreader's Introduction

ThornyReader

About

ThornyReader is a program for rendering EPUB without DRM, FB2, PDF without DRM, MOBI, DJVU, DOC, DOCX, RTF, CHM and TXT

Usage

ThornyReader operates via CLI. Basic principle:

  • create two FIFO files
  • choose desired binary:
    • crengine for EPUB, DOC, DOCX, RTF, TXT, MOBI and CHM
    • mupdf for PDF, XPS and OXPS
    • djvu for DJVU
  • start chosen binary and pass two created FIFO files as arguments
  • write requests to first FIFO and read responses from second FIFO

Build

Build is performed by Android Studio. Build should create three binaries: crengine, mupdf and djvu. Application.mk sample:

APP_MODULES             := crengine mupdf djvu
APP_PLATFORM            := android-16
APP_STL                 := c++_static
APP_ABI                 := armeabi-v7a arm64-v8a x86 x86_64

Third-party

ThornyReader uses number of other projects, mainly EBookDroid, CoolReader, MuPDF, DjVuLibre and Libmobi. You can find all original copyright notices for used projects in the corresponding source directories.

Contacts

If you have any questions, feel free to contact: [email protected]

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

thornyreader's People

Contributors

tarasus avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.