Custom Document to Page Converters in SharePoint Server 2010 (ECM)

Applies to: SharePoint Server 2010

The document to Web page conversion process is built on the document converter infrastructure in Microsoft SharePoint Server 2010. 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 in SharePoint Server 2010 (ECM).

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 in SharePoint Server 2010 (ECM).

See Also

Concepts

Page Publishing Using SharePoint Document Converters (ECM)

Converter Settings and Content Types in SharePoint Server 2010 (ECM)

Document to Page Conversion Object Model (ECM)

SharePoint Server 2010 Document Converter Development Overview (ECM)

Custom Converter Configuration Settings Pages in SharePoint Server 2010 (ECM)

Additional Converter Settings Controls in SharePoint Server 2010 (ECM)