Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.38 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.38 KB

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 [email protected]

Online Demo

Development

Prerequisites

Install locally

> git clone https://github.com/pdf-tools/PdfWebViewerTS.git
> cd PdfWebViewerTS
> mkdir static
> npm install
  • From the kit downloaded from our web site, copy the pdfwebviewer folder from inside webapp into the static folder.

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