Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 808 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 808 Bytes

PDF.js Example

Getting Started

This repository is an example of how to use PDF.js. Check out the related blog post.

Setting Up

  1. Clone this repository:
git clone https://github.com/PSPDFKit-labs/pdfjs-example.git
  1. Navigate to the cloned repository:
cd pdfjs-example

Running the Example

  1. Install the serve package:
npm install --global serve
  1. Serve the contents of the current directory:
serve -l 8080 .
  1. Navigate to http://localhost:8080 to view the website.

Contributing

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