Merge PDFs with PDF.co and save to Dropbox
This query returns a merged PDF file URL created by combining multiple PDF documents from provided URLs.
Developer info
- API endpoint slug
- pdf_co.merge_pdf_documents
- Runtime method
- performQuery("pdf_co.merge_pdf_documents"}
Query fields
Pdf urls Text input > Long text
- Label
- PDF URLs
- Helper text
- Comma-separated list of public PDF URLs to merge, in order.
- Slug
- pdf_urls
- Required
- true
- Can have default value
- true
Ingredients
Merged pdf url URL of the merged PDF file.
- Slug
- merged_pdf_url
- Filter code
- PdfCo.mergePdfDocuments.MergedPdfUrl
- Type
- Web URL
- Example
- https://pdf-temp-files.s3.amazonaws.com/merged.pdf
Page count Number of pages in the merged PDF.
- Slug
- page_count
- Filter code
- PdfCo.mergePdfDocuments.PageCount
- Type
- String
- Example
- 8
Merged at When this query ran (PDF.co's response carries no completion timestamp, so this is set on the IFTTT side).
- Slug
- merged_at
- Filter code
- PdfCo.mergePdfDocuments.MergedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
File size Size of the merged PDF in bytes.
- Slug
- file_size
- Filter code
- PdfCo.mergePdfDocuments.FileSize
- Type
- String
- Example
- 248192
