/pdf-meta-editor

A simple GUI editor for PDF metadata using ExifTool

Primary LanguageTypeScriptMIT LicenseMIT

PDF Meta Editor

A simple GUI editor for PDF metadata using ExifTool.

Screenshot

Getting Started

This editor requires ExifTool. You can install ExifTool with some package managers.

# Ubuntu, etc.
sudo apt install exiftool

# macOS
brew install exiftool

# Windows
choco install exiftool

To build, it uses npm, just type following command.

npm run build

Development

npm run dev