-
-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo page #78
Comments
I'm seeing the same thing (white box). Chrome 64.0.3282.186 Chrome Developer Tools shows this error (probably not super useful, but who knows)
|
Demo page is currently broken, I have to find a better way to expose a demo |
Hello, do you already have a solution? Just to check how this works before I use it in a project? |
Mozilla took down their PDF (https://cdn.mozilla.net/pdfjs/tracemonkey.pdf), thats why the component can't render any. Just replace the PDF file on the demo page with another one. |
I noticed that by adding this line before the workerSrc one (and using an existing PDF) everything works: |
@Laz75 is right, you can set the PDFJS property of the window with |
I add window.PDFJS = window['pdfjs-dist/build/pdf']; and pdate the default pdf file with a new one but dont work yet |
Hello!
Am I doing something wrong?
I only see a white rectangle in the lower right bottom of the screen.
It refreshes to white when I click on 'run'.
Or is there something wrong with the demo page?
The text was updated successfully, but these errors were encountered: