View source: R/extract_metadata.R
extract_metadata | R Documentation |
Extract metadata from a file
extract_metadata(file, password = NULL, copy = FALSE)
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
|
This function extracts metadata from a PDF
A list.
Thomas J. Leeper <thosjleeper@gmail.com>
extract_tables
, extract_areas
, extract_text
, split_pdf
# simple demo file
f <- system.file("examples", "mtcars.pdf", package = "tabulapdf")
extract_metadata(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.