POST api/pdfexport
Request Information
URI Parameters
None.
Body Parameters
PDFHtmlContentName | Description | Type | Additional information |
---|---|---|---|
html | string |
None. |
|
page_orientation | string |
None. |
|
paper_size | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "html": "sample string 1", "page_orientation": "sample string 2", "paper_size": "sample string 3" }
application/xml, text/xml
Sample:
<PDFHtmlContent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <html>sample string 1</html> <page_orientation>sample string 2</page_orientation> <paper_size>sample string 3</paper_size> </PDFHtmlContent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |