An advanced GUI editor for PDF Metadata. It is a Java-based graphical user interface (GUI) application that allows users to edit metadata in PDF files. The application utilizes Apache PDFBox as its core library for PDF processing and metadata manipulation.
Prebuilt installers for all supported operating systems can be found from the official website or from the releases section in this repository.
flatpak install flathub me.broken_by.PdfMetadataEditorArch Linux users can install the package from the AUR.
yay -S pdf-metadata-editor-binmvn clean package -DskipTests -Dpackages.skip=trueYou will find the app JAR in modules/editor-gui/target/jar/
mvn clean package -DskipTestsThis will build all supported installers for your current OS and
place them in modules/editor-gui/target/packages/
Documentation is available at the Help page
Distributed under the GPL v3 License. See the LICENSE file for more information.