POST api/ConverterAsync/{apikey}/{filename}
Uploads an .OXPS or .XPS file and returns the associated job ticket.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apikey |
Customer specific API key |
string |
Required |
filename |
Uploaded file name |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Job ticket
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>