Package com.google.appengine.api.conversion

Provides a service for format conversion of HTML, PDF, text, images and image optical character recognition (OCR).

See:
          Description

Interface Summary
ConversionService Deprecated. This API will be decommissioned in November 2012 and all calls to it will return an error.
 

Class Summary
Asset An immutable asset for conversion.
Conversion A single immutable conversion from one file format to another.
ConversionOptions The options for a conversion following builder pattern.
ConversionOptions.Builder Provides static creation methods for ConversionOptions.
ConversionResult A single immutable conversion result returned by the conversion service.
ConversionServiceFactory Static factory methods to create new instance of ConversionService.
Document An immutable document for conversion.
 

Enum Summary
ConversionErrorCode The error code of Conversion service.
 

Exception Summary
ConversionServiceException Customized exception for all conversion service errors.
 

Package com.google.appengine.api.conversion Description

Provides a service for format conversion of HTML, PDF, text, images and image optical character recognition (OCR).

See Also:
ConversionService, The Conversion Java API in the Google App Engine Developer's Guide.