merge_pdf

Crates.iomerge_pdf
lib.rsmerge_pdf
version0.1.0
sourcesrc
created_at2024-10-23 02:00:19.763118
updated_at2024-10-23 02:00:19.763118
descriptionMerge PDF files in a directory
homepage
repository
max_upload_size
id1419547
size30,033
Zhang Zhishan (zhangzhishan)

documentation

README

Merge_PDF

Merge PDF files in a folder into one PDF file.

Usage

Usage: merge_pdf.exe [OPTIONS]

Options:
      --folder <FOLDER>  The folder to search for PDF files. Uses the current folder if not specified [default: .]
      --output <OUTPUT>  The output file to save the merged PDF. Defaults to "merged_output.pdf" in the current directory
  -h, --help             Print help
Commit count: 0

cargo fmt