pdf.js/examples/acroforms
Jonas Jenwald ef8e5fd77c Convert PDFDocumentLoadingTask, in src/display/api.js, to an ES6 class
Also deprecates the `then` method, in favour of the `promise` getter.
2018-11-18 19:07:57 +01:00
..
acroforms.html Adds gulp dist-install command; using pdfjs-dist package in examples. 2017-06-12 10:22:16 -05:00
acroforms.js Convert PDFDocumentLoadingTask, in src/display/api.js, to an ES6 class 2018-11-18 19:07:57 +01:00
README.md Interactive forms: rewrite AcroForms example 2017-02-05 23:44:32 +01:00

Overview

Example to demonstrate PDF.js library usage for rendering files with AcroForms.

Getting started

Build PDF.js using gulp dist and run gulp server to start a web server. You can then work with the example at http://localhost:8888/examples/acroforms/acroforms.html.

Refer to acroforms.js for the source code of the example.