Convert PDF Document to MOBIXML Format

Converting PDF to MobiXML

Introduction

This API enables you to convert PDF document to MOBIXML format. Please check API Reference page for the description of API’s parameters.

We have provided a separate API for each of the following use case:

  1. Converts PDF document (located on storage) to MOBIXML format and returns resulting file in response content
  2. Converts PDF document (located on storage) to MOBIXML format and uploads resulting file to storage
  3. Converts PDF document (in request content) to MOBIXML format and uploads resulting file to storage

Resource URI

Aspose.PDF Swagger UI lets you call the REST API directly from the browser.

cURL Example

Input Document: 4pages.pdf 

Output Document: result.mobi 

SDK Example