iText for .NET is a free open-source .NET API for creating and working with PDF documents in C#/VB.NET applications. It lets .NET application developers write applications for generating, modifying, and extracting content from PDF files.
iText for .NET is a port of the original iText API, which was written in Java programming language. It was developed to provide PDF document processing features to .NET application developers. It is used in various domains such as document management systems, reporting tools, and other applications that require PDF generation and manipulation.
How to add Hyperlinks in Excel using C#
Excel is an exceptional tool for working with large data sets, data visualization, and statistical analysis of data. While creating a detailed data report in Excel, certain data may require to be linked to external data sources, webpages, email addresses, and target locations in another worksheet in the same workbook. Microsoft Excel provides all these hyperlinking options.
As a .NET application developer, you may be interested in providing hyperlinking functionality in your C#/VB.
How to Insert Bullets in Word Document using C#
Word documents are the favorite choice when it comes to creating reports and documenting content. Using bullets in a document enhances the readability of the document and helps in organizing the information. These also help in comparisons of data and highlight key information. As a .NET developer, you can provide the functionality of working with bullets from within your .NET application using C#/VB.NET.
In this blog, we’ll show how to work with bullets by creating bullets and sub-bullets in the Word document using NPOI API in C#.
How to Create a Word Document in C# using FileFormat.Words
Forget the hassle and install FileFormat.Words to create & manipulate MS Word documents. This document automation software offers very useful features. Overview We are glad to announce the release of FileFormat.Words for .NET. This is an open-source API written in C# and enables .NET developers to create, design, and modify MS Word documents programmatically. No matter whether you are a beginner or an expert-level developer, you can easily integrate FileFormat.Words with your .
Add Bookmark in Word Document using C#/VB.NET
You must be familiar with the term “Bookmark” which marks a feature that you can get to easily when required. While working with large Word documents, you may often add bookmarks to certain text/pages that you would like to be included in the list of places that you would want to access quickly if required. Microsoft Word lets you work with bookmarks in documents by adding, updating, and deleting bookmarks. As a .
Insert Watermark in Word Document using C#
Watermarks are text, logo, or other graphical pattern that is inserted in a document or superimposed on another image. Its purpose is to keep the identity of the original document or image so as to forbid its use without permission. As a .NET application developer, you can provide the functionality of inserting a Watermark in Word documents in your document processing C# application.
In this blog, we’ll show how to insert a watermark in a Word document in C# using the free and open-source .
Create Table in Word Document using C#
Tables are a wonderful way to organize data in your Word documents. A table can comprise multiple rows and columns where each combination of row and column is known as a cell. Each cell can have its text and different text formatting styles can be applied to the cell contents. Being a .NET application developer, you can provide the functionality of creating a table in a Word document in your document processing C# application.
Add Hyperlink to Word Document in C#
A hyperlink is an anchored text that leads to an online web page when it is clicked. You can make any text in a Word document a hyperlink that will navigate the users to the linked page when clicked. Hyperlinks make it easy for writers to guide the document readers for any references that are linked to the main article. Being a .NET application developer, you can add the feature of adding hyperlinks to your document processing application in C#.
Add Header and Footer to DOCX using C#
Headers and Footers are commonly used while working with Word documents. They give a clear view of the main theme of the document as well as any additional information that needs to be put in front of readers. Microsoft Word lets you add header and footer information to your document with customization. If you are a .NET application developer who is interested in developing (or has developed) an application for word document processing, adding the feature of inserting headers and footers to Word documents from your application can be a beneficial feature.
Insert Image in Word Document using NPOI in C#/VB.NET
The use of images in documents is a routine operation while working with Microsoft Word. Images give clarity to the content of the document as well as play a vital role in relaying information that is more difficult to put into words. Adding images makes the content easier to understand. As a .NET developer, adding the functionality of inserting images into a Word document is an interesting feature that can add value to your application.