Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/libresign/vue-pdf-editor

A vue PDF editor component
https://github.com/libresign/vue-pdf-editor

hactoberfest pdf pdf-sign pdf-signature pdf-signer pdf-signing pdfjs signature signatures vue-pdf vue-pdfjs vue-signature vuejs vuejs-components

Last synced: 22 days ago
JSON representation

A vue PDF editor component

Awesome Lists containing this project

README

        

# vue-pdf-editor

- power by vue2
- thanks https://github.com/ShizukuIchi/pdf-editor
- thanks https://github.com/ndinhquan1998/vue-pdf-editor-module
- thanks https://github.com/llanc/xcc-pdf-editor

# npm
https://www.npmjs.com/package/@libresign/vue-pdf-editor

# DEMO

[vue-pdf-editor](https://libresign.github.io/vue-pdf-editor/)

# How to use

- package.json add dependencies and install / npm i @libresign/vue-pdf-editor
- main.js imports and Vue.use

## eg

```js

height="100%"
:show-choose-file-btn="true"
:show-customize-editor="true"
:show-customize-editor-add-text="true"
:show-customize-editor-add-img="true"
:show-customize-editor-add-draw="true"
:show-line-size-select = 'false'
:show-font-size-select= 'false'
:show-font-select="false"
:show-rename="true"
:show-save-btn="false"
:save-to-upload="true"
:init-file-name="initFileName"
:init-text-fields = "【text array】"
:init-image-urls = "【image url array】"
:init-image-scale = "0.2"
:seal-image-show="true"
:seal-image-hidden-on-save="true"
@onSave2Upload="【save callback】"
/>
```