PDF.co
PDF generation, conversion, merging, and data extraction API
Actions
| Name | Description |
|---|---|
html_to_pdfConvert HTML content or a URL to a PDF file | Convert HTML content or a URL to a PDF file |
merge_pdfsMerge multiple PDF files into a single PDF | Merge multiple PDF files into a single PDF |
extract_textExtract text content from a PDF file | Extract text content from a PDF file |
custom_api_callMake a custom API call to the PDF.co API | Make a custom API call to the PDF.co API |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'pdf-co',
actionName: 'html_to_pdf',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect PDF.co to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does PDF.co support?
PDF.co supports 4 actions including HTML to PDF, Merge PDFs, Extract Text, Custom API Call.
Can I use PDF.co with AI agents?
Yes. Add PDF.co to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does PDF.co use?
PDF.co uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the PDF.co integration cost?
The PDF.co integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect PDF.co in 2 minutes
Get 1,000 free actions every month. No credit card required.