/meta-morph-pdf

Unlock the potential of your PDFs with MetaMorphPDF! Seamlessly enhance your documents by effortlessly adding custom metadata and tags.

Primary LanguageRust

meta-morph-pdf

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.

Installation

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

Usage

  1. Navigate to the project directory.
  2. 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.