Can not open some PDF files (even in Fiddle) #74
Unanswered
cristianomoraes
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hi @cristianomoraes, Just checked these sample PDFs and experienced the same issue. I also tried to reproduce this in other libraries and in PDFJS itself - it's the same everywhere. {
"message": "Failed to fetch",
"name": "UnknownErrorException",
"details": "TypeError: Failed to fetch"
} Not sure how to handle this yet as the error does not provide any insights. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you for having a look at this @hrynko. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am looking for some Vue components to find one that actually works to show PDF documents, and so far this is the only one that seems to work, at least in some situations.
It looks like it works fine with the document used in the jsFiddle examples but two other documents that I tried didn´t work:
http://www.africau.edu/images/default/sample.pdf
https://grupogpc.com.br/wp-content/uploads/2022/07/MERCADO-DE-PULGAS-DO-25o-OPEN-GPC-MODELO-COMPLETO.pdf (this is actually what I want to embed)
It shows a message: "Warning: DocException - expected a valid Error." and doesn't show the document. That is happening even in the examples in the Fiddle.
Is there something I can do to make this work?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions