38
Views
1
Comments
[Reactive Web Previewer] Can't Display Files more than 20MB
Question
reactive-web-previewer
Reactive icon
Forge asset by Marcelo Ferreira

I have 17 file attachments that will be merged into one pdf, It works if filesize is not large. I cant view the pdf but able to download. 



It gives me this error (please see attachment below)


aaaaaaa.png
2019-01-07 16-04-16
Siya
 
MVP

The code behind this component for pdf preview is 

"https://docs.google.com/gview?embedded=true&url=" + Location + "' width='" + Width + "' height='" + Height + "'" inside an iframe.

Please check if you could preview https://docs.google.com/gview?embedded=true&url=URLOFPDFfile in a browser. If this is not loading then this component also will not work.

Please see if this component works for you. Its using a different implementation.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.