|
1 | 1 | # WebViewer - Vue sample
|
2 | 2 |
|
3 |
| -[WebViewer](https://docs.apryse.com/documentation/web/) is a powerful JavaScript-based PDF Library that is part of the [Apryse PDF SDK](https://apryse.com). It provides a slick out-of-the-box responsive UI that interacts with the core library to view, annotate and manipulate PDFs that can be embedded into any web project. |
4 |
| - |
5 |
| - |
6 |
| - |
7 |
| -This repo is specifically designed for any users interested in integrating WebViewer into Vue project. You can [read a guide](https://docs.apryse.com/documentation/web/get-started/vue/). This project has been scaffolded using [vite](https://vitejs.dev) through the `create-vue` npm command as recommended by the developers of Vue.js. For more details, see [here](https://vuejs.org/guide/scaling-up/tooling.html) |
8 |
| - |
9 |
| -## Demos |
10 |
| - |
11 |
| -- [Customizable out-of-the-box UI](https://showcase.apryse.com/toolbar-customization) |
12 |
| -- [PDF Viewer](https://showcase.apryse.com/) |
13 |
| -- [DOCX Editor](https://showcase.apryse.com/office-editor) |
14 |
| -- [Annotation & Markup](https://showcase.apryse.com/annotation-permissions) |
15 |
| -- [Generate PDFs from DOCX template](https://showcase.apryse.com/office-template-fill) |
16 |
| -- [Digital Signatures](https://showcase.apryse.com/digital-signatures) |
17 |
| -- [PDF Text Editing](https://showcase.apryse.com/pdf-editing) |
18 |
| -- [Page Manipulation](https://showcase.apryse.com/pdf-page-manipulation-api) |
19 |
| -- [Redaction](https://showcase.apryse.com/redaction) |
20 |
| -- [Form Building](https://showcase.apryse.com/pdf-form-build) |
21 |
| -- [Annotate Videos](https://showcase.apryse.com/annotate-video-frames) |
22 |
| -- [More](https://showcase.apryse.com/) |
23 |
| - |
24 |
| -## Trial |
25 |
| - |
26 |
| -WebViewer comes with a 7-day trial without any feature limitations or trial key needed. To extend the trial, you can obtain the trial key by signing-up through the [developer portal](https://dev.apryse.com/). |
27 |
| - |
28 |
| -## Install |
29 |
| - |
30 |
| -Before you begin, make sure the development environment includes [Node.js](https://nodejs.org/en/). |
31 |
| - |
32 |
| -``` |
33 |
| -git clone https://github.com/ApryseSDK/webviewer-vue-sample.git |
34 |
| -cd webviewer-vue-sample |
35 |
| -npm install |
36 |
| -``` |
37 |
| - |
38 |
| -## Run |
39 |
| -In Visual Studio Code or from a Command Prompt window, preview the app in `localhost` with an `npm` command. |
40 |
| - |
41 |
| -``` |
42 |
| -npm start |
43 |
| -``` |
44 |
| - |
45 |
| -## Customize configuration |
46 |
| -See [Configuration Reference](https://vitejs.dev/config/). |
47 |
| - |
48 |
| -## API Reference |
49 |
| -* [@pdftron/webviewer API documentation](https://docs.apryse.com/api/web/global.html#WebViewer__anchor) |
50 |
| - |
51 |
| -## Contributing |
52 |
| - |
53 |
| -Any submission to this repo is governed by these [guidelines](/CONTRIBUTING.md). |
54 |
| - |
55 |
| -## License |
56 |
| - |
57 |
| -For licensing, refer to [License](LICENSE). |
| 3 | +⚠️ This sample has been moved to the [webviewer-samples repo](https://github.com/ApryseSDK/webviewer-samples/tree/main/webviewer-vue). ⚠️ |
0 commit comments