This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; -*- lexical-binding: t -*- | |
;; UPDATE 2024-11-12: I am currently in development of pdf-meta-edit.el | |
;; (https://github.com/krisbalintona/pdf-meta-edit) which is meant to be a | |
;; featureful package that covers the use-case below and more. | |
;;; Modify PDF metadata | |
;; Emacs wrapper and convenience functions for changing package metadata using | |
;; pdftk. Only tested on Linux; requires the pdftk binary. See | |
;; https://unix.stackexchange.com/a/72457 for more information on the CLI |