pdmers

Crates.iopdmers
lib.rspdmers
version1.0.0
created_at2025-09-12 12:46:06.125026+00
updated_at2025-09-21 12:27:32.327889+00
descriptionA rust tool for PDF merging
homepage
repositoryhttps://github.com/nasccped/pdmers
max_upload_size
id1835686
size84,740
Nasccped (nasccped)

documentation

README

pdmers

crates io license: MIT

Download pdmers and merge it all in a fancy way 🎉🎉🎉

[!IMPORTANT]

This is a short overview. Get more info at official repository.

Download

Use the following command to download from cargo packages registry:

cargo install pdmers

Usage

You should use the --input flag (alias: -i) to pass pdf/directory paths and --output flag (alias: -o) to specify where to place the final file:

  +--------+                                               output path
  | pdmers |           +---------------------+             -----------
  +--------+  --input  | file1.pdf file2.pdf |                  |
       |               +---------------------+  --output  +------------+
       |                          |                       | output.pdf |
  ------------                 ------                     +------------+
  command name                 inputs

There's also other permission flags/options. Consider checking out the official repository.

License

This project is under the MIT license!

Commit count: 59

cargo fmt