Frequently Asked Questions
Template Questions
How do I find the right template for my needs?
How do I find the right template for my needs?
Use the template discovery API to explore available templates:
- List by category: Filter templates by type (certificates, invoices, reports, letters)
- Search by tags: Find templates with specific features or industries
- Review metadata: Check each template’s data requirements and sample output
- Try samples: Use the sample data provided to test template output
How long does it take to generate a PDF from a template?
How long does it take to generate a PDF from a template?
Template-based PDF generation is typically 1-3 seconds for most documents. This is faster than HTML-to-PDF because:
- Templates are pre-optimized and cached
- No HTML parsing or CSS processing required
- Data validation happens before generation
- Professional layouts are already optimized
- Template complexity
- Amount of data (number of items in arrays)
- Image processing requirements
- Your plan type (Premium gets priority)
Can I customize existing templates?
Can I customize existing templates?
Templates can be customized in several ways:Data-driven customization:
- All templates support branding (logos, colors, company info)
- Conditional content based on your data
- Dynamic sections that show/hide based on data presence
- Contact support for custom template modifications
- Enterprise plans include custom template creation
- Templates can be updated and modified as needed
- Custom CSS can be added to existing templates
- Brand colors and fonts can be configured
- Layout adjustments for specific use cases
General Questions
Do you support non-English content?
Do you support non-English content?
Yes! We fully support UTF-8 encoding for:
- International characters and symbols
- Right-to-left languages (Arabic, Hebrew)
- Asian languages (Chinese, Japanese, Korean)
- Accented characters (French, Spanish, German, etc.)
- Mathematical symbols and special characters
Technical Questions
Can I use JavaScript in my HTML?
Can I use JavaScript in my HTML?
Limited support. JavaScript runs during rendering, but there are restrictions:✅ What works:
- Simple DOM manipulation
- Basic calculations and formatting
- Library initialization (Chart.js, etc.)
- External API calls (may timeout)
- Complex async operations
- Long-running scripts
- WebSocket connections
How do I add headers and footers?
How do I add headers and footers?
Can I embed fonts?
Can I embed fonts?
Yes! You can embed custom fonts using base64 encoding:Font guidelines:
- Use WOFF2 format for smaller file sizes
- Always provide fallback fonts
- Keep font files under 500KB each
- Test fonts in different browsers first
How do I handle large tables?
How do I handle large tables?
Large tables require special CSS handling for page breaks:For very wide tables: Consider rotating to landscape mode or splitting into multiple tables.
Billing Questions
What happens if I exceed my plan limits?
What happens if I exceed my plan limits?
PDF generation will be blocked until you upgrade or your plan renews. We never charge overage fees.When you hit limits:
- API returns “Insufficient Balance” error
- Dashboard shows 100% usage
- Generation blocked until:
- Plan upgrade (immediate)
- Next billing cycle (automatic reset)
Can I change plans anytime?
Can I change plans anytime?
Yes! Plan changes are flexible:Upgrades:
- Take effect immediately
- Prorated billing for remainder of cycle
- New limits apply instantly
- No downtime or service interruption
- Take effect at next billing cycle
- Current features remain until renewal
- File storage adjusted to new plan limits
- Pay prorated amount for 16 days of Basic plan
- Immediately get 1,500 PDF limit
- Next full billing on Feb 1st
Do unused PDFs roll over?
Do unused PDFs roll over?
No, limits reset each billing cycle. However:
- Generated files remain accessible according to storage retention
- Usage resets to 0 on your renewal date
- Plan benefits continue throughout the billing period
Is there a bulk discount?
Is there a bulk discount?
Yes! Enterprise plans with custom pricing are available:Enterprise features:
- Custom PDF limits (10,000+/month)
- Dedicated infrastructure
- SLA guarantees
- Priority support with account manager
- Custom integrations and webhooks
- Bulk pricing discounts
MCP Questions
Which AI assistants support MCP tools?
Which AI assistants support MCP tools?
Primary Support:
- Claude Desktop
- Claude Web
- n8n Workflow
- Any client implementing MCP protocol
- Custom AI applications
- Third-party MCP integrations
- MCP-compatible client
- Peedief API key
- Proper authentication configuration
Can I use MCP tools without Claude Desktop?
Can I use MCP tools without Claude Desktop?
Yes! Any MCP-compatible client can use Peedief tools:Options:
- Custom MCP client implementations
- Third-party MCP tools
- Developer-built integrations
- Future MCP-enabled applications
- MCP protocol support
- API key authentication
- Network access to Peedief servers
Are there usage limits for MCP tools?
Are there usage limits for MCP tools?
MCP tools count toward your regular plan limits:
- Same PDF generation limits apply
- No separate MCP-specific restrictions
- Standard rate limits enforced
- All features available through MCP
- Unified usage tracking
- Consistent billing across API and MCP
- No additional setup or fees
- Same support channels
Can I customize MCP tool behavior?
Can I customize MCP tool behavior?
Limited customization available:What you can configure:
- Authentication method (API key or OAuth)
- Default PDF options (format, margins, etc.)
- Error handling preferences
- Timeout settings
- Tool interface and commands
- Response formats
- Core functionality
- Feature set
Common Issues
Why is my PDF blurry or low quality?
Why is my PDF blurry or low quality?
Common causes and solutions:Images:
- Use high-resolution images (300+ DPI)
- Optimize image formats (PNG for graphics, JPEG for photos)
- Avoid scaling images with CSS
- Use web-safe fonts or properly embed custom fonts
- Avoid very small font sizes (<10pt)
- Ensure proper font licensing
My table breaks awkwardly across pages
My table breaks awkwardly across pages
Table pagination solutions:Alternative approaches:
- Split large tables into sections
- Use landscape orientation for wide tables
- Consider alternative layouts (lists, cards)
External resources aren't loading
External resources aren't loading
Resource loading issues:Problem: External images, fonts, or CSS files don’t appear in PDF.Solutions:Best practice: Embed all critical resources to ensure reliability.
- Embed resources as data URLs:
- Use absolute URLs:
- Inline critical CSS:
Getting More Help
Still need help?
Free Plan: Visit our community forum for user supportPaid Plans: Contact support@peedief.com with:
- Your account email
- Detailed issue description
- Sample code or HTML (if applicable)
- Error messages
- Steps you’ve already tried