Merge PDF Overlay
merge_pdf_overlayOverlay one PDF onto another to create a combined layered document. Provide base and overlay PDF file paths and optionally configure output name and destination.
Instructions
Overlay one PDF over another via PDF4me /api/v2/MergeOverlay. Inputs: base_pdf_file_path and overlay_pdf_file_path; optional output naming and async mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | No | ||
| output_doc_name | No | merged_overlay.pdf | |
| output_file_name | No | ||
| base_pdf_file_path | Yes | ||
| overlay_pdf_file_path | Yes |