Giter Club home page Giter Club logo

pdfviewer-sdk's Introduction

pdfviewer-sdk

Mavenized project for pdfviewer sdk from http://www.androidpdf.mobi/.

This library does not use any automated build tool, hence making it difficult to integrate. The original solution is to copy the resources and reference them locally. I will try to keep it up-to-date with new releases.

Disclaimer

  • I do not mantain this library. Just mavenized the project to use it as an apklib, and published it to a public repo so that anyone can use it and/or deploy it to their Nexus repository.
  • FAQs or any other question library related, please refer to their forum: http://www.androidpdf.mobi/forum.
  • The issue tracker can be found here: http://www.androidpdf.mobi/support/mantis.

Installation and Deployment

To install to your local Maven repository: $ mvn clean install

To deploy to your remote Maven repository: $ mvn deploy -Drepo.id=my-repo-id -Drepo.name=my-repo-name -Drepo.url=my-repo-url

Use dependency

<dependency>
  <groupId>com.radaee.reader</groupId>
  <artifactId>pdfviewer</artifactId>
  <version>{version}</version>
  <type>apklib</type>
</dependency>

Where {version} is the the tag name.

Enhacements to Global class

I made some tweaks to the Global class -used to initialize the library- regarding license authentication. You now can use an Enum to specify the LicenseType and parameterize the authentication values. For example:

Global.licenseType = Global.LicenseType.STANDARD;
Global.company = "Zauber";
Global.key = "123456789FOO";
Global.email = "[email protected]";

If not specified, Global uses LicenseType.STANDARD with defaults values:

/**
 * License Authentication
 */
public static enum LicenseType {
    STANDARD, PROFESSIONAL, PREMIUM
};
public static LicenseType licenseType = LicenseType.STANDARD;

public static String company = "radaee";
public static String email = "[email protected]";
public static String key = "HV8A19-WOT9YC-9ZOU9E-OQ31K2-FADG6Z-XEBCAO";

License

Provided by the sdk: https://github.com/mdumrauf/pdfviewer-sdk/blob/master/LICENSE.pdf

pdfviewer-sdk's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

victl hp-harsh

pdfviewer-sdk's Issues

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.