document.convert.web_to_pdf
Convert web pages to PDF documents with JavaScript support, customizable viewport settings, and options for lazy-loaded content.
Instructions
Render any web page URL to PDF with full JavaScript execution — custom viewport width, lazy content loading, wait delay. Returns PDF download URL (ConvertAPI)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Web page URL to render as PDF (e.g. "https://example.com") | |
| viewport_width | No | Browser viewport width in pixels (default 1280) | |
| delay | No | Seconds to wait after page load before capturing (default 0) | |
| load_lazy_content | No | Scroll page to trigger lazy-loaded images (default false) |