{
  "id": "pdf-merge",
  "slug": "pdf-merge-split",
  "title": "PDF Merge & Split",
  "description": "Merge multiple PDFs into one, or split a PDF into single pages — fully in your browser.",
  "category": "converters",
  "tags": ["pdf", "merge", "split", "join", "combine"],
  "icon": "file-text",
  "needsBackend": false,
  "relatedModules": ["image-converter"],
  "seoIntro": "PDF is the universal format for documents but most online editors upload your files to remote servers. This tool merges and splits PDFs entirely inside your browser using the WebAssembly-free pdf-lib library.\n\nYour documents never leave your device.",
  "seoFaq": [
    { "q": "Are my PDFs uploaded?", "a": "No. Everything happens locally — pdf-lib runs in your browser." },
    { "q": "Can I rearrange the pages?", "a": "Yes. Drag the items in the merge list to reorder, or remove individual files before merging." },
    { "q": "What's the file size limit?", "a": "Bound only by your browser's available memory. Typical multi-hundred-page PDFs work fine." }
  ]
}
