Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 852 Bytes

readme.md

File metadata and controls

32 lines (19 loc) · 852 Bytes

PDF.js TypeScript

This repository is an example of how to build a TypeScript PDF viewer with PDF.js.

You can read about the example project in our blog post.

Prerequisites

Getting Started

git clone https://github.com/PSPDFKit-labs/pdfjs-web-example-typescript.git 
cd pdfjs-web-example-typescript

Running the Project

npm install # install dependencies

npm start # start server

Navigate to http://localhost:8080/ to see the PDF viewer.

Contributing

Please ensure you have signed our CLA so that we can accept your contributions.