Data Sources
URL to PDF
Convert any publicly accessible webpage into a high-fidelity PDF. This is perfect for capturing dashboards, articles, or external reporting tools exactly as they appear in a modern browser.
Implementation Example
{
// The target website URL
"url": "https://pdfkong.com",
// Optional: Wait for network to idle before printing (good for SPAs)
"wait_delay": "2s"
}
Parameters Explained
url
Required
The full HTTP/HTTPS URL of the webpage you want to capture. Ensure the URL is accessible from the internet. Localhost URLs will not work.