POST html2pdf/generate

Request Information

URI Parameters

None.

Body Parameters

GeneratePostParam
NameDescriptionTypeAdditional information
HtmlContent

string

None.

TemplatePath

string

None.

OutputPath

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HtmlContent": "sample string 1",
  "TemplatePath": "sample string 2",
  "OutputPath": "sample string 3"
}

application/xml, text/xml

Sample:
<GeneratePostParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/asppdf.Models">
  <HtmlContent>sample string 1</HtmlContent>
  <OutputPath>sample string 3</OutputPath>
  <TemplatePath>sample string 2</TemplatePath>
</GeneratePostParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.