Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Paper Clip

**Edit PDF document metadata**


Download on Flathub

## 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
```