SharePoint Server 2010 Document Converter Development Overview (ECM)

Learn about custom document converters in SharePoint Server 2010.

Applies to: SharePoint Server 2010

A document converter is a custom executable file that takes a document of one file type, and generates a copy of that file in another file type. Microsoft SharePoint Server 2010 includes an extensible framework for you to enable your own custom document converters for the document libraries in a specified Web application.

In this section:

Provides basic conceptual information on document converters, including an overview of the conversion process, converter scope, IRM-protection, and conversion priority.

Covers how SharePoint Server 2010 manages the relationship between the original documents and converted copies that are generated from them.

Addresses the command line command to which document converters must respond. Also includes information about programming custom processing before and after the document conversion takes place.

Includes information about how to package your custom document converter as an SharePoint Foundation Feature for deployment and activation.

Discusses the major objects and members with which you can program document converters and automate the document conversion process.

See Also

Other Resources

Enterprise Content Management Resource Center

SharePoint Developer Center

SharePoint Developer Team Blog