We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Configuration:
Web browser and its version: Google Chrome 91.0.4472.101 Operating system and its version: Windows 10 PDF.js version: 2.8 Is a browser extension: No
I have 2 foreign URLs to fetch pdf.
i am trying by this viewer.html system
<iframe height="100%" width=100% src='lib/web/viewer.html?file=https://infoabz.com/ebook/uploads/examples.pdf'></iframe>
<iframe height="100%" width=100% src='lib/web/viewer.html?file=https://ebook.infoabz.com/qazi_anwar/masud_rana/examples.pdf'></iframe>
1st one link working perfectly but issues come on 2nd urls.
i added domain on HOSTED_VIEWER_ORIGINS as like this
HOSTED_VIEWER_ORIGINS = [ "null", "http://mozilla.github.io", "https://mozilla.github.io", "http://127.0.0.1:8000", "https://infoabz.com", "https://ebook.infoabz.com", "http://infoabz.com", "http://ebook.infoabz.com"];
whats wrong in here
The text was updated successfully, but these errors were encountered:
Please refer to #6916 for additional details; closing as INCOMPLETE since most (if not all) of the information request in https://github.com/mozilla/pdf.js/blob/master/.github/ISSUE_TEMPLATE.md is missing.
Sorry, something went wrong.
No branches or pull requests
Configuration:
Web browser and its version: Google Chrome 91.0.4472.101
Operating system and its version: Windows 10
PDF.js version: 2.8
Is a browser extension: No
I have 2 foreign URLs to fetch pdf.
i am trying by this viewer.html system
<iframe height="100%" width=100% src='lib/web/viewer.html?file=https://infoabz.com/ebook/uploads/examples.pdf'></iframe>
<iframe height="100%" width=100% src='lib/web/viewer.html?file=https://ebook.infoabz.com/qazi_anwar/masud_rana/examples.pdf'></iframe>
1st one link working perfectly but issues come on 2nd urls.
i added domain on HOSTED_VIEWER_ORIGINS as like this
HOSTED_VIEWER_ORIGINS = [ "null", "http://mozilla.github.io", "https://mozilla.github.io", "http://127.0.0.1:8000", "https://infoabz.com", "https://ebook.infoabz.com", "http://infoabz.com", "http://ebook.infoabz.com"];
whats wrong in here
The text was updated successfully, but these errors were encountered: