Search
Follow Us
Categories
- News Release(0)
Category Archive: GroupDocs.Conversion Cloud Product Family
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
Convert PDF to JPG Image 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
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
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
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
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
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
Convert PowerPoint PPT/PPTX to JPG/JPEG Images in Python

Microsoft PowerPoint is a presentation and slides application that allows you to create slideshow presentations. In certain cases you need to convert PowerPoint PPT or PPTX to JPEG image format. For example, you need to show PPT/PPTX presentation in read-only mode within your application or you may need to create the thumbnails for every PowerPoint slide and etc. In order to automate PowerPoint to JPG conversion, I’ll demonstrate how to convert PowerPoint … Continue Reading
Convert JPG to Word in Python

JPG, also known as JPEG, is a widely used compressed image format for containing digital images. It is the most popular image format that supports lossy compression. While, Microsoft Word is used for the word processing and document creation. In certain cases you need to convert JPG to MS word to make it editable. JPG to Word converter turns image into doc file within a few seconds. So, in this article … Continue Reading
Convert BMP to PDF using Rest API in Python

A BMP file contains uncompressed data to store and display high quality images. Using GroupDocs.Cloud Conversion API any developer can convert BMP to PDF format with just a few lines of Python code. Modern document-processing Python API creates PDF from BMP with high speed. Test the quality of BMP to PDF conversion right in a browser. Powerful Python library allows converting BMP files to many popular formats. in this article you will learn … Continue Reading