Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: July 2021
Add Watermark to Word Documents using Java
Watermarks are added to the Word documents for various purposes such as preventing illegal usage, defining the ownership, displaying the document's status, etc. In this article, you will learn how to add a watermark to Word documents using Java. The article will demonstrate the insertion of text and image watermarks into a Word document separately.
Convert PDF Pages to PNG Images using C++
PDF is a popular format for sharing and printing documents due to its consistent layout. However, you might find yourself in situations where you want to generate a cover image of the PDF file or embed its pages on a web page. In such cases, converting the PDF file to image format will prove to be helpful. To that end, this article will teach you how to convert PDF pages to PNG images using C++.
Convert PSB to PDF, JPG, or PSD Programmatically using C#
PSB files can store huge images of large dimensions and large file sizes. You can convert a PSB file to a PDF document, JPEG image, or PSD file programmatically using C#. This article will explain how to convert PSB files to different file formats.
Posted in Aspose.PSD Product Family Tagged Convert PSB using csharp, PSB to JPG, PSB to PDF, PSB to PSD
Copy Rows and Columns in Excel using C#
In certain cases, you need to copy rows and columns in an Excel file without copying the entire worksheet. To perform this operation programmatically, this article covers how to copy rows or columns in an Excel worksheet using C#.
Extract Data from Tables in PDF Files using C++
PDF files are a standard format for exchanging documents over the internet. Documents like invoices and product guides are usually shared in the form of PDFs. There might be situations where you have multiple invoices containing tabular data that you want to extract and process further. It will be more efficient to extract this data programmatically. To that end, this article will teach you how to extract data from PDF tables using C++.
Convert HTML or MHTML to XPS Programmatically in C#
HTML files are used over the web for presenting and formatting information. You can convert HTML files to XPS files programmatically using C#. The following use cases elaborate different conversion scenarios.