0.8.2 • Published 4 years ago

@srag/pdf-wrap v0.8.2

Weekly downloads
16
License
GPL-3.0
Repository
github
Last release
4 years ago

PDF Wrap

A high level PDF abstraction library with a rich set of additional features like full text document search. Its primary goal is to provide a simple api to create your own PDF viewer.

Tasty! Isn't it?

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Consider our documentation for notes on how to deploy the project on a live system.

https://studer-raimann.github.io/pdf-wrap/

Prerequisites

Installing

Install dependencies

yarn install

Tasks

We use gulp for all tasks used. We recommend to not install gulp globally and use the local gulp version.

local gulp can be accessed with yarn gulp

Run yarn gulp --tasks to obtain a list of all defined tasks.

Build

Library

To build and package the library run the following command.

yarn gulp repackage

The packed library will be located at build/distributions/npm.

Documentation

The documentation is located at ./docs. In order to build the documentation run the following command.

yarn gulp mkdocs 

The html documentation will be located at ./build/docs.

Tests

Unit tests

All unit test can be run with the following command.

yarn gulp test

Coding style tests

We use TSLint to analysis our code.

yarn gulp lint

Built With

  • Typescript - Javascript transpiler used
  • Yarn - Package manager used
  • gulp - Task automating toolkit used
  • Mocha - Test framework used

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details

Acknowledgments

  • A big fat thank you to Mozilla and their PDF.js library which is the main reason this project can exist
0.8.2

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago