Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/extract_metadata.R
Extract metadata from a file
1 | 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
1 2 3 4 | # simple demo file
f <- system.file("examples", "data.pdf", package = "tabulizer")
extract_metadata(f)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.