Convert HTML to PDF
Contents
[
Hide
]
Convert HTML to PDF
Resource Information
Resource URL | Type | Description | Swagger Link |
---|---|---|---|
/pdf/create/web | GET | Convert HTML to PDF format and return resulting file in response | GetHtmlInStorageToPdf |
Resource Params
The above API also supports the following request params
Parameter | Required | Type | Data Type |
---|---|---|---|
url | true | Query | string |
height | false | Query | double |
width | false | Query | double |
isLandscape | false | Query | boolean |
marginLeft | false | Query | double |
marginBottom | false | Query | double |
marginRight | false | Query | double |
marginTop | false | Query | double |