https://github.com/foxitsoftware/webplugin_translate_demo
https://github.com/foxitsoftware/webplugin_translate_demo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/foxitsoftware/webplugin_translate_demo
- Owner: foxitsoftware
- Created: 2022-03-03T08:46:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T05:45:57.000Z (over 4 years ago)
- Last Synced: 2025-03-05T00:30:51.025Z (over 1 year ago)
- Language: JavaScript
- Size: 2.07 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webplugin Translation Tool
## Introductions
The translation plug-in based on Editor Online and Web Plugin SDK.
You can choose to translate the contents of PDF documents in real time.
## How to install the translation tool
1. Click the `Help tab` to see the `Foxit plug-ins` button, click the button to install the translation tool.

2. Click the translation button,it will display the plug-in panel.

## Develop
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```