Personal Letter PDF Generator
Create warm, elegant personal letters with a soft beige background that feels more inviting than plain white paper. Short letters are vertically centered, longer ones flow naturally across pages.
Example output
Quick start
curl -X POST https://api.lobsterpdf.com/render/fireside \
-H "Content-Type: application/json" \
-d '{"title":"Jane Doe","from_details":"123 Main St\nAnytown, USA","to_details":"Acme Corp\n456 Oak Ave\nOthertown, USA","body":"Dear Sir or Madam,\n\nPlease find enclosed our proposal.\n\nSincerely,\nJane Doe"}'
↓
{"url": "https://api.lobsterpdf.com/pdf/a1b2c3d4e5f6"}
Fields
Required: title, from_details, to_details, body
Full schema reference & field details →
Example JSON
{
"title": "Jane Doe",
"from_details": "123 Main St\nAnytown, USA",
"to_details": "Acme Corp\n456 Oak Ave\nOthertown, USA",
"body": "Dear Sir or Madam,\n\nPlease find enclosed our proposal.\n\nSincerely,\nJane Doe"
}
Why Personal Letter PDF Generator?
- Standards-compliant — not “looks about right”, actually follows the spec
- JSON in, PDF out — no HTML, no LaTeX, no template files to manage
- Built for automation — structured errors, JSON schemas, MCP support
- Free during beta — no credit card, no rate limits
Use with AI agents
LobsterPDF is purpose-built for LLM agents. Use the MCP endpoint for native tool discovery, or call the REST API directly. Token-efficient schemas mean lower cost per call.