Search
Follow Us
Categories
- Success Stories(157)
Archives
Merge EPS Files Programmatically in Java
EPS is a vector often used by the image processing professions to retain the high quality of the images. For instance, an EPS file can support customizations without affecting the quality of the image. However, sometimes you might need to merge different EPS files. In accordance with such requirements, this article covers how to merge EPS files programmatically in Java.
Posted in Aspose.Page Product Family Tagged Combine EPS, Combine EPS in Java, EPS Merger, Merge EPS, Merge EPS in Java
Convert PDF Files to XML in C# .NET
XML is a well-known markup language similar to HTML. However, its uses spread across multiple scenarios such as data management, web, office tools, documents, etc. In particular cases, the PDF documents are converted into XML files to get the structured representation of the content. Thus, the tag-based representation of the PDF documents can be processed more conveniently for different purposes. Accordingly, in this article, you will learn how to convert a PDF file to XML programmatically in C#.
Convert Text to PNG, JPEG, or GIF Image in Java
Text-to-image conversion is often required in various cases, such as, to make the text read-only. In a previous article, we wrote about how to convert the text in a TXT file to a PDF in Java. In this article, you will learn how to convert a text to a PNG, JPEG, or GIF image programmatically in Java.
Download Image from URL in C#
Visuals are helpful to understand things clearer, faster, and easier. Thus, images are commonly used over the web for a lot of reasons. Sometimes you may need to download images from different web pages. Accordingly, this article covers how to download image from URL in C#. It also contains some download resources so that you can simply test image downloading with a plug-and-play kind of project.
Convert Word DOC to PNG, JPEG, BMP, GIF, or TIFF in C#
Often you need to embed the pages of an MS Word document into your application programmatically. One of the most commonly used methods for such cases is the conversion of Word documents to image formats. In this article, you will learn how to convert Word DOC or DOCX files to PNG, JPEG, BMP, GIF, or TIFF images using C# .NET. Furthermore, we will demonstrate how to control the Word to image conversion using different options.
Convert JPG or PNG Image to XML with OCR in C#
Sometimes the data can exist in the form of images. You might need to process such data thus the image to XML conversion can be helpful in such scenarios. You can convert an image in JPG, PNG, or other image formats to XML format programmatically in C#. This article covers how to convert an image to XML by performing OCR operation programmatically in C#.
Python MS Word Automation – Create, Edit, or Convert Word Documents using Python
As a Python developer, you can automate MS Word to create new Word documents, edit or modify the existing ones, parse or convert them into other formats without using Microsoft Office. In this article, you will learn how to automate MS Word to create, edit, parse or convert Word documents using Python.
Posted in Aspose.Words Product Family Tagged Automate Word Document with Python, Convert Word Document using Python, Create Word Document using Python, DOCX, DOCX Python, Edit Word Document in Python, Extract Text from DOCX in Python, MS Word Automation in Python, Parse Word Document in Python, Parsing Word Documents with Python, Python Convert Word Document, Python Create Word Document, Python Edit Word Document, Python MS Word Automation, Python Word, Python Word Document Parser, Python Word Library
Add or Update Hyperlinks in PDF using C# .NET
PDF is a feature-rich document format that supports a range of elements including annotations, media, forms, etc. Hyperlink is an important element that is used to navigate within the PDF, from one PDF to another, to a web page, etc. While generating the PDF documents programmatically, you may often need to insert hyperlinks. Accordingly, in this article, you will learn how to add and update hyperlinks in PDF files in C# .NET.