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]
- Git
- Nodejs
- Text Editor Visual Studio Code (recommended)
- Register an account on our homepage and get a 30-days free trial for the 3-Heights™ PDF Web Viewer
- Download the viewer binaries from the licenses and kits PDF Tools web site
> 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 insidewebapp
into thestatic
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
.
> npm run dev