1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00

JS - Add a function in api to get the fields ids in AcroForm::CO

This commit is contained in:
Calixte Denizet 2020-10-16 17:15:58 +02:00
parent ff2631493e
commit c30a3a94f0
4 changed files with 48 additions and 0 deletions

View file

@ -520,6 +520,10 @@ class WorkerMessageHandler {
return pdfManager.ensureDoc("fieldObjects");
});
handler.on("GetCalculationOrderIds", function (data) {
return pdfManager.ensureDoc("calculationOrderIds");
});
handler.on("SaveDocument", function ({
numPages,
annotationStorage,