Skip to content

Files

Latest commit

9bbdb07 · Jan 6, 2025

History

History

pdfviewer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 6, 2025
Oct 21, 2024
Oct 21, 2024
Oct 21, 2024
Jan 6, 2025
Jan 6, 2025
Oct 21, 2024
Jan 6, 2025
Jan 6, 2025

Getting Started with Syncfusion PdfViewer Code Component in Local (TestHarness)

This article provides a step-by-step guide to run the Syncfusion PdfViewer code component in local (TestHarness).

Prerequisites

Before getting started with the Syncfusion PdfViewer code component, ensure the following prerequisites are satisfied:

Rapid utilization of PdfViewer code component

To run the Syncfusion PdfViewer code component, follow these steps:

  1. Ensure that all the prerequisites are met.

  2. Open a command prompt (cmd) and navigate to the PdfViewer code component, which is located in the components/pdfviewer/ folder.

  3. Utilize the following command to install the dependent packages:

    npm install
  4. Execute the sample with the following command to visualize the PdfViewer code component:

    npm start watch

    Output1

  5. The PdfViewer code component will be displayed with default properties. Customize the PdfViewer code component properties in the right property pane.

Note

Additionally, explore the API documentation for comprehensive details on the properties, methods, and events of the PdfViewer code component.

See also