From 7c394737a4d6a5225c9e8a28e2c009a582d9c11b Mon Sep 17 00:00:00 2001 From: SF4524LogeshKumar <166115263+SF4524LogeshKumar@users.noreply.github.com> Date: Wed, 8 Oct 2025 18:33:48 +0530 Subject: [PATCH] 975259: Update README.md --- README.md | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0daf200..9b8b60d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,32 @@ -# angular-pdf-viewer-examples -This repository contains examples of Syncfusion® PDF Viewer (Web) control. +# Angular PDF Viewer Examples + +This repository contains a collection of examples demonstrating how to integrate and use the Syncfusion PDF Viewer component in Angular applications. These samples showcase various features and configurations of the PDF Viewer, helping developers understand how to implement document viewing capabilities in their Angular projects. + +## 📦 Overview + +The Syncfusion PDF Viewer for Angular 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 + +These examples illustrate how to set up the PDF Viewer, customize its behavior, and integrate it with other components or services. + +## Running the Angular Sample +To run the Angular sample + +Step 1: Open a terminal or command prompt. + +Step 2: Navigate to the root directory of the AngularClient 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 Angular development server and open the PDF Viewer component in your default browser. +``` +npm start +```