Document Converter Deployment

You install your custom document converter by packaging the executable file as a SharePoint Feature, and deploying it at the Web-application level. The document converter then becomes available on each site and document library in the Web application.

The Feature installs the document converter on each server implementing the DocConversionLauncherService service in the server farm. The Activate Feature command turns the Feature on for each server that acts as a launcher for the specified Web application.

Installing and activating a document converter adds its information to the configuration database. Each server acting as a launcher for the Web application can then read that information and be aware of the new converter.

For more information about packaging and deploying Features, see Working with Features in the Microsoft Windows SharePoint Services 3.0 SDK.

Note

The DocConversionLoadBalancerService and DocConversionLauncherService services must be enabled and configured for your server farm before you can implement document converters. For more information, see Services Necessary for Document Conversion.

Your feature must include XML that defines your custom document converter. For more information, see Document Converter Definition Schema.

See Also

Concepts

Document Converters Overview
Document Converters