# Merge_PDF Merge PDF files in a folder into one PDF file. ## Usage ```shell Usage: merge_pdf.exe [OPTIONS] Options: --folder The folder to search for PDF files. Uses the current folder if not specified [default: .] --output The output file to save the merged PDF. Defaults to "merged_output.pdf" in the current directory -h, --help Print help ```