All Projects → arrufat → pdftag

arrufat / pdftag

Licence: GPL-3.0 License
A simple metadata editor for PDFs for Linux and Windows

Programming Languages

vala
323 projects
Meson
512 projects

Projects that are alternatives of or similar to pdftag

Crema
Meta data server & client tools for game development
Stars: ✭ 61 (+27.08%)
Mutual labels:  metadata, metadata-editor
feast-java
Feast Java Components
Stars: ✭ 12 (-75%)
Mutual labels:  metadata
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (-47.92%)
Mutual labels:  metadata
Playhouse
A Playground for HTML/CSS/JavaScript
Stars: ✭ 28 (-41.67%)
Mutual labels:  gtk
tasks
Synced tasks and reminders on elementary OS
Stars: ✭ 79 (+64.58%)
Mutual labels:  gtk
scalaui
Scala Native GUI framework based on libui
Stars: ✭ 56 (+16.67%)
Mutual labels:  gtk
csak
Cartel Swiss Army Knife for Android devices - easy to use toolkit for Android devices
Stars: ✭ 18 (-62.5%)
Mutual labels:  gtk
audnexus
An audiobook data aggregation API, combining multiple sources of data into one, consistent source.
Stars: ✭ 18 (-62.5%)
Mutual labels:  metadata
isogeo-plugin-qgis
Isogeo plugin for QGIS
Stars: ✭ 13 (-72.92%)
Mutual labels:  metadata
postcss-font-grabber
A postcss plugin, it grabs remote font files and update your CSS, just like that.
Stars: ✭ 26 (-45.83%)
Mutual labels:  metadata
serrano
Low level Ruby client for Crossref
Stars: ✭ 26 (-45.83%)
Mutual labels:  metadata
Abrus-gtk-theme
Abrus is a stylish Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 25 (-47.92%)
Mutual labels:  gtk
169254
📟 A simple API that simulate AWS EC2's metadata endpoint
Stars: ✭ 15 (-68.75%)
Mutual labels:  metadata
peppy
Project metadata manager for PEPs in Python
Stars: ✭ 29 (-39.58%)
Mutual labels:  metadata
principles
Remember Dieter Rams' ten principles of good design on elementary OS
Stars: ✭ 38 (-20.83%)
Mutual labels:  gtk
ordne
A Simple Pomodoro Timer for Elementary OS
Stars: ✭ 13 (-72.92%)
Mutual labels:  gtk
nicotine-plus
Graphical client for the Soulseek peer-to-peer network
Stars: ✭ 601 (+1152.08%)
Mutual labels:  gtk
nft.storage
😋 Free decentralized storage and bandwidth for NFTs on IPFS and Filecoin.
Stars: ✭ 309 (+543.75%)
Mutual labels:  metadata
parse-md
Parse Markdown file's metadata from its content
Stars: ✭ 15 (-68.75%)
Mutual labels:  metadata
lightdm-gtk-greeter
A GTK greeter for LightDM
Stars: ✭ 63 (+31.25%)
Mutual labels:  gtk

Pdftag

A simple metadata editor for PDFs

pdftag

Introduction

The main goal of Pdftag is to provide a simple and usable solution to edit metadata found in PDFs.

Other more complex solutions exist to manipulate PDFs, but they may have dependencies on Java and may be not completely free.

This project makes use of the poppler library for all the PDF information reading and writing.

It is written in Vala and GTK+, meaning it is fast and has a small memory footprint.

Features

Pdftag supports editing the following PDF tags:

  • Title
  • Author
  • Subject
  • Keywords
  • Producer
  • Creator
  • Creation date
  • Modification date

It also displays useful non-editable information:

  • PDF format
  • Number of pages

Compiling and installing

To build Pdftag you need the following dependencies (including development files):

  • meson (build only)
  • ninja (build only)
  • vala (build only)
  • gtk3
  • poppler-glib

Then run

meson build --prefix=/usr/local (or your preferred installation prefix)
ninja -C build
ninja -C build install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].