sharapeco / pdf-meta-editor

A simple GUI editor for PDF metadata using ExifTool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple GUI editor for PDF metadata using ExifTool

License:MIT License


Languages

Language:TypeScript 89.8%Language:CSS 6.0%Language:HTML 2.8%Language:SCSS 1.5%