Author Archives: Yasir Saeed

Convert Excel to CSV format using REST API in Node.js

How to Convert Excel to CSV format using REST API in Node.js
How to Convert Excel to CSV format using REST API in Node.js

An Excel file stores data in tabular form in rows and columns while CSV file stores information in text format separated by commas. CSV files are faster and also consumes less memory while Excel files consume more memory while importing data. CSV file is simple plain text file that is easier to import into a spreadsheet or storage database. In certain cases, you may need to convert Excel … Continue Reading

Posted in GroupDocs.Conversion Cloud Product Family | Tagged , , , ,

Convert PDF to Excel using REST API in Node.js

How to convert PDF to Excel online large file in Node.js
How to Convert PDF to Excel using REST API in Node.js

In previous blog past, we explained the conversion process of PDF to Excel in Python using REST API in Python programmatically. This blog post will teach us how to convert PDF to Excel using Node.js library. PDF and Excel spreadsheet are the two popular and most common file formats. GroupDocs.conversion Cloud API is the only PDF converter that offers custom PDF to Excel conversion programmatically. In certain cases, you … Continue Reading

Posted in GroupDocs.Conversion Cloud Product Family | Tagged , , , ,

Convert PDF to JPG Image in Node.js using REST API

How to Convert PDF to JPG Image in Node.js using REST API
Convert PDF to JPG Images in Node.js using REST API

Users frequently need to convert PDF to image because an image is one of the major data components. It is challenging to parse and display content from a PDF document due to the complexity of the format. You can convert PDF to images of popular formats such as JPG/JPEG programmatically on the cloud. As a Node.js developer, you can easily convert PDF to JPG high resolution online in your Node.js … Continue Reading

Posted in GroupDocs.Conversion Cloud Product Family | Tagged , , , ,

Convert JSON file to CSV in Node.js

How to Convert JSON file to CSV in Node.js
Convert JSON file to CSV in Node.js

JSON (JavaScript Object Notation) is standard text-based format to store and transmit data between web clients and web servers. CSV (Comma Separated Values) is also a text file format to store the data in a table structured format. In certain cases, you may need to import dictionary objects to comma separated values within Node.js applications. For such cases, this article demonstrate how to convert JSON file to CSV in Node.js.

The following topics … Continue Reading

Posted in GroupDocs.Conversion Cloud Product Family | Tagged , , , ,

Convert EXCEL to JSON and JSON to EXCEL in Python

How to Convert EXCEL to JSON and JSON to EXCEL in Python
Convert EXCEL to JSON and JSON to EXCEL in Python

Excel table data can be represented as an array of objects in the form of JSON. Each object represents a row in the table. JSON (JavaScript Object Notation) is the most used structured data exchange format nowadays. JSON data is a way of representing objects or arrays. It is easy to read and parse, and even with Excel. If you want to transfer the tabular data or store the structured … Continue Reading

Posted in GroupDocs.Conversion Cloud Product Family | Tagged , , , ,

How to Combine Multiple Word Documents using Python

How to combine multiple word documents into one and keep formatting
How to Combine Multiple Word Documents using Python

Combine two or more word documents into a single word file programmatically on the cloud using REST API. Our online docx merger API provides a convenient solution to combine and merge multiple word documents into one word document online instead of processing files one by one. As a Python developer, you can merge two word documents online into a single word document. In this article, you will learn how to combine multiple Continue Reading

Posted in GroupDocs.Merger Cloud Product Family | Tagged , , , ,

How to Convert XLSM to CSV in Python

How to Convert XLSM to CSV in Python

XLSM file is a spreadsheet that contains macros written in the Visual Basic for Applications (VBA). XLSM file is similar to XLM file format and created in Excel 2007 or newer for automating processes. While CSV is a data storage format that contain comma separated values. It is used to store tabular data, to import and export format for spreadsheet applications like MS Excel. In certain cases, you may need to convert … Continue Reading

Posted in GroupDocs.Conversion Cloud Product Family | Tagged , , , ,

Convert CSV to JSON and JSON to CSV in Python

Convert CSV to JSON and JSON to CSV in Python

CSV is a data storage format that contain comma-separated values. It is normally used to store tabular data that can also be displayed in spreadsheet applications like MS Excel. But CSV file does not support data hierarchies. JSON or JavaScript Object Notation is a light-weight structured data format type. It is also used as an alternative to XML for storing and transmitting data. So, if you need to transfer the … Continue Reading

Posted in GroupDocs.Conversion Cloud Product Family | Tagged , , , ,

Convert PDF to Excel in Python using REST API

How to Convert PDF to Excel in Python using REST API
Convert PDF to Excel in Python using REST API

PDF is one of the most commonly used versatile document format to present documents. But it is difficult to edit a PDF document. To easily extract a table or edit text in a spreadsheet format, you need to convert PDF to editable Excel spreadsheets. So, you don’t need to waste time for manually copying text and then edit it. Our PDF to XLS or PDF to XLSX converter APIs allows you … Continue Reading

Posted in GroupDocs.Conversion Cloud Product Family | Tagged , , , ,

How to Extract Pages From Word Documents in Python

How to Extract Pages From Word Documents in Python
How to Extract Pages From Word Documents in Python

You may need to split word document into multiple documents by page programmatically. By splitting word documents, you can easily extract page from word document and share a specific information or data with the stakeholders. As a Python developer, you can split word document into separate files online on the cloud. In this article, you will learn how to extract pages from word documents in Python.

The following topics shall be … Continue Reading

Posted in GroupDocs.Merger Cloud Product Family | Tagged , , , ,