You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments