UNPKG
pdfjs-lib
Version:
latest (0.0.149)
0.0.149
Generic build of Mozilla's PDF.js library.
mozilla.github.io/pdf.js/
mozilla/pdfjs-dist
pdfjs-lib
/
types
/
web
/
generic_scripting.d.ts
9 lines
(8 loc)
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
function
docPropertiesLookup
(
pdfDocument
:
any
):
Promise
<
any
>;
export
class
GenericScripting
{
constructor
(
sandboxBundleSrc
:
any
);
_ready
:
any
;
createSandbox
(
data
:
any
):
Promise
<
void
>;
dispatchEventInSandbox
(
event
:
any
):
Promise
<
void
>;
destroySandbox
():
Promise
<
void
>; }