I was trying to integrate the data extraction module with my Angular project. And I am getting an error in the console. Which I feel I am getting because of the @pdftron/pdfnet-node library. Can someone check this.
Uncaught ReferenceError: createdObjects is not defined
at pdfnet.js:1100:237
at 845 (pdfnet.js:1161:12)
at __webpack_require__ (bootstrap:19:1)
at 5041 (main.js:18:78)
at __webpack_require__ (bootstrap:19:1)
at 6747 (app.component.html:5:7)
at __webpack_require__ (bootstrap:19:1)
at 4431 (form-filler.component.ts:9:11)
at __webpack_require__ (bootstrap:19:1)
at __webpack_exec__ (main.ts:7:36)
I am also providing code snippet of package.json for better understanding.
I was trying to integrate the data extraction module with my Angular project. And I am getting an error in the console. Which I feel I am getting because of the
@pdftron/pdfnet-node
library. Can someone check this.And I am getting this error in the console
I am also providing code snippet of package.json for better understanding.
If this is not the right way to integrate the data extraction module for detecting form fields in a pdf, then please let me know the correct way.