A simple GUI editor for PDF metadata using ExifTool.
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
npm run dev