Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
Conversion is an experimental, innovative, and rapidly changing new feature for App Engine. Unfortunately, being on the bleeding edge means that we may make backwards-incompatible changes to Conversion. We will inform the community when this feature is no longer experimental.
Class Conversion
represents a conversion from one file format to another.
A conversion request must contain at least one asset, typically the document contents. Additional assets are those needed for the conversion (such as images in HTML).
Conversion
is defined in the module google.appengine.api.conversion
.
The constructor for class Conversion
is defined as follows:
Conversion(asset, output_mime_type, image_width=800, first_page=1, last_page=None, ocr_input_language=None)
Construct an instance of class Conversion
.
Arguments
Asset
) to add to conversion request.Result value
Conversion
.Exceptions
Instances of class Conversion
have the following method:
Add asset to conversion request.
Argument
Asset
) to add.Exception