Search
Follow Us
Categories
- News Release(0)
Category Archive: GroupDocs.Conversion Cloud Product Family
Convert XML to Excel and Excel to XML in Python

XML (Extensible Markup Language) is a markup language for excellent handling of complex data structures. It is a computer-friendly format, much like HTML for long-term data storage, transporting and data reusability. An Excel (Microsoft Excel Spreadsheet) is a file that consists of cells in rows and columns. Excel is one of the most important tools that supports built-in formulas to perform the calculation, analysis, and visualization of data and information. In … Continue Reading
Convert SVG to JPG and JPG to SVG in Python

Scalable Vector Graphics (SVG) is an XML-based markup language. This language is used to describe two-dimensional lightweight vector graphics and mixed raster graphics. JPG, also known as JPEG, is a compressed raster image format. It is a widely used and most common compressed image format for containing digital images. In specific scenarios, you need to convert SVG file to JPG file and JPG to SVG format. So let’s have … Continue Reading
Convert SVG to PNG High Quality in Python

SVG or scalable vector graphics is a lightweight vector file format and XML-based markup language.
It is used for two-dimensional vector and mixed vector or raster graphics. PNG is a raster-graphics file format that supports lossless data compression. It was designed to improve the gif file format. SVG does not support as much details like standard image formats. But PNG is capable of handling very high resolutions and can preserve transparency. For … Continue Reading
How to Convert SVG to PNG Online in Node.js

SVG (Scalable Vector Graphics) defines vector-based graphics that is popular for rendering two-dimensional images. In the other hand, PNG image format is one of the best choice for a raster-based transparent file. When you are working with pixels and transparency, PNGs are a better choice than SVGs. SVG also does not work well for images with lots of details, textures and quality like photograph. For such scenarios, you can convert a … Continue Reading
How to Convert PDF to HTML Online in Node.js

PDF (Portable Document Format) is a secure document format that contains graphics, text, 3D models, images, etc. PDF format is compressed and smaller than other shareable file formats. HTML is a widely used plain-text lightweight Markup language. It is supported by every browser and is fast to load. PDF and HTML both file formats are good for accessibility, but HTML is generally much better for providing information via the web. So, in this … Continue Reading
How to Convert CSV to JSON File Online in Node.js

CSV or Comma Separated Values file format is used for storing and exchanging the tabular data between systems in plain text. JSON or JavaScript Object Notation is a lightweight data format for representing structured data objects. It is often used to transmit data from the server to the client in web applications. CSV does not support hierarchical or relational data. But in JSON, it is very easy to work with hierarchically … Continue Reading
Convert EXCEL to JSON and JSON to EXCEL in Node.js

Excel provides a wide range of features to keep and organize data in the form of worksheets contained by workbooks. In addition to the data organization, it lets you perform sorting, data visualization, mathematical computations and etc. In certain cases, you receive data in JSON format and you need to export it to Excel worksheets programmatically. For such cases, this article covers how to convert Excel to JSON and JSON… Continue Reading
Convert PDF to TEXT format Online using Node.js

Portable Document Format (PDF) is a document file format that contains text, images, data, etc. The PDF format is used when you need to save files that cannot be modified. While a Text file is a text plain document that stores plain text in the form of lines. It is a non-executable file that is used to create quick notes in various applications. Sometimes you just need the plain text in the … Continue Reading
Convert PowerPoint PPT/PPTX to PNG in Node.js

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 PNG format online. 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 this article, we will learn how to convert PowerPoint PPT/PPTX to PNG in Node.js… Continue Reading
Convert Excel to XML and XML to Excel Online using Node.js

Extensible markup language is a widely-used file format for data representation. It is highly efficient when it comes to transferring data from one database to another without any critical data loss and tags are used to structure an XML document. On the other side, businesses are leveraging Excel sheets as it offers rich data storage options. In this blog post, we will learn the steps to install file format … Continue Reading