Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Farhan Raza
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 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
Convert 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.
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
Add Fill Layer in Photoshop Document (PSD file) – Easy Guide
Photos are a very useful way of reflecting information. PSD format files are used to create images. However, there could be scenarios like editing several Photoshop files along the same lines. For instance, a photo processing application may need to add a layer in multiple Photoshop documents, along with other operations. Aspose.PSD for .NET API offers many features to work with PSD, PSB, AI, and many other file formats. Let us explore the following use cases related to adding a … Continue Reading
Convert EMF, WMF and SVG Images Programmatically using C#
You can convert EMF images to EMZ or WMF images to WMZ as well as SVG images to SVGZ and other way around. Convert EMF, WMF and SVG to PNG images.
C# Convert HTML to JPG, PNG, BMP and GIF Image with .NET
HTML files are frequently used over the internet. Subsequently, Aspose.HTML for .NET API supports a lot of features to work with HTML file format. In this article, we will be learning how to convert HTML to image using C#. Let us explore the following uses cases:
- Convert HTML to JPG Image using C#
- Convert HTML to PNG Image using C#
- Convert HTML to BMP Image using C#
- Convert HTML to GIF Image using C#
First of all, let us check … Continue Reading
Create, Fill, or Edit Fillable PDF Forms Programmatically with C#
PDF forms are frequently used to collect data and information. For example, Questionnaires are usually designed to collect responses for survey purposes. We interact with different fillable PDF forms in today’s digital world. Considering the huge scope and importance of PDF forms, Aspose.PDF for .NET API supports many features to work with PDF forms. Let us explore the following use cases using C# language in this article:
… Continue ReadingSearch and Extract Text from PDF Programmatically using C#
Extract text from PDF documents. You can extract from a specific page or region, or whole PDF file. Read text using .NET C# language.