Hello all!
I am trying to use the pdfJSViewer in a ng client solution but when I try to launch a window containing the pdfJSViewer servoy doesn’t find the plugin for the pdfJSViewer. I have checked my export settings for the War export and I see that pdfViewer-pdf-Js-Viewer and pdfViewer-pdf-viewer are both selected, and on my application_server I see that in my solution both the pdfJSViewer and the pdfViewer are included as well as the corresponding manifest files. The error that I am getting is the following:
Component spec for pdfviewer-pdf-Js-Viewer not found; please check your component spec file(s).
at ARM_core/forms/JasperPrintPreview/showJasperReport2:221 (showJasperReport2)
at ARM_core/forms/JasperPrintPreview/showJasperReport:33 (showJasperReport)
at ARM_protocol/forms/protocol_report_selector/REPORT_protocol_detail:908 (REPORT_protocol_detail)
at ARM_protocol/forms/protocol_report_selector/compileReportData:682 (compileReportData)
at ARM_main/forms/arm_main/busyDialogStart:502 (busyDialogStart)
at ARM_protocol/forms/protocol_report_selector/ACTION_print:352 (ACTION_print)
at ARM_core/scopes/globals/showInModalWindow:2655 (showInModalWindow)
at ARM_protocol/forms/protocol/showSelectorReport:374 (showSelectorReport)
I have been able to run this without any issues from the developer so I am fairly sure it is due to the pdfJSViewer not being uploaded to the application server.
Thanks!