Render HTML content to PDF, PNG, or JPG format. Converts HTML strings or URLs into downloadable files with extensive customization options including page size, margins, headers/footers, and JavaScript execution.
cssstringInject custom CSS into the HTML before rendering.
execstringExecute custom JavaScript before rendering. Supports functions: click(), focus(), keys(), sleep(), enter(), tab().
zoomnumberZoom factor for rendering. 2.0 doubles the size, 0.5 halves it. Default is 1.0.
delayintegerDelay in seconds to wait before rendering (useful for JavaScript-heavy pages). Default is 0.
titlestringThe document title.
footerstringFooter HTML for each page. Supports variables: {date}, {title}, {url}, {pageNumber}, {totalPages}.
formatstringOutput format: PDF, PNG, or JPG. Values are case-sensitive and must be uppercase. Default is 'PDF'.
headerstringHeader HTML for each page. Supports variables: {date}, {title}, {url}, {pageNumber}, {totalPages}.
marginnumberDocument margin in millimeters for all sides. Default is 0.
contentRequiredstringThe HTML content to render. Can be a URL to load from, a file upload, or an HTML content string.
timeoutintegerTimeout in seconds for loading the content. Default is 300 seconds.
bg-colorstringBackground color in hex notation (e.g., '#FFFFFF'). Use 'transparent' for PNG with transparency.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.