Encoding: UTF-8 Package: xmpdf Type: Package Title: Edit 'XMP' Metadata and 'PDF' Bookmarks and Documentation Info Version: 0.2.1 Description: Edit 'XMP' metadata in a variety of media file formats as well as edit bookmarks (aka outline aka table of contents) and documentation info entries in 'pdf' files. Can detect and use a variety of command-line tools to perform these operations such as 'exiftool' , 'ghostscript' , and/or 'pdftk' . Authors@R: c(person("Trevor L", "Davis", role=c("aut", "cre"), email="trevor.l.davis@gmail.com", comment = c(ORCID = "0000-0001-6341-4639")), person("Linux Foundation", role="dtc", comment = 'Uses some data from the "SPDX License List" ')) License: MIT + file LICENSE URL: https://trevorldavis.com/R/xmpdf/dev/ BugReports: https://github.com/trevorld/r-xmpdf/issues LazyData: true LazyLoad: yes Imports: brio, datetimeoffset (>= 0.2.1), grDevices, jsonlite, purrr, R6, rlang, stringi, tools, utils Suggests: exiftoolr, grid, knitr, qpdf, pdftools, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr, rmarkdown SystemRequirements: 'ghostscript' or 'pdftk' for editing pdf bookmarks and/or documentation info entries. 'exiftool' for editing pdf documentation info entries and/or xmp metadata. Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Config/testthat/edition: 3 Config/pak/sysreqs: libimage-exiftool-perl libicu-dev Repository: https://trevorld.r-universe.dev Date/Publication: 2026-05-09 06:34:38 UTC RemoteUrl: https://github.com/trevorld/r-xmpdf RemoteRef: HEAD RemoteSha: 4df6c02b24dec229569905be4798b024423b2d84 NeedsCompilation: no Packaged: 2026-06-08 08:09:48 UTC; root Author: Trevor L Davis [aut, cre] (ORCID: ), Linux Foundation [dtc] (Uses some data from the "SPDX License List" ) Maintainer: Trevor L Davis