Wojciech Maj
9e3f7ac7fa
Manually fix remaining ESLint errors
2018-12-11 15:23:26 +01:00
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
Brendan Dahl
01bff1a81d
Rename the globals to shorter names.
...
pdfjsDistBuildPdf=pdfjsLib
pdfjsDistWebPdfViewer=pdfjsViewer
pdfjsDistBuildPdfWorker=pdfjsWorker
2018-03-16 11:08:56 -07:00
Jonas Jenwald
b8606abbc1
[api-major] Completely remove the global PDFJS
object
2018-03-01 18:13:27 +01:00
Jonas Jenwald
c3c1fc511d
Move the workerSrc
option from the global PDFJS
object and into GlobalWorkerOptions
instead
2018-02-16 13:22:35 +01:00
Yury Delendik
a18caa730d
Adds gulp dist-install command; using pdfjs-dist package in examples.
2017-06-12 10:22:16 -05:00
Tim van der Meij
63fa26843b
Interactive forms: rewrite AcroForms example
...
This patch lets the AcroForms example make use of the built-in interactive
forms functionality in PDF.js. This makes the example:
- much easier to understand;
- more feature-complete;
- in sync with the core when new functionality is added;
- similar to the other examples in terms of structure.
2017-02-05 23:44:32 +01:00