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
- Host: GitHub
- URL: https://github.com/jichang/unionpdf
- Owner: jichang
- License: mit
- Created: 2022-09-29T09:18:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-20T05:05:24.000Z (4 months ago)
- Last Synced: 2026-07-13T06:38:47.822Z (7 days ago)
- Topics: editing, pdf, pdfium, react, rendering
- Language: TypeScript
- Homepage: https://jichang.github.io/unionpdf/
- Size: 44.7 MB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```