larger files (PDF) is not getting viewed.I want to view large pdf file.
In ngx doc viewer documentation its given google viewer will accepts 25mb files but url file limit is not mentioned any where , i need to view pdf file with 50mb size.
.html file
<div>
<ngx-doc-viewer viewerUrl="https://docs.google.com/gview?url=%URL%&embedded=true" style="width:100%;height:50vh;"
[url]='fileUrlPath' viewer="url" >
</ngx-doc-viewer>
.ts file
const fileUrlPath ='' // pdf url from aws
Is there any limitation for file size in ngx-doc-viewer
Asked
Active
Viewed 244 times
0

Joshna J.U
- 27
- 5
-
2Well, if the documentation says 25 MB is the limit, then you will have to decrease your file size or use a different tool. – Aldin Bradaric Feb 21 '23 at 12:45