PDFShift Connector for AI agents.
15 live capabilities
Turn URLs and HTML into polished PDFs and images for automated document generation.
Waiting for input…
Why people use PDFShift
PDFShift for automated PDF generation and web-to-image conversion
This Connector changes that by giving your AI agent a direct line to a high-performance conversion engine. You just give it a URL or a block of HTML, and it handles the rendering, the headers, the footers, and the complex JavaScript. You get a polished, production-ready file every time without ever touching a server configuration.
What Vinkius changes
You get a production-ready document generation pipeline without managing any infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Invoicing
A developer asks the agent to take a JSON order and turn it into a PDF invoice using a saved template.
- Real-world use case 02
Social Media Previews
A content creator asks for a PNG preview of a new blog post URL to share on social media.
- Real-world use case 03
Report Archiving
An ops lead asks the agent to convert a live dashboard URL into a PDF for a weekly board meeting.
Complete set · 15capabilities
The complete PDFShift capability set.
These are the exact actions your AI can choose when you ask it to work with PDFShift.
01—04
4 capabilities in this set.
Part of 15 available through PDFShift.
- 01 Capability
Convert to pdf
Convert a URL or HTML string into a PDF file. You can also get a JSON response with an S3 URL instead of raw binary.
- 02 Capability
Convert to png
Create a transparent or solid PNG image from a web page or HTML. This is ideal for UI assets.
- 03 Capability
Convert to webp
Generate WebP images from URLs to save on file size while keeping high visual quality.
- 04 Capability
Create template
Save a new HTML template for repeated document generation. This ensures your output stays consistent every time.
05—08
4 capabilities in this set.
Part of 15 available through PDFShift.
- 05 Capability
Delete template
Remove an existing template from your saved list to keep your workspace clean.
- 06 Capability
Generate from template
Create a new document using one of your saved HTML templates. This allows for dynamic data injection into fixed designs.
- 07 Capability
Get account
Check your current account details and status. Use this to verify your connection and profile.
- 08 Capability
Get credits usage
See how many credits you have left for conversions. This helps you manage your budget in real-time.
09—12
4 capabilities in this set.
Part of 15 available through PDFShift.
- 09 Capability
List logs
View a list of your most recent conversion attempts. It's the quickest way to see if a task succeeded.
- 10 Capability
List templates
See all the HTML templates you have currently saved. This helps you organize your reusable designs.
- 11 Capability
Update template
Modify the HTML content of an existing template. Use this to tweak your designs without creating new ones.
- 12 Capability
Get log
Retrieve details for a specific conversion request using its unique ID. This helps you check the status of a specific task.
13—15
3 capabilities in this set.
Part of 15 available through PDFShift.
- 13 Capability
Convert to jpeg
Turn a URL or HTML block into a high-quality JPEG image. This is great for creating static web captures.
- 14 Capability
Get template html
Fetch the raw HTML content of a saved template. Use this to see what your current designs look like.
- 15 Capability
List invoices
View your billing history and past invoices. It keeps your spending transparent and easy to track.
Set up in minutes
One URL. Then ask PDFShift to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use PDFShift from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_eFUtIIlmUi8wiZ9um42caJb4t60HbsbZZhY0vd6N/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it PDFShift, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable PDFShift for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_eFUtIIlmUi8wiZ9um42caJb4t60HbsbZZhY0vd6N/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the PDFShift URL.
- Step 03
Save and start
Save the connection and enable PDFShift in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pdfshift-alternative": {
"url": "https://edge.vinkius.com/vk_preview_eFUtIIlmUi8wiZ9um42caJb4t60HbsbZZhY0vd6N/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using PDFShift
Open Agent mode in chat and ask: "Using PDFShift, help me...". 15 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pdfshift-alternative": {
"url": "https://edge.vinkius.com/vk_preview_eFUtIIlmUi8wiZ9um42caJb4t60HbsbZZhY0vd6N/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using PDFShift
Ask Copilot: "Using PDFShift, help me...". 15 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pdfshift-alternative": {
"url": "https://edge.vinkius.com/vk_preview_eFUtIIlmUi8wiZ9um42caJb4t60HbsbZZhY0vd6N/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using PDFShift
Open Cascade and ask: "Using PDFShift, help me...". 15 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pdfshift-alternative": {
"url": "https://edge.vinkius.com/vk_preview_eFUtIIlmUi8wiZ9um42caJb4t60HbsbZZhY0vd6N/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using PDFShift
Ask Cline: "Using PDFShift, help me...". 15 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pdfshift-alternative --transport http "https://edge.vinkius.com/vk_preview_eFUtIIlmUi8wiZ9um42caJb4t60HbsbZZhY0vd6N/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using PDFShift
Ask Claude: "Using PDFShift, show me...". 15 tools are ready
Where the request belongs
Work PDFShift can move forward.
This is for developers and ops people who need to turn web data into shareable files without building a custom rendering engine. It's for anyone tired of "Print to PDF" looking like a mess.
Full-stack Developer
Automates invoice generation and report exports for a SaaS platform using custom HTML templates.
Content Marketer
Creates social media preview images and archives blog posts into PDFs for distribution.
Operations Manager
Converts internal dashboards into static PDF reports for weekly stakeholder meetings.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPDFShift
Convert URLs or HTML to PDF and images. manage templates, track credits, and automate document generation via high-performance API.
Html2Pdf
Convert any website URL or raw HTML into high-quality PDF documents directly from your AI agent.
Pdfcrowd
Convert HTML, web pages, and documents to PDF or images. Generate invoices and extract text from PDFs directly via AI.
Restpack
Convert any URL or HTML into professional PDFs and high-fidelity screenshots directly from your AI agent using the Restpack API.
Gotenberg
Convert URLs, HTML, and Markdown to PDF or screenshots, and manage PDF files with capabilities for merging, splitting, and metadata editing.
ThePDFMaker
Transform HTML templates into pixel-perfect PDF documents with an API designed for invoices, reports, and branded output.
Bring your own AI
Change the model, client or framework. Keep PDFShift connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about PDFShift.
The practical details behind the request, access and result.
Can PDFShift handle complex websites with JavaScript?
Yes, it renders modern web layouts including JavaScript and complex CSS to ensure your PDFs look exactly like the live site.
How do I use PDFShift to create consistent invoices?
You can save an HTML design as a template and have your AI agent fill in the specific data for each new invoice.
Can I save the generated files directly to my cloud storage?
Yes, the Connector supports exporting files directly to S3 and Google Storage so you don't have to download them manually.
What image formats can I convert web pages into?
You can convert URLs or HTML into JPEG, PNG, and WebP formats depending on your needs.
How do I keep track of my usage and billing?
You can ask your agent to check your account details, view your credit usage, or list your recent invoices.
Can I use PDFShift for high-volume document generation?
Yes, it's built for high performance and can handle batch conversions through automated workflows.
Can I test the conversion without spending my credits?
Yes. Use the sandbox parameter set to true in capabilities like convert_to_pdf. This generates a watermarked document for development purposes at no credit cost.
How do I generate a document using a saved template?
First, ensure your template is created using create_template. Then, use generate_from_template providing the template slug and the dynamic data you want to inject.
Can I capture a full-page screenshot as an image?
Absolutely. Use convert_to_png, convert_to_jpeg, or convert_to_webp and set the fullpage parameter to true to capture the entire scrollable area.
One connection away
Give your agent a direct line to PDFShift.
Connect PDFShift once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available