Search
Follow Us
Categories
- News Release(0)
Category Archive: GroupDocs.Conversion Cloud Product Family
Extract Text from XML in Python using REST API

XML (eXtensible Markup Language) is a popular data format for storing and exchanging structured information. It is widely used in various domains, including web development, data storage, and data transfer. Extracting text from XML files is crucial for many reasons. It allows us to access and manipulate the actual data contained within XML documents. By extracting text, we can perform various operations, such as data analysis, data transformation, and data integration. … Continue Reading
Convert EML File to PDF in Java using REST API

In today’s digital age, many applications and platforms generate files in various formats, including the widely used EML (Email Message Format) format. However, there are instances when it becomes necessary to convert EML files to PDF (Portable Document Format) documents. Whether it’s for archiving, sharing, security, or ensuring consistent formatting, converting EML files to PDF can offer numerous benefits. In this article, we will explore how you can convert EML … Continue Reading
SVG to HTML Document Conversion in Java using REST API

SVG (Scalable Vector Graphics) is a popular vector graphics format used for creating high-quality graphics and illustrations on the web. However, sometimes it’s necessary to convert an SVG file to HTML, especially when working with web applications. Fortunately, GroupDocs.Conversion Cloud SDK for Java makes it easy to convert SVG files to HTML quickly and efficiently, saving you time and effort. In this article, we’ll take a closer look at how to convert SVG files to HTML documents programmatically in … Continue Reading
Convert PNG Image to HTML File in Java

Have you ever needed to convert a PNG image file to an HTML file in your Java application? If so, you know that the process can be complex and time-consuming. Fortunately, the GroupDocs.Conversion Cloud SDK for Java simplifies this process and allows you to convert files, including PNG images, to HTML files. In this article, we will discuss how to convert PNG images to HTML files in Java using REST API.
The … Continue Reading
TIFF File to PDF Document Conversion in Java

TIFF (Tagged Image File Format) is a widely used format for storing high-quality images that may contain multiple pages, making it suitable for tasks such as scanning and archiving documents. However, there may be instances where you need to convert TIFF images to PDF (Portable Document Format) documents for better compatibility, portability, and ease of sharing. In this article, we will explore TIFF file to PDF document conversion in Java using GroupDocs.Conversion Cloud SDK for Java.
The following topics will … Continue Reading
How to Convert XML to JSON in Java using REST API

As the world becomes more connected and technology more advanced, the exchange of data between systems and applications has become increasingly important. One common way to represent data is through XML (eXtensible Markup Language). However, JSON (JavaScript Object Notation) has become the preferred format for exchanging data between systems due to its simplicity and flexibility. In this article, we will demonstrate how to convert XML to JSON in Java … Continue Reading
Convert PDF to Excel (XLS/XLSX) in Java using REST API

If you’re looking for a reliable and easy way to convert PDF files to Excel spreadsheets in your Java applications, you’re in luck. GroupDocs.Conversion Cloud SDK for Java provides a simple and efficient solution to this problem. PDF files are a popular format for documents, but Excel files are often preferred for data analysis. In this tutorial, we will demonstrate how to convert PDF to Excel XLS or XLSX in … Continue Reading
How to Convert PDF to TIFF File Programmatically in Java

PDF (Portable Document Format) and TIFF (Tagged Image File Format) are two popular file formats for storing and sharing documents. PDF is widely used because of its compatibility with different devices and operating systems, while TIFF file is preferred for storing high-quality images. Sometimes, you may need to convert a PDF file to a TIFF file for various reasons, such as archiving or printing. In this article, we will discuss … Continue Reading
Convert Excel (XLS/XLSX) to CSV in Java using REST API

Are you tired of manually converting your Excel files to CSV? With GroupDocs.Conversion Cloud SDK for Java, you can easily automate this process and save yourself time. Excel files are commonly used for storing and analyzing data. On the other hand, CSV is a popular file format for storing tabular data. CSV files are simpler and more lightweight than Excel files, making them easier to import into other applications. In … Continue Reading
Convert Markdown Files to PDF in Java using REST API

If you’re working with Markdown files in your Java project and need to convert them to PDF format, GroupDocs.Conversion Cloud SDK for Java provides a simple and efficient way to do so. Markdown is a lightweight, simple and easy-to-use markup language that can be used to create formatted text documents quickly and efficiently. On the other hand, PDF is a file format used for creating and sharing documents in a … Continue Reading