An open API service indexing awesome lists of open source software.

https://github.com/jichang/unionpdf

A universal pdf rendering/editing library
https://github.com/jichang/unionpdf

editing pdf pdfium react rendering

Last synced: 7 days ago
JSON representation

A universal pdf rendering/editing library

Awesome Lists containing this project

README

          

### UnionPDF

UnionPDF contains several packages for displaying PDF files in browser

| Package | Description | |
| ----------------- | ------------------------------------------- | ----------------------------------------- |
| @unionpdf/models | Definition of common data types | [README.md](./packages/models/README.md) |
| @unionpdf/engines | PDF engine for parsing PDF files | [README.md](./packages/engines/README.md) |
| @unionpdf/react | React components for displaying PDF content | [README.md](./packages/react/README.md) |

### Dev

1. clone repo

```
git clone https://github.com/jichang/unionpdf.git
```

2. install dependencies

```
npm install
```

3. build

```
npm run build
```

3. type checking

```
npm run typecheck
```

4. test

```
npm run test
```