pdf-tools / PdfWebViewerTS

3-Heights™ PDF Web Viewer - TypeScript Source Code
Other
8 stars 4 forks source link

PdfWebViewer

In this repository is the complete GUI code for the PDF Tools PDF Web Viewer. This is the place to start if you need to change more than the options allow.

If you have any questions regarding code structure do not hesitate to contact us at pdfsupport@pdf-tools.com

Online Demo

Development

Prerequisites

Install locally

> git clone https://github.com/pdf-tools/PdfWebViewerTS.git
> cd PdfWebViewerTS
> mkdir static
> npm install

Add the license key to the sample files src/examples/pdf-web-viewer/index.ts or src/examples/pdf-web-viewer/with-options.html.

run local dev server

> npm run dev