Package com.google.appengine.api.conversion

The Conversion API provides file conversion functionality.

See:
          Description

Interface Summary
ConversionService ConversionService provides document conversion service for applications.
 

Class Summary
Asset An asset is a generic blob of data.
Conversion Represents a single conversion from one file format to another.
ConversionOptions Contains various options for a conversion following builder pattern.
ConversionOptions.Builder Provides static creation methods for ConversionOptions.
ConversionResult Represents a single conversion result.
ConversionServiceFactory Creates new instance of the Conversion service.
Document A document is a collection of assets.
 

Enum Summary
ConversionErrorCode Conversion service error code.
 

Exception Summary
ConversionServiceException Customized exception for all conversion service errors.
 

Package com.google.appengine.api.conversion Description

The Conversion API provides file conversion functionality.