Package: pdftables Type: Package Title: Programmatic Conversion of PDF Tables Version: 0.1 Date: 2016-02-15 Authors@R: person("Eric", "Persson", email = "expersso5@gmail.com", role = c("aut", "cre")) Description: Allows the user to convert PDF tables to formats more amenable to analysis ('.csv', '.xml', or '.xlsx') by wrapping the PDFTables API. In order to use the package, the user needs to sign up for an API account on the PDFTables website (). The package works by taking a PDF file as input, uploading it to PDFTables, and returning a file with the extracted data. License: CC0 URL: https://www.github.com/expersso/pdftables , https://pdftables.com BugReports: https://www.github.com/expersso/pdftables/issues Imports: httr, tools VignetteBuilder: knitr Suggests: knitr, rmarkdown RoxygenNote: 5.0.1 Config/pak/sysreqs: libssl-dev Repository: https://expersso.r-universe.dev Date/Publication: 2016-08-15 09:13:56 UTC RemoteUrl: https://github.com/expersso/pdftables RemoteRef: HEAD RemoteSha: cddb18a7c991f040b3b9fc0934bc14ec90b2e33d NeedsCompilation: no Packaged: 2026-07-06 07:19:23 UTC; root Author: Eric Persson [aut, cre] Maintainer: Eric Persson