Convert PDF to XLSX with Node.js REST API

This tutorial helps you understand how to convert PDF to XLSX with Node.js REST API in the cloud. To export PDF to XLSX with Node.js Low Code API, we’re using Aspose.PDF for Node.js Cloud SDK. Follow the steps below and try the sample code to carry out this task in the cloud.

Prerequisite

Steps to Convert PDF into XLSX in Node.js REST API

  1. Set Client ID and Client Secret for the API
  2. Create an object of the PdfApi class with client credentials
  3. Specify input and output files
  4. Read the input PDF file and upload it to a cloud storage
  5. Call PutPdfInStorageToXlsx method to Convert PDF to XLSX using REST API
  6. Download and Save the output DOC file on the local disk

Code to Convert PDF to XLSX Format in Node.js Low Code API

The code can be used for converting PDFs to Excel with Node.js REST API. You just have to supply a PDF file with the help of the Aspose.PDF REST API SDK and download the output XLSX file to save it locally.

This PDF to XLSX Conversion feature could be put to use with any no code or low code apps on Windows, Linux, or Mac.

The following topic explores a similar feature that can be helpful as well: How to Convert PDF to DOC with Node.js REST API.

 English