Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 8dbdcba

Browse files
Chore: Deprecate repo and update README
1 parent 8ca6b82 commit 8dbdcba

File tree

1 file changed

+1
-51
lines changed

1 file changed

+1
-51
lines changed

README.md

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,3 @@
11
# WebViewer Video
22

3-
[WebViewer](https://www.pdftron.com/documentation/web/) is a powerful JavaScript-based Library that's part of the [PDFTron SDK](https://www.pdftron.com). It allows you to view and annotate various file formats (PDF, MS Office, images, videos) on your web app with a fully customizable UI.
4-
5-
This sample uses the [video addon](https://www.npmjs.com/package/@pdftron/webviewer-video) for WebViewer. It allows the loading of HTML5 videos (.mp4, ogg, webm) so that their frames can be annotated. For more information, see this [guide](https://www.pdftron.com/documentation/web/get-started/manually-video/).
6-
7-
[Watch a video](https://youtu.be/d_yIN8aZE6Y) that highlights new features included in 3.0 release.
8-
9-
![WebViewer](https://pdftron.s3.amazonaws.com/custom/websitefiles/wv-video.png)
10-
11-
Let me know how you are planning to use WebViewer Video or if you have any feedback on any feature missing. You can [email me](mailto:andrey@pdftron.com) directly.
12-
13-
This repo is specifically designed for any users interested in integrating WebViewer into React project. This project was generated with Create React App. See Create React App documentation for more information.
14-
15-
## Demo
16-
17-
You can explore all of the functionality in our [showcase](https://www.pdftron.com/samples/web/samples/advanced/video/).
18-
19-
## Initial setup
20-
21-
Before you begin, make sure your development environment includes [Node.js and npm](https://www.npmjs.com/get-npm).
22-
23-
## Install
24-
25-
```
26-
git clone https://github.com/PDFTron/webviewer-video-sample.git
27-
cd webviewer-video-sample
28-
npm install
29-
```
30-
31-
## Run
32-
33-
```
34-
npm start
35-
```
36-
37-
## Build
38-
39-
Run `npm run build` to build the project. The build artifacts will be stored in the `build/` directory. See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
40-
41-
To test the build directory locally you can use [serve](https://www.npmjs.com/package/serve) or [http-server](https://www.npmjs.com/package/http-server). In case of serve, by default it strips the .html extension stripped from paths. We added serve.json configuration to disable cleanUrls option.
42-
43-
## Documentation
44-
45-
[API documentation](https://www.pdftron.com/api/video/)
46-
47-
## WebViewer APIs
48-
49-
See @pdftron/webviewer [API documentation](https://www.pdftron.com/documentation/web/guides/ui/apis).
50-
51-
## License
52-
53-
WebViewer Video will run in trial mode until a license is provided. For more information on licensing, please visit our [website](https://www.pdftron.com/licensing/)
3+
⚠️ This sample has been moved to the [webviewer-samples repo](https://github.com/ApryseSDK/webviewer-samples/tree/main/webviewer-video). ⚠️

0 commit comments

Comments
 (0)