Word Processing Document API Examples
- 3 minutes to read
This section includes a full list of examples (grouped by features) contained in this help documentation.
#Document Conversion
- How to: Convert a Word Document to HTML Format
- How to: Convert a Word Document to PDF Format
- How to: Convert an HTML Document to PDF Format
- How to: Convert an HTML Document to DOCX Format
- How to: Convert a Word Document to RTF Format Automatically
- How to: Convert a Word Document in PDF Format on a Web Server
#File Operations
- How to: Create a New Document
- How to: Load a Document
- How to: Save a Document
- How to: Load Document Properties
#Text Operations
- How to: Merge Documents
- How to: Split Documents
- How to: Append Text to the Paragraph
- How to: Mark Text as Hidden
- How to: Insert Dynamic Content
- How to: Embed Fonts Used in a Document
#Styles
- How to: Create New Character Style
- How to: Create New Paragraph Style
- How to: Create New Linked Style
#Tables
#Document Elements
- How to: Convert a Static URI to a Hyperlink
- How to: Specify Document Properties
- How to: Create a Table of Contents
- How to: Create a Nested Field
- How to: Replace a Picture with Another Picture
- How to: Create a Check Box Form Field
- How to: Insert Dynamic Content
- How to: Detect and Download Fonts
#Layout
- How to: Configure the Page Layout Programmatically
- How to: Create a Three-Column Layout with Uniform Columns
- How to: Add Line Numbering
- How to: Use the Layout API to Access Document Pages and Execute Operations with Them
- How to: Use DocumentIterator to Export a Document in a Custom Format
#Search and Replace
- How to: Use Regular Expressions to Search and Replace Text Strings
- How to: Find Words with Specific Number of Characters
- How to: Remove or Replace Blank Lines from a Document
- How to: Replace a Placeholder with a Document Element
#Protection
#Printing
#Mail Merge
- How to: Create a Master-Detail Report
- How to: Use Multiple Data Sources for a Mail Merge
- How to: Merge Documents with Headers and Footers
- How to: Embed Images into a Mail Merge Template
- How to: Send a Mail-Merge Document as an E-mail
- How to: Mail Merge Endpoint in a Web App
#Export
- How to: Use Word Processing Document API to Create a Fillable PDF Form
- How to: Save Selected Image to a File
- How to: Export an Image to PDF Format
- How to: Export Range To Different Formats
- How to: Export a Document to a Series of Images
- How to: Retain the Image URI in HTML Document
- How to: Send the Mail-Merge Document as an E-mail
- How to: Create Thumbnail Images for Excel, Word, and PDF Documents