extract_metadata {tabulapdf} | R Documentation |
extract_metadata
Description
Extract metadata from a file
Usage
extract_metadata(file, password = NULL, copy = FALSE)
Arguments
file |
A character string specifying the path or URL to a PDF file. |
password |
Optionally, a character string containing a user password to access a secured PDF. |
copy |
Specifies whether the original local file(s) should be copied to
|
Details
This function extracts metadata from a PDF
Value
A list.
Author(s)
Thomas J. Leeper <thosjleeper@gmail.com>
See Also
extract_tables
, extract_areas
, extract_text
, split_pdf
Examples
# simple demo file
f <- system.file("examples", "mtcars.pdf", package = "tabulapdf")
extract_metadata(f)
[Package tabulapdf version 1.0.5-3 Index]