-
Notifications
You must be signed in to change notification settings - Fork 99
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
Not able to open large file #24
Comments
WebViewer should be able to handle files of that size without any issues. If you can share the document we can take a look. If it's a document you'd rather not share publicly then feel free to open a ticket https://apryse.com/support |
The ppt file is base64 encoded
This is how i m using. For some reason, I can't use direct URL of file. That's why we are using base64 encoded string as of now. P.S: It works with smaller base64 encoded. |
@mparizeau-pdftron The issue also reproducible for bas64 of PDF file as well. You can try this test PDF file: https://www.eurofound.europa.eu/sites/default/files/ef_publication/field_ef_document/ef1710en.pdf You can use online tool to get base64 of file: Now,
I have stored it in using useMemo.
I am getting blank page for this large file but it works for smaller file of size approx 600 KB. P.S: We are using base64 directly not the URL of file. |
Sorry for the delay in getting back to you. If you convert that base64 string into a blob like shown here does that make any difference for you? |
I am trying to open large file upto 2 MB but WebViewer is not able to render the file.
File type: PPTX
Size: 1.8 MB
Current Behaviour: Large file not getting opened in rendrer.
Expected Behaviour: Should be able to open large file.
The text was updated successfully, but these errors were encountered: