convertAsync http://soap.webservice.pdfreactor.realobjects.com
Converts the posted configuration or asset package into PDF or image. This operation responds immediately and does not wait for the conversion to finish. This is especially useful for very large or complex documents where the conversion will take some time.
Parameter
Name |
Type |
Description |
configuration
|
Configuration |
The configuration to convert.
|
apiKey
|
<Content> |
An API key which may be required by the service for authentication purposes.
|
http://webservice.pdfreactor.realobjects.com
|
Response
Name |
Type |
Description |
documentId |
<Content> |
The ID of the conversion and resulting document.
|
Namespace: http://webservice.pdfreactor.realobjects.com
|
Faults
Type |
Reasons |
Fault Info |
NoInputDocument
| No input document was specified in the configuration.
|
Result |
InvalidConfiguration
| The supplied configuration was not valid for some reason. See the error message for details.
|
Result |
InvalidClient
| The version of the client that was used is outdated and no longer supported. This is only available for the PDFreactor REST wrapper clients.
|
Result |
Unauthorized
| The client failed an authorization check, e.g. because a supplied API key was invalid.
|
Result |
UnprocessableConfiguration
| The supplied configuration was accepted by PDFreactor but could not be converted for some reason. See the error message for details.
|
Result |
NoConfiguration
| No configuration was supplied to the operation.
|
Result |
ConversionFailure
| The configuration could not be processed and should be re-checked.
|
Result |
ConversionAborted
| The supplied configuration is valid, however the conversion could not be completed for some reason. See the error message for details.
|
Result |
ServiceUnavailable
| Asynchronous conversions are unavailable.
|
Result |
Namespace: http://webservice.pdfreactor.realobjects.com
|