Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diego-ivan/paper-clip
Edit PDF document metadata
https://github.com/diego-ivan/paper-clip
editor gnome-circle gtk4 libadwaita metadata pdf vala
Last synced: 1 day ago
JSON representation
Edit PDF document metadata
- Host: GitHub
- URL: https://github.com/diego-ivan/paper-clip
- Owner: Diego-Ivan
- License: gpl-3.0
- Created: 2023-01-28T20:19:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T22:07:44.000Z (5 months ago)
- Last Synced: 2025-01-29T09:41:10.194Z (2 days ago)
- Topics: editor, gnome-circle, gtk4, libadwaita, metadata, pdf, vala
- Language: Vala
- Homepage: https://apps.gnome.org/app/io.github.diegoivan.pdf_metadata_editor/
- Size: 895 KB
- Stars: 49
- Watchers: 2
- Forks: 20
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## Features
Edit:
* Title
* Author
* Creator
* Producer
* Creation Date
* Modification Date
* Keywords## Conduct
This project follows the [GNOME Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct)
## Flathub
The only official distribution format for Paper Clip is Flathub. Any other distribution format is unofficial and discouraged.
## GNOME Builder
Paper Clip comes with a Flatpak manifest, and it it can be compiled and executed in GNOME Builder just by cloning the repository and clicking on the play button.
## Manual Building
The following are required to build Paper Clip
```
libpoppler
libexempi
libadwaita-1
gtk4
glib-2.0
gio-2.0
gobject-2.0
valac
meson
ninja
```Clone the repository, and in the directory, run:
```
meson builddir
cd builddir
meson compile
```