426945b480
Please note that these changes were done automatically, using `gulp lint --fix`. Given that the major version number was increased, there's a fair number of (primarily whitespace) changes; please see https://prettier.io/blog/2020/03/21/2.0.0.html In order to reduce the size of these changes somewhat, this patch maintains the old "arrowParens" style for now (once mozilla-central updates Prettier we can simply choose the same formatting, assuming it will differ here). |
||
---|---|---|
.. | ||
acroforms.html | ||
acroforms.js | ||
README.md |
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.