POST api/HTMLtoPDF
Request Information
URI Parameters
None.
Body Parameters
pdfHtmlTypeInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| tkn | string |
Required String length: inclusive between 1 and 100 |
|
| Url | string |
String length: inclusive between 1 and 8000 |
|
| FileNamePDF | string |
String length: inclusive between 1 and 200 |
|
| pageOrientation | string |
None. |
|
| ConversionDelay | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"tkn": "sample string 1",
"Url": "sample string 2",
"FileNamePDF": "sample string 3",
"pageOrientation": "sample string 4",
"ConversionDelay": "sample string 5"
}
application/octet-stream
Sample:
{"tkn":"sample string 1","Url":"sample string 2","FileNamePDF":"sample string 3","pageOrientation":"sample string 4","ConversionDelay":"sample string 5"}
application/xml, text/xml
Sample:
<pdfHtmlTypeInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <tkn>sample string 1</tkn> <Url>sample string 2</Url> <FileNamePDF>sample string 3</FileNamePDF> <pageOrientation>sample string 4</pageOrientation> <ConversionDelay>sample string 5</ConversionDelay> </pdfHtmlTypeInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.