Convert document formats

更新时间:
复制 MD 格式

After you create a project, you can convert document formats by making synchronous or asynchronous API requests.

Important

This topic is no longer updated. We recommend that you use the new IMM version.

  • Synchronous requests

    Call the ConvertOfficeFormat operation to synchronously convert document formats. After the operation is successful, IMM returns the number of pages that are converted.

  • Asynchronous requests

    Call the CreateOfficeConversionTask operation to asynchronously convert document formats. After the operation is successful, IMM returns the ID of the conversion task.

    After you create an asynchronous conversion task, you can call the API operations in the following table.

    API operation

    Description

    GetOfficeConversionTask

    Queries the status of the format conversion task.

    ListOfficeConversionTask

    Lists format conversion tasks that belong to the project.

    DeleteOfficeConversionTask

    Deletes the specified format conversion task.