merge-pdfs

Combine two or more PDFs into a single document. Supports URLs, base64, multipart uploads, and custom metadata.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "merge-pdfs" with this command: npx skills add rishabhdugar/merge-pdfs

Merge PDFs

What It Does

Combines two or more PDFs into a single document. Google Drive share links are automatically converted to direct-download URLs.

When to Use

  • Combine multiple PDF invoices, reports, or contracts into one file
  • Merge chapters or sections into a single document

Required Inputs

Provide one of:

  • urls — array of PDF URLs (2-25)
  • files — array of base64-encoded PDFs
  • Multipart upload with files field(s)

Authentication

Send your API key in the CLIENT-API-KEY header.

Get your free API key at https://pdfapihub.com. Full API documentation is available at https://pdfapihub.com/docs.

Use Cases

  • Invoice Bundling — Combine monthly invoices into a single PDF for clients
  • Report Assembly — Merge cover page, table of contents, and report chapters into one document
  • Legal Document Packets — Bundle contracts, appendices, and exhibits into one filing
  • Student Submissions — Merge multiple assignment PDFs into one submission file
  • Mortgage/Loan Packages — Combine application forms, ID scans, and financial docs into one package
  • Book Assembly — Merge individual chapter PDFs into a complete manuscript

Limits

ConstraintValue
Max input files25
Max pages per document200
Max total pages500
Max input file size50 MB
Download timeout60 s

Example Usage

curl -X POST https://pdfapihub.com/api/v1/pdf/merge \
  -H "CLIENT-API-KEY: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "urls": [
      "https://pdfapihub.com/sample.pdf",
      "https://pdfapihub.com/sample1.pdf"
    ],
    "output": "url"
  }'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Ephemeral Media Hosting

自動削除機能付き一時メディアホスティングシステム

Registry SourceRecently Updated
General

Ethereum Read Only

Foundry castを使用したウォレット不要のオンチェーン状態読み取り

Registry SourceRecently Updated
General

OpenClaw Memory

Manage, optimize, and troubleshoot the OpenClaw memory system — MEMORY.md curation, daily logs (memory/YYYY-MM-DD.md), memory_search tuning, compaction survi...

Registry SourceRecently Updated
General

ImageRouter

Generate AI images with any model using ImageRouter API (requires API key).

Registry SourceRecently Updated
2.6K2dawe35