-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
PDF page not rendered properly while the canvas stream is captured #9751
Comments
I'm not entirely sure what |
I'm experiencing a similar issue with captureStream (on FF and Chrome).
and I tried doing the
however, certain pages of my PDF's are not being transmitted to the peer. Is there a callback/event for when the canvas has been completely updated? Am I misusing |
Generally speaking, please note that without a runnable example this kind of issue unfortunately isn't really actionable; please see https://github.com/mozilla/pdf.js/blob/master/.github/CONTRIBUTING.md (emphasis mine):
Furthermore, given that |
If the canvas' stream is captured using canvas.captureStream(), only part of the pdf page content is rendered on the canvas at most time, sometime some text is missing, sometime the picture is missing; If not call captureStream(), pages can be rendered properly.
Configuration:
Steps to reproduce the problem:
What is the expected behavior? (add screenshot)
pdf page can be rendered correctly
What went wrong? (add screenshot)
Link to a viewer (if hosted on a site other than mozilla.github.io/pdf.js or as Firefox/Chrome extension):
The text was updated successfully, but these errors were encountered: