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

https://github.com/vordimous/vue-pdf-splitter

Building a PDF page splitter using vue-pdf and vueUse.
https://github.com/vordimous/vue-pdf-splitter

pdf-document-processor vuejs

Last synced: over 1 year ago
JSON representation

Building a PDF page splitter using vue-pdf and vueUse.

Awesome Lists containing this project

README

          

# pdf-test

Building a PDF page splitter using [vue-pdf](https://github.com/TaTo30/vue-pdf) and [vueUse](https://github.com/vueuse/vueuse).

![](./pdf-split.gif)

## Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm run dev
```

### Compile and Minify for Production

```sh
pnpm run build
```