You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.
Is there any solution on that? I ran into the same issue, but I would like to use this PDFViewer because it would be
very convenient for my application.
What worked for me was to simply pass PdfJSVersion._2_2_228 as a constructor argument when creating the PDFDisplayer instance.
E.g. var displayer = new PDFDisplayer(PdfJSVersion._2_2_228);
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when i try to load a pdf i get exception -> netscape.javascript.JSException: ReferenceError: Cannot Find variable PDFViewerApplication
jdk version 1.8.0_111
The text was updated successfully, but these errors were encountered: