PDF Merge โ€” Combine PDFs into One avatar

PDF Merge โ€” Combine PDFs into One

Pricing

from $0.01 / pdf merged

Go to Apify Store
PDF Merge โ€” Combine PDFs into One

PDF Merge โ€” Combine PDFs into One

Merge multiple PDF files into a single ordered document in one run. Give it a list of PDF URLs and get back one combined PDF โ€” for reports, invoices, scanned batches and contracts.

Pricing

from $0.01 / pdf merged

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Merge multiple PDF files into a single ordered document. Give it a list of PDF URLs and get back one combined PDF โ€” for reports, invoices, scanned batches, contracts and ebooks. No desktop software, no manual work.

What it does

  • Combines any number of PDFs into one, in the order you provide.
  • Preserves every page; handles encrypted-but-openable PDFs.
  • Returns the merged file plus a page count.

Use cases

  • Office & admin โ€” assemble reports, statements and scanned pages into one file.
  • Invoicing โ€” bundle invoices/receipts for a period into a single PDF.
  • Legal & HR โ€” merge contract sections and attachments.

Input

{ "pdfUrls": ["https://example.com/a.pdf", "https://example.com/b.pdf"], "outputName": "merged.pdf" }
FieldTypeDescription
pdfUrlsarrayPDF URLs to merge, in order.
outputNamestringFilename for the merged PDF.

Output

{ "sourceCount": 2, "pages": 14, "resultUrl": "https://api.apify.com/v2/key-value-stores/.../records/merged.pdf", "ok": true }

Output schema

FieldTypeDescription
sourceCountintegerNumber of PDFs merged.
pagesintegerTotal pages in the merged PDF.
resultUrlstring (URL)Link to the merged PDF.

FAQ

Where's the merged file? Saved to the run's key-value store (link in resultUrl).

Can I automate it? Yes โ€” via integrations on the Apify platform and the Apify API.

Notes

Original clean-room implementation.