Convert Markdown to
Professional PDFs
Transform your Markdown documents into beautifully formatted PDFs in seconds. Real-time preview, custom templates, code highlighting, and Arabic/RTL support included.
Everything you need
Powerful features packed into a beautiful, intuitive interface
Real-time Preview
See your PDF update instantly as you type. No more waiting or refreshing.
Custom Templates
Choose from pre-built templates or create your own with full control over styling.
GitHub Flavored
Full GFM support including tables, code blocks, task lists, and footnotes.
RTL Auto-Detection
Automatically detects Arabic and other RTL languages for proper formatting.
Header & Footer
Add custom headers, footers, logos, page numbers, and dates to your PDFs.
Fine-grained Control
Customize fonts, colors, margins, and element-specific styles with ease.
Lightning Fast
Optimized for speed with debounced updates and efficient PDF generation.
One-click Export
Download your polished PDF with a single click. No watermarks, ever.
Create Your Own Templates
Design professional PDF templates that match your brand. Sign up to unlock custom template creation and management.
Design Your Own
Create custom templates with your brand colors, fonts, and styling. Full control over every aspect of your PDFs.
Save & Reuse
Save your custom templates and reuse them across all your documents. Build a library of templates for different needs.
Template Manager
Organize, edit, and manage all your templates in one place. Easy access to your entire template collection.
Instant Preview
See changes in real-time as you design your template. Perfect your style before generating the final PDF.
How Template Creation Works
Sign Up Free
Create your account to unlock template customization features
Design Templates
Customize colors, fonts, layouts, and styles in the template editor
Generate PDFs
Use your custom templates to create professional PDFs instantly
API & MCP Integration
Integrate PDF generation into your apps, workflows, and AI assistants. Connect your LLM to PDFCraft and generate beautiful documents programmatically.
Get Your API Key
Generate a secure API key from your dashboard. Use it to authenticate all your API requests.
Simple REST API
Hit our endpoint with your Markdown content and template settings. Get a beautiful PDF in response.
MCP Server Integration
Connect your LLM directly to PDFCraft. Generate PDFs from AI conversations seamlessly.
// Generate PDF via API
const response = await fetch('https://api.pdfcraft.io/v1/generate', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
markdown: '# Your Content\n\nYour markdown here...',
template: 'professional',
options: {
fontSize: '12pt',
pageSize: 'A4',
}
}),
});
const pdf = await response.blob();Model Context Protocol (MCP) Server
Connect Claude, GPT, or any LLM that supports MCP to PDFCraft. Your AI assistant can generate professional PDFs directly from conversations. Just provide your content and let PDFCraft handle the formatting.
Ready to craft beautiful PDFs?
Start creating professional PDFs from Markdown with custom templates. Try it free - no credit card required.