Skills/PDF/Combine PDFs

Combine PDFs

~1 credits / page (up to 50)

Joins two or more PDFs into a single document, preserving the exact page order you specify. Provide the files as URLs and list them in the order you want them to appear; the output is one downloadable PDF. Accepts up to 50 inputs with a combined cap of 3000 pages.

Use when

You want to concatenate two or more PDFs into a single document.

Not for

Breaking one PDF into pieces, or editing page content.

Cost

~1 credits / page (up to 50)

Billed at 0.1 credits per page of the combined output.

Estimated; the actual charge depends on your input and is shown in the response.

What it accepts

Set these inside the intent when you run it.

input_urlsrequired

The PDFs to merge, as a list of URLs. The final page order matches this list exactly.

output_filenameoptional

Filename for the merged PDF.

What you get back

A single merged PDF file as a downloadable URL.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the PDF skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/pdf/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"merge","input_urls":["https://example.com/part1.pdf","https://example.com/part2.pdf"],"output_filename":"combined.pdf"}}'

Example requests

  • Merge these two PDFs into one
  • Combine my cover letter and resume into a single file
  • Join all five chapter PDFs into one book, in order