PDFreactor SOAP API Documentation

convert http://soap.webservice.pdfreactor.realobjects.com

Converts the posted configuration into PDF or image and returns the generated PDF or image.

Parameter

Name Type Description
body <Content> The configuration to convert.
http://webservice.pdfreactor.realobjects.com

Response

Name Type Description
result Result The resulting document, including other information like log files and page numbers.
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
Namespace: http://webservice.pdfreactor.realobjects.com

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

getProgress http://soap.webservice.pdfreactor.realobjects.com

Retrieves progress information about the conversion with the given ID.

Parameter

Name Type Description
documentId <Content> The document ID.
http://webservice.pdfreactor.realobjects.com

Response

Name Type Description
progress Progress The current estimated progress, including log output.
progress Progress The conversion is finished and the result can be accessed via the URL indicated in the 'Location' header.
Namespace: http://webservice.pdfreactor.realobjects.com

Faults

Type Reasons Fault Info
DocumentNotFound Conversion does not exist Result
Namespace: http://webservice.pdfreactor.realobjects.com

getDocument http://soap.webservice.pdfreactor.realobjects.com

Returns the document with the given ID.

Parameter

Name Type Description
documentId <Content> The document ID.
http://webservice.pdfreactor.realobjects.com

Response

Name Type Description
result Result The resulting document, including other information like log files and page numbers.
Namespace: http://webservice.pdfreactor.realobjects.com

Faults

Type Reasons Fault Info
DocumentNotFound Conversion does not exist Result
Namespace: http://webservice.pdfreactor.realobjects.com

deleteDocument http://soap.webservice.pdfreactor.realobjects.com

Deletes the document with the given ID.

Parameter

Name Type Description
documentId <Content> The document ID.
http://webservice.pdfreactor.realobjects.com

Response

None.

Faults

Type Reasons Fault Info
DocumentNotFound Conversion does not exist Result
Namespace: http://webservice.pdfreactor.realobjects.com

getVersion http://soap.webservice.pdfreactor.realobjects.com

Returns the version of the PDFreactor web service that is currently running.

Parameter

None.

Response

Name Type Description
version Version The version.
Namespace: http://webservice.pdfreactor.realobjects.com

Faults

None.

getStatus http://soap.webservice.pdfreactor.realobjects.com

Checks if the PDFreactor Web Service is available and functional.

Parameter

None.

Response

None.

Faults

Type Reasons Fault Info
ServiceUnavailable The PDFreactor Web Service is running but not functional. Result
Namespace: http://webservice.pdfreactor.realobjects.com