pdf.js/src/scripting_api
Calixte Denizet 8de98079ca JS -- Implement doc object
* https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/js_api_reference.pdf#page=335
 * it has all the properties/methods defined in the spec
 * unimplemented methods are there but with an empty body to avoid exception when calling an undefined method
 * implement zoom, zoomType, layout, pageNum, ...
2020-11-10 16:16:42 +01:00
..
aform.js JS - Add the basic architecture to be able to execute embedded js 2020-10-21 19:00:56 +02:00
app.js JS - Add the basic architecture to be able to execute embedded js 2020-10-21 19:00:56 +02:00
console.js JS - Add the basic architecture to be able to execute embedded js 2020-10-21 19:00:56 +02:00
constants.js JS -- Implement doc object 2020-11-10 16:16:42 +01:00
doc.js JS -- Implement doc object 2020-11-10 16:16:42 +01:00
error.js JS - Add the basic architecture to be able to execute embedded js 2020-10-21 19:00:56 +02:00
event.js JS - Add the basic architecture to be able to execute embedded js 2020-10-21 19:00:56 +02:00
field.js JS -- Add listener for sandbox events only if there are some actions 2020-11-09 18:37:59 +01:00
initialization.js JS -- Implement doc object 2020-11-10 16:16:42 +01:00
pdf_object.js JS - Add the basic architecture to be able to execute embedded js 2020-10-21 19:00:56 +02:00
print_params.js JS -- Implement doc object 2020-11-10 16:16:42 +01:00
proxy.js JS - Add the basic architecture to be able to execute embedded js 2020-10-21 19:00:56 +02:00
util.js Enable the ESLint no-useless-escape rule (PR 12551 follow-up) 2020-11-07 13:06:24 +01:00