Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
barathseshadri
8 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
- Greg-DB8 years ago
Dropbox Community Moderator
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.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!