English

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.
May 31, 2023 · 3 min · Kashif Iqbal

Text Formatting in Word Document using NPOI in C#/VB.NET

Microsoft Word is to stay here and remain one of the widely used document editors for creating documents. Almost everyone knows about it and uses it in daily life one way or the other. People from every aspect of life use it one way or the other to generate documents. You must be familiar with the .docx file format which is the default file format for saving Word documents. Being a .
May 29, 2023 · 3 min · Kashif Iqbal

Create Empty Word Document using NPOI API in C#/VB.NET

Almost everyone uses Microsoft Word on a daily basis to create documents and save them once they are done. It offers a lot of functionality for creating documents that are rich in text, images, multimedia options, art clips, tables, and many other types of data. That is why it is the first choice of use when it comes to creating documents. Word documents, hence, created are saved in the popular Open Office XML document format with .
May 26, 2023 · 3 min · Kashif Iqbal

NPOI API for Processing Word Documents in .NET – An Overview

NPOI is an open-source .NET equivalent API of the POI Java project that is used to read/write Microsoft® Office file formats. It has XWPF namespace for Word document processing and supports working with Word .docx file format. The API is available to be used in both .NET and .NET Core projects using C# and VB.NET. In this article, we go through NPOI for .NET API for working with DOCX file format.
May 26, 2023 · 2 min · Kashif Iqbal

Difference Between DOC and DOCX

DOC and DOCX extensions refer to the popular Microsoft Word file formats that have been part of its Office suite for a long time. DOC is the oldest file type and has been widely used prior to the introduction of the DOCX file format. DOC files are also known to be Word97-2003 files. DOCX file format was introduced with the launch of Word 2007 and is the default file format for saving word documents.
August 11, 2022 · 4 min · Kashif Iqbal

Create a Word Document using PHPWord

PHPWord is a powerful open-source API, written in PHP to create and read file-formats including DOC, DOCX, ODT, RTF, HTML, and PDF. Using the API you can create a document, set document properties, insert images, insert charts and more. Let’s get started with creating a simple DOCX file using PHPWord. Pre-Requisites To create a word document using the PHPWord you need the following resources installed in your operating system: PHP version 5.
October 11, 2019 · 2 min · Ali Ahmad

Doc to Docx – A change worth considering to switch!

Working with latest Microsoft Word version, the default file format for saving the document is DOCX. As time moves on, the upcoming generations, working in technology domain, won’t even know how the DOCX format replaced the DOC file format which was the default format for Word 2003 and before. By moving from Doc to Docx, Microsoft fulfilled its promise of open file format standards that was long demanded by companies providing support for word documents.
March 23, 2019 · 3 min · Kashif Iqbal

Word Processing File Formats at FileFormat.com

We have recently launched fileformat.com that is your one stop for guidance about file formats. Besides updating you with latest news from file format domain, its wiki section is continuously getting enriched with contents about different file formats. Word Processing File Formats The Word Processing category includes file formats that can be processed by word processor applications like Microsoft Word, OpenOffice Writer and others. Let us have a look at some of these file formats.
December 6, 2018 · 2 min · Kashif Iqbal