This step by step tutorial elaborates how to convert PDF to XLS with C# REST API in the cloud. In order to export PDF to XLS format, we’re using Aspose.PDF for C# Cloud SDK. If you need PDF to XLS Conversion in C# Low Code API then the same can be carried out with the help of the following steps and code snippet.
Prerequisite
- Create an account API credentials
- Download Aspose.PDF Cloud SDK for Dotnet
- Setup C# project with the above SDK
Steps to Convert PDF to XLS in C# REST API
- Set the Client ID and Client Secret for the API
- Create an instance of the pdfApi class with client credentials
- Specify input and output files
- Read the input PDF file and upload it to cloud storage
- Call PutPdfInStorageToXls method to Convert PDF to XLS using REST API
- Save the output XLS file on the local disk
Code for PDF to XLS Conversion in C# Low Code API
The code shown above assists you to convert PDF to XLS with C# REST API. You simply need to upload PDF file with the help of the Aspose.PDF REST API SDK for C# and download the output XLS file to save it locally by using the Aspose conversion API online.
The above PDF to XLS Conversion can be used with any no-code or low-code apps on any platform. Another relevant feature can be found at the following URL: How to Convert PDF to XML with C# REST API.