PDFMerge
Create a new PDF file merging two existing files
Configuration
Name
Description
Default
Mandatory
{
"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"
}
}