Custom Document to Page Converters

The document to Web page conversion process is built on the document converter infrastructure in Microsoft Office SharePoint Server 2007. And, just like the document converter infrastructure, it also provides developers with the ability to create their own custom document converters.

A document converter that will be used in the document to page conversion process differs from a standard document converter only in that it must produce a fully-formed HTML document that the post-processing function can divide into <Body> and <Styles> segments.

Optionally, custom document to page converters can accept an XML file containing configuration settings for the conversion.

Custom document converters must implement the document converter run command, just as the standard document converter would. For more information, see Document Converter Run Command.

Deploying Document to Page Converters

You deploy your document to page converter in the same way as you would any other document converter. For more information, see Document Converter Deployment.

See Also

Concepts

Page Publishing Using Document Converters
Converter Settings and Content Types
Document to Page Conversion Object Model
Document Converters Overview
Custom Converter Configuration Settings Pages
Additional Converter Settings Controls