Product:WebViewer
Product Version:11.2.0
Please give a brief summary of your issue:
I have update my Apryse webviewer version to 11.2.0. Now I am getting error table index is out of bounds
at 05c172a6:0xd67f0b
at Module.___getTypeName (c2e9f2e8-ff13-4061-98ac-8af0ebe2607c:1:649534)
at getTypeName (c2e9f2e8-ff13-4061-98ac-8af0ebe2607c:1:88190)
at requireRegisteredType (c2e9f2e8-ff13-4061-98ac-8af0ebe2607c:1:94734)
at __emval_take_value (c2e9f2e8-ff13-4061-98ac-8af0ebe2607c:1:98319)
at 05c172a6:0x1e098
at 05c172a6:0x663f46
at Module._TRN_EMSFunctionIteratorDestroy (c2e9f2e8-ff13-4061-98ac-8af0ebe2607c:1:138342)
at r.SetupPDFNetFunctions (PDFworker.js:211:361)
at PDFworker.js:218:449 On loading the initial document.
Here is my code :
var url = ββ;
var defaultComparaLayout = ββ;
var Apryse = {
viewerId: ββ,
pdffilepath: ββ,
licenseKey: ββ,
userId: ββ,
userName: ββ,
annotationsData: ββ,
stampData: ββ,
turnOffComments: false,
turnOffStamps: false,
turnOffAnnotations: false,
turnOffPictures: false,
signatureUrl: ββ,
initilize: function () {
console.log(Apryse.pdffilepath);
$(β.activityloaderβ).show();
WebViewer.WebComponent({
path: β/GovBuilt.PlanReview/WebViewer/libβ,
licenseKey: Apryse.licenseKey,
initialDoc: βhttps://pdftron.s3.amazonaws.com/downloads/pl/demo-annotated.pdfβ,
loadSpinner: false,
annotationUser: this.userId,
fullAPI: true,
(Think of this as an email subject)
Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)
Please provide a link to a minimal sample where the issue is reproducible: