Monthly Archives: June 2021

Convert a Postscript PS or EPS file to PDF using Java

Postscript is page description language and the PS/EPS files are can contain text, graphics and different glyphs. You can convert a PS/EPS file to PDF file programmatically using Java. Please refer to the following sections for further details.

Posted in Aspose.Page Product Family | Tagged , , , ,

Add or Modify VBA Macros in Excel Files using Java

VBA is a programming language used to automate various operations in MS Excel files. Particularly, VBA macros are user-defined codes that let you speed up the spreadsheet manipulation tasks. In this article, you will learn how to work with VBA macros in Excel files programmatically. Ultimately, you will be able to add and modify VBA macros in Excel using Java.

Posted in Aspose.Cells Product Family | Tagged , ,

Convert PDF Files to HTML in Java

You may often need to convert a PDF file into HTML to embed it within a web page. In order to perform this conversion programmatically, this article covers how to convert a PDF file to HTML using Java. Furthermore, you will learn how to use additional options to customize the PDF to HTML conversion.

Posted in Aspose.PDF Product Family | Tagged , , ,

Add Watermark to Excel Worksheets using Java

Watermarks are used to define the ownership of the copyrighted content and protect the Excel files from theft or being used illegally. In this article, you will learn how to add watermarks to Excel sheets programmatically. More precisely, the article will cover how to add watermark to Excel worksheets using Java.

Posted in Aspose.Cells Product Family | Tagged ,

Send Word Document in Email Body using C++

Emails are the primary source of communication over the internet, and in the majority of cases, the layout and formatting of the emails is important. However, the majority of the email clients do not provide the enhanced formatting options required for designing high-quality email content. In such cases, a well-formatted Word document can be used in the body of the email. In this article, you will learn how to send a Word document as the body of the email using C++.

Posted in Aspose.Email Product Family | Tagged ,

Convert Image to Searchable PDF with OCR using C#

Images or scanned documents can contain textual information. You can convert a scanned document or an image to a searchable PDF document with OCR programmatically using C#. So the JPG, PNG, TIFF, BMP, and other format images can be converted to searchable PDF files. Please refer to the following sections for further details.

Posted in Aspose.OCR Product Family | Tagged , , , , ,

Read Emails in Python using POP3 or IMAP

In this article, you will learn how to retrieve email messages from the mail servers programmatically. Particularly, you will come to know how to connect to the mail server using IMAP or POP3 protocols and read the emails in Python.

Posted in Aspose.Email Product Family | Tagged , , ,

Find and Replace Text in Excel using Python

Excel spreadsheets often contain thousands of records in multiple sheets. In such cases, finding and replacing a particular text manually could be a hectic task. Therefore, MS Excel provides the find and replace option to update the desired text with a single click. In this article, you will learn how to find and replace text in Excel files programmatically in Python.

Posted in Aspose.Cells Product Family | Tagged , ,

Insert or Delete Text/Image Watermarks in PDF Files using C++

A watermark in a document identifies the state of the document with texts like confidential, draft, etc., and makes it difficult for the original document to be copied. Watermarks can be image or text-based and are frequently used in PDF documents. You might need to add watermarks to PDF documents within your C++ applications. For that, this article will teach you how to add and remove text and image watermarks from PDF documents using C++.

Posted in Aspose.PDF Product Family | Tagged , ,

Text Vectorization in SVG Images Programmatically using C#

You can vectorize text by converting it to digital graphics in an SVG file. It is helpful for text security purposes like when you want to protect a copyrighted font from unwanted use. This article covers how to perform text vectorization programmatically using C#.

Posted in Aspose.SVG Product Family | Tagged , , ,