PDFMerge
Create a new PDF file merging two existing files
Location or name of pdf file generated is stored on item. Name is stored in merged_pdf_file property on item. New item is created if missing.
HTML template supports expansion.
Configuration
Name
Description
Default
Mandatory
name
Must be PDFMerge
N/A
first_pdf_location
Name of first PDF file
N/A
second_pdf_location
Name of second PDF file.
N/A
output_location
Where to store new merged file
N/A
{
"name": "PDFMerge",
"config": {
"first_pdf_location": "{{request._file_path}}",
"second_pdf_location": "{{item.pdf_file}}",
"output_location": "${globals.file_paths.base_dir}/config/resources/pdf_output/rejected"
}
}