You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
splnlss
7 years agoExplorer | Level 3
Display a pdf of a pdf
I can use 'filesGetPreview" to view a pdf of .csv, .doc, .ai etc but how do I actually get a pdf of a pdf?? The "filesGetThumbnail" only returns a tiny image of a pdf or image. Is there a better wa...
splnlss
Explorer | Level 3
I can retrieve the file but I can't load it into a pdf viewer using javascript. The pdf previewer is a small thumbnail that isn't useful.
How would one do this without first saving it to a server or saving it locally? I've tried react-pdf and other libraries but they can't render a blob.
For privacy reasons I don't want to render users files on a server, I just would like them to be able to view them in a JS webapp.
Thanks!
Greg-DB
6 years agoDropbox Staff
It sounds like you're able to retrieve the file data from the Dropbox API, and are now trying to use that file data client-side. The download-style methods, such filesDownload, yield a file blob of the file data. What you do with that is up to you.
Unfortunately, I'm afraid I can't recommend or endorse any particular third party library for displaying data like this, nor can I offer support for any third party method or code. You may be better served by the support community or documentation for any third party library you're trying to use, or a general web development forum.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!