Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# react-pdf-viewer-examples
This repository contains examples of Syncfusion® PDF Viewer (Web) control.
# React PDF Viewer Examples

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.

## 📦 Overview

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:

- Viewing PDF files
- Text selection and copy
- Text search
- Zooming and navigation
- Printing
- Thumbnail, bookmark, and annotation support

## Running the React Sample
To run the React sample

Step 1: Open a terminal or command prompt.

Step 2: Navigate to the root directory of the ReactClient sample.

Step 3: Run the command npm install to install the necessary dependencies specified in the package.json file.
```
npm install
```
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.
```
npm start
```