PDF Tools
Overlay PDFs
Overlays multiple PDF files on top of one another. Useful for stamping watermarks, letterheads, or backgrounds onto existing documents.
Uses
Use this task to overlay up to 5 PDF files onto a single base PDF, such as applying a watermark, letterhead, or background template to a document.
The first PDF file passed is the base file that is overlaid on. The subsequent PDF files are those that are overlaid onto it.
Basic Usage
Flow Data Explained
files required array
An array of up to 5 PDF files. The first file is the base PDF that is overlaid on, and the subsequent files are those that are overlaid onto it.
overlay_position required string
Where the overlaid content is positioned relative to the base PDF. Can be background or foreground.
function required string
The pdf_tools function to call, in this case it would be overlay_pdfs
Result
Running this task returns a single PDF file containing the overlaid content.