Package: qpdf
Type: Package
Title: Split, Combine and Compress PDF Files
Version: 1.4.1
Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"),
email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289")),
person("Ben", "Raymond", role = "ctb"),
person("Jay Berkenbilt", role = "cph", comment = "Author of libqpdf"))
Description: Content-preserving transformations transformations of PDF
files such as split, combine, and compress. This package
interfaces directly to the 'qpdf' C++ library
and does not require any command
line utilities. Note that 'qpdf' does not read actual content
from PDF files: to extract text and data you need the
'pdftools' package.
License: Apache License 2.0
URL: https://docs.ropensci.org/qpdf/
https://ropensci.r-universe.dev/qpdf
BugReports: https://github.com/ropensci/qpdf/issues
Encoding: UTF-8
Imports: Rcpp, askpass, curl
LinkingTo: Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests: testthat
SystemRequirements: libjpeg
Config/pak/sysreqs: libjpeg-dev libssl-dev
Repository: https://ropensci.r-universe.dev
Date/Publication: 2026-03-12 22:26:43 UTC
RemoteUrl: https://github.com/ropensci/qpdf
RemoteRef: master
RemoteSha: b5053559dc183ca194ace32fcec0de33bdae7dfe
NeedsCompilation: yes
Packaged: 2026-06-23 16:38:14 UTC; root
Author: Jeroen Ooms [aut, cre] (ORCID: ),
Ben Raymond [ctb],
Jay Berkenbilt [cph] (Author of libqpdf)
Maintainer: Jeroen Ooms