This Rust-based command-line tool allows you to add metadata to your PDF files. Metadata, such as title, author, subject, and keywords, can be important for organizing and categorizing your documents. This tool simplifies the process of adding this information to your PDFs.
To use this tool, make sure you have Rust installed on your machine. If not, you can install Rust.
Clone this repository:
git clone https://github.com/your_username/your_repository.git
cd your_repository
- Navigate to the project directory.
- Run the project:
cargo run
Follow the prompts to input the necessary information:
- PDF filename
- Title
- Author
- Subject
- Keywords
- Export filename (PDF)
The tool will validate the inputs and generate a PDF with the specified metadata.