Skip to content

3-Heights™ PDF Web Viewer - TypeScript Source Code

License

Notifications You must be signed in to change notification settings

SincGBA/PdfWebViewerTS

 
 

Repository files navigation

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

About

3-Heights™ PDF Web Viewer - TypeScript Source Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.8%
  • SCSS 6.3%
  • HTML 1.5%
  • JavaScript 1.4%