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:
parent
ff2631493e
commit
c30a3a94f0
4 changed files with 48 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue