Getting Started | Description | Source |
| HelloWorld | This sample demonstrates to create a new word document using single line of code. |  |  |
| Unicode support | This sample demonstrates the Essential DocIO support for appending unicode text. |  |  |
Document Formatting | Description | Source |
| Paragraph Formattings | This sample demonstrates how formatting can be applied to a paragraph in a document. Paragraph options can be used to control the look and feel of a paragraph as well as to control the relative positioning between adjacent paragraphs. |  |  |
| Watermarking | This sample demonstrates the support for watermarking a word document with text and picture. |  |  |
| Text Formatting | This sample demonstrates the Essential DocIO support for formatting text in a Word document. |  |  |
| FootnotesEndNotes | This sample demonstrates Essential DocIo support for inserting footnotes and endnotes in Word Document. |  |  |
| StylesAndFormatting | This sample demonstrates how custom styles can be created and applied it to the paragraph in word document. |  |  |
| Bullets and Numbering | This sample demonstrates the Essential DocIO support for inserting bullets and numbers. |  |  |
| Inserting Images | This sample demonstrates how various types of images can be appended in a word document using Essential DocIO,. |  |  |
| Column break | This sample demonstrates how a word document can be broken into number of columns using Essential DocIO. |  |  |
| Section break | This sample explains about how to add various section breaks in a word document using Essential DocIO |  |  |
| Page break | This sample demonstrates the Essential DocIO support for inserting page breaks in word document. |  |  |
| RTL support | This sample demonstrates the Essential DocIO support for RTL language text in Word document. |  |  |
Find And Replace | Description | Source |
| SimpleReplace | This sample demonstrates how a strings can be find and replaced with another string with Essential DocIO. |  |  |
| ReplaceWithFormatting | This sample demonstrates how a string in a document can be found and replaced with the sting from another document with the source document formatting preserved. |  |  |
| Replace With Document Elements | This sample demonstrates how a string in one document can be replaced with document elements from another document. |  |  |
Advanced Features | Description | Source |
| CloningandMergingSections | This sample demonstrates cloning functionality at the section level. Sections are combined from two or more template documents to construct a new MS Word document. |  |  |
| Cloning documents | This sample demonstrates how a document is loaded once and cloned into multiple documents. |  |  |
Conversions | Description | Source |
| DocToTxt | This sample demonstrates how an existing Word document can be converted to plain text document in few lines of code using DocIO. |  |  |
| TextToDoc | This sample demonstrates how new Word document can be created from text document using Essential DocIO. |  |  |
Mailmerge | Description | Source |
| EmployeeReport | This sample demonstrates the mail merge support feature with generating NorthWind Employees report. |  |  |
| SalesInvoice | This sample is the featured demo that highlights Essential DocIO's advanced Mail Merge capabilities. This sample also demonstrates the usage of Merge events to conditionally format data during runtime. |  |  |
| MailmergeEvent | This sample demonstrates the Mailmerge with events support, its use and functionality. The Mailmerge class has events which will help the user to enhance the Mailmerge functionality. |  |  |
| Envelop Formatting | This sample demonstrates the creation of Mailing Envelope's for all records that are in the customer's table of the Northwind Database. |  |  |
| Letter Formatting | This sample demonstrates the merging of data that is collected from the user, with a Pre - formatted Template document, in order to create a personalized letter. |  |  |
| Mailing Labels | This sample demonstrates the generation of a document with Mailing Labels, with data that is merged from the Northwind customer's table. |  |  |
Interactive Features | Description | Source |
| Create Bookmarks | This sample demonstrates the Essential DocIO support for creating bookmarks. |  |  |
| Bookmark Navigation | This sample demonstrates how a bookmark is navigated through and replaced with different document elements and strings with and without formatting preserved. |  |  |
| Form Filling | This sample demonstrates Essential DocIO support for form creation and filling. |  |  |
Header and Footer | Description | Source |
| Header and Footer | This sample demonstrates how page headers and footers can be inserted with Essential DocIO. |  |  |
Document Settings | Description | Source |
| Document Properties | This sample demonstrates the Essential DocIO support for setting built in and custom document properties. |  |  |
| PageSetup | This sample demonstrates how various page set up options can be set using Essential DocIO. |  |  |
| Page Layout settings | This sample demonstrates how various page layout settings can be set using Essential DocIO |  |  |
Tables | Description | Source |
| Table with Formattings | This sample demonstrates the essential DocIO support for creating rich tables with various formattings. |  |  |
| Table with Images | This sample demonstrates the Essential DocIO support for creating tables with images. |  |  |
Security | Description | Source |
| Document Protection | This sample demonstrates the Essential DocIO support for protecting word document from editing and apply restrictions. |  |  |
Working with Streams | Description | Source |
| Open from Stream | This sample demonstrates how a document can be opened through streams using Essential DocIO. |  |  |
| Save to Stream | This sample demonstrates the Essential DocIO support for saving a word document to memory stream. |  |  |