GET wkhtmltopdf/url
Summary: Convert URL to PDF
Operation ID: wkhtmltopdfFromUrlGET
Auth: api_key
Operation ID: wkhtmltopdfFromUrlGET
Auth: api_key
Description
Convert a URL or Web Page to PDF using WkHtmlToPdf on AWS Lambda. This GET request is for convenience and does not support advanced options. Use the POST request for more flexibility. ### Authorize via Query String Parameter **apikey=YOUR-API-KEY** ### Example ``` https://v2018.api2pdf.com/wkhtmltopdf/url?url={UrlToConvert}&apikey={YourApiKey} ```
Parameters (2)
output
(string, query, optional)
Specify output=json to receive a JSON output. Defaults to PDF file.
url
(string, query, required)
Url of the page to convert to PDF. Must start with http:// or https://.
No probe data for this endpoint yet.