Browserless · Arazzo Workflow
Browserless Content To PDF
Version 1.0.0
Render a URL's HTML, then feed that exact HTML into the PDF engine to produce a self-contained PDF.
View Spec
View on GitHub
Headless BrowserBrowser InfrastructureWeb AutomationAI AgentsWeb ScrapingBrowserQLPuppeteerPlaywrightSeleniumCDPStealthCAPTCHA SolvingResidential ProxyPDF GenerationScreenshotsSmart ScrapeCrawlSearchMCPSession RecordingHybrid AutomationArazzoWorkflows
Provider
Workflows
content-to-pdf
Capture a page's rendered HTML and convert that exact HTML into a PDF.
Renders the URL to HTML via /chrome/content, then passes the captured HTML string as the html payload to /chrome/pdf so the PDF is built from the snapshot rather than a fresh fetch.
1
renderContent
{$sourceDescriptions.browserlessApi.url}#/paths/~1chrome~1content/post
Render the URL to fully parsed HTML and return it as the html output for reuse in the PDF step.
2
htmlToPdf
{$sourceDescriptions.browserlessApi.url}#/paths/~1chrome~1pdf/post
Generate a PDF from the captured HTML string by supplying it as the html payload instead of a URL, producing a self-contained document.