Search
Follow Us
Categories
- Success Stories(157)
Archives
Add or Remove Watermark in Word Document (DOCX/DOC) in C#
Watermarks are usually used to show ownership or classification of a document. In this article, we will learn to work with watermark in word documents using Aspose.Words for .NET API. Let us cover the following use cases related to watermark.
- Add Text Watermark in Word Document with C#
- Add Image Watermark in Word Document with C#
- Remove Watermark from Word Document with C#
Add Text Watermark in Word Document with C#
You can add or insert text watermark in a … Continue Reading
Merge or Unmerge Cells in Excel Worksheet with C#
In this article, you will learn about how to merge or unmerge Excel cells in a worksheet. Generally, merging cells refers to one or more cells joined together to form a large cell. However, the adjacent cells can be merged vertically or horizontally. Whereas, converting a large cell into multiple cells is known as unmerging or splitting cells in Excel worksheet. Let us explore the following use cases:
… Continue ReadingConvert PDF Documents to Excel XLS/XLSX using Java

There could be various scenarios when you need to export the data within the tables from PDF to Excel workbooks. PDF to Excel lets you edit the data, apply formulas, plot charts, and perform other operations that are supported by the spreadsheets. In this article, I’ll show you how to automate the PDF to Excel conversion and convert PDF to XLS to XLSX workbooks programmatically using Java. For this, we’ll leverage the capabilities of Aspsoe.PDF for Java API.
… Continue ReadingConvert Image to Text using C++ OCR Library

The OCR (Optical Character Recognition) technology lets you read and convert the text in the images or scanned documents to the machine-readable form. The OCR has various use cases that include reading codes from vouchers, making the text editable, self-service stores, converting printed documents into digital formats, and so on. Various OCR tools and libraries are available in the market, however, the reliability of the OCR results is a key factor. In this article, I’ll show you how to create … Continue Reading
Posted in Aspose.OCR Product Family Tagged Perform OCR on Image cpp, convert image to text cpp
Convert XML to PDF – Easy XML to PDF Conversion

In this article, we will be converting XML files to PDF using C#. Aspose.PDF for .NET API extensively supports the XML conversion feature because of the inclusions of many related enhancements, as requested by the API users. You can elevate your .NET applications with this efficient feature of exporting XML to PDF. Let us consider following use cases related to XML conversion using C#:
… Continue Reading Posted in Aspose.PDF Product Family Tagged XML to PDF, convert xml to pdf, xml and xslt, xml xslt, xslt to pdf
Merge Multiple PDF Files into a Single PDF using Java

In various scenarios, you come across the need of merging two or more PDF documents into a single file. For example, PDF merging allows you to combine similar kinds of documents. Furthermore, you can merge multiple PDFs into a single PDF before sharing it online or sending it to someone. In this article, I’ll demonstrate how to automate this feature and merge multiple PDF files programmatically using Java.
… Continue ReadingConvert EPUB to PDF – Simple Steps with Screenshots
Convert EPUB to PDF format with simple steps in C# language. EPUB to PDF format conversion gives you best results with many features.
Find and Replace Text in Word Documents using Java
In this article, I’ll demonstrate how to find and replace text in Word (DOC/DOCX) documents programmatically using Java. The step by step guide and code samples will cover various scenarios of finding and replacing text in Word documents.

MS Word provides an easy way to find and replace text in the documents. One of the popular use cases of finding and replacing text could be removing or replacing sensitive information within the documents before they are shared among various entities. … Continue Reading
Convert XPS or OXPS to PDF Programmatically using C#

XPS and OXPS files are frequently used for printing because of their resolution independence. However, sometimes we need to convert XPS to PDF or OXPS to PDF. Aspose.Page for .NET API lets you perform these conversions with high-fidelity and quick rendering. Let us explore the following use cases:
… Continue Reading Posted in Aspose.Page Product Family Tagged Convert XPS to PDF, XPS to PDF, convert oxps to pdf, oxps to pdf
Convert GIF Images to TIFF, PDF, PNG, JPG, or BMP using C#

Animated GIF (Graphics Interchange Format) contains a number of image frames in a particular order within a single file. These frames are shown in a sequence to create the animation. There could be various use cases when you need to convert animated GIFs to other multi-page or raster image formats. The multi-page formats include TIFF as well as PDF whereas raster images could be PNG, JPG, BMP and etc. In this article, I’ll show you how to convert animated GIF images … Continue Reading