PSPDFKit-labs / expressjs-pdf-viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDF Viewer using Express.js

Getting Started

This repository is an example of how to build a PDF Viewer using Express.js. Check out the accompanying blog post!

Running the Example

  1. Clone this repository:
git clone https://github.com/PSPDFKit-labs/expressjs-pdf-viewer.git
  1. Install dependencies:
npm install
  1. Run the server:
npm start
  1. Navigate to http://localhost:3000/pdf/document.pdf to view the PDF.

Contributing

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

About


Languages

Language:EJS 78.1%Language:JavaScript 21.9%