pdf.js/examples/acroforms
Jonas Jenwald 9a437a158f [api-minor] Deprecate getGlobalEventBus and update the "viewer components" examples accordingly
To avoid outright breaking third-party usages of the "viewer components" the `getGlobalEventBus` functionality is left intact, but a deprecation message is printed if the function is invoked.

The various examples are updated to *explicitly* initialize an `EventBus` instance, and provide that when initializing the relevant viewer components.
2020-02-27 14:44:48 +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 [api-minor] Deprecate getGlobalEventBus and update the "viewer components" examples accordingly 2020-02-27 14:44:48 +01:00
README.md Clarify that gulp dist-install should be used for the AcroForms example 2019-01-05 15:20:50 +01:00

Overview

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

Getting started

Build and install PDF.js using gulp dist-install 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.