https://github.com/jsreport/jsreport-pdf-utils
jsreport extension providing pdf operations like merge or concatenation
https://github.com/jsreport/jsreport-pdf-utils
Last synced: about 1 year ago
JSON representation
jsreport extension providing pdf operations like merge or concatenation
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-pdf-utils
- Owner: jsreport
- License: mit
- Created: 2017-12-27T13:38:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T13:08:01.000Z (over 4 years ago)
- Last Synced: 2025-03-27T11:43:33.589Z (about 1 year ago)
- Language: JavaScript
- Size: 3.45 MB
- Stars: 8
- Watchers: 7
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**⚠️ This repository has been moved to the monorepo [jsreport/jsreport](https://github.com/jsreport/jsreport)**
--
# jsreport-pdf-utils
[](https://npmjs.com/package/jsreport-pdf-utils)
[](https://travis-ci.org/jsreport/jsreport-pdf-utils)
> jsreport extension providing pdf operations like merge or concatenation
See https://jsreport.net/learn/pdf-utils
## Installation
```bash
npm install jsreport-pdf-utils
```
## jsreport-core
You can apply this extension also manually to [jsreport-core](https://github.com/jsreport/jsreport-core)
```js
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-pdf-utils')())
```