Take Your Search Game to the Next Level with Dropbox Dash 🚀✨ Curious how it works? Ask us here!
Forum Discussion
barathseshadri
7 years agoExplorer | Level 3
Dopbox API downloading xls file as pdf
I was looking at the dropbox API and I noticed that download doesn't take a file format to download as and getPreview doesn't convert .xls to .pdf , but does an html conversion. Is there another way to convert .xls to .pdf through the API even it involves multiple steps?
No, the Dropbox API doesn't offer a way to get a PDF version of a .xls file, but I'll pass this along as a feature request.
That being the case, you'd need to download the original .xls file data (using the download method you mentioned, which always returns the raw data) and convert that to PDF in your app's code.
1 Reply
Sort By
- Greg-DB
Dropbox Staff
No, the Dropbox API doesn't offer a way to get a PDF version of a .xls file, but I'll pass this along as a feature request.
That being the case, you'd need to download the original .xls file data (using the download method you mentioned, which always returns the raw data) and convert that to PDF in your app's code.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,989 PostsLatest Activity: 2 days ago
If 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!