Render
webpage_to_pdf
Use this when you need to convert a live web page to a printable PDF document. Renders in a real Chromium browser and returns binary PDF. Returns: 1. Binary PDF file 2. Configurable paper format (A4,
Remote axel-belfort/screenshot-pdf
Other tools also called webpage_to_pdf?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "URL to convert to PDF (e.g. https://example.com)"
},
"format": {
"enum": [
"A4",
"Letter",
"Legal",
"Tabloid"
],
"type": "string",
"description": "Paper format (default: A4)"
}
}
}