|
|
Import and Export
This section deals with the conversion of Word documents to various file formats.
|
|
|
|
Essential DocIO can read document content from streams besides reading from an actual *.doc file. This helps reading Word Doc templates saved in databases without having to create intermediate Doc files.
You can also save Doc files into streams which help in scenrios such as email based publishing. This lets you send out emails of Word doc attachments without having to write Doc files to disk.
Sample Code-Open-From and Save-To Stream
|
|
|
|
Essential DocIO supports the conversion of Doc file format to text format.
Sample Code-Convert 'doc' to 'txt'
The reverse process is also supported.
Sample Code-Convert 'txt' to 'doc'
|
|
|
|
Essential DocIO now supports converting valid XHTML content to Doc content. The passed-in content should be either XHTML 2.0 or 1.1 compliant.
HTML converted to Doc
Sample Code-Convert HTML to Doc
|
|
|
|
|
|
|