convertAsync http://soap.webservice.pdfreactor.realobjects.com
Converts the posted configuration 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 |
body
| <Content>
| The configuration to convert.
|
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 |
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
|