Skip to content

Commit b0e6f60

Browse files
Merge pull request #69 from SyncfusionExamples/EJ2-975259-readMeUpdate
975259: Update README.md
2 parents 7f20cf0 + f594d36 commit b0e6f60

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
# react-pdf-viewer-examples
2-
This repository contains examples of Syncfusion® PDF Viewer (Web) control.
1+
# React PDF Viewer Examples
2+
3+
This repository contains a collection of examples demonstrating how to integrate and use the Syncfusion® PDF Viewer (Web) control in React applications. These samples showcase various features and configurations of the PDF Viewer, helping developers understand how to implement document viewing capabilities in their React projects.
4+
5+
## 📦 Overview
6+
7+
The Syncfusion PDF Viewer for React is a powerful component that allows users to view and interact with PDF documents directly within web applications. It supports features such as:
8+
9+
- Viewing PDF files
10+
- Text selection and copy
11+
- Text search
12+
- Zooming and navigation
13+
- Printing
14+
- Thumbnail, bookmark, and annotation support
15+
16+
## Running the React Sample
17+
To run the React sample
18+
19+
Step 1: Open a terminal or command prompt.
20+
21+
Step 2: Navigate to the root directory of the ReactClient sample.
22+
23+
Step 3: Run the command npm install to install the necessary dependencies specified in the package.json file.
24+
```
25+
npm install
26+
```
27+
Step 4 Once the installation is complete, run npm start to start the React development server and open the PDF Viewer component in your default browser.
28+
```
29+
npm start
30+
```

0 commit comments

Comments
 (0)