PSPDFKit-labs / pdfjs-web-example-typescript

How to Build a Typescript PDF Viewer with PDF.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

How to Build a Typescript PDF Viewer with PDF.js


Languages

Language:JavaScript 54.1%Language:TypeScript 32.5%Language:HTML 13.4%