PDF Merge โ Combine PDFs into One
Pricing
from $0.01 / pdf merged
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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" }
| Field | Type | Description |
|---|---|---|
pdfUrls | array | PDF URLs to merge, in order. |
outputName | string | Filename 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
| Field | Type | Description |
|---|---|---|
sourceCount | integer | Number of PDFs merged. |
pages | integer | Total pages in the merged PDF. |
resultUrl | string (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.