extract_metadata: extract_metadata

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Extract metadata from a file

Usage

1
extract_metadata(file, password = NULL)

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.

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

1
2
3
4
5
6
7
## Not run: 
# simple demo file
f <- system.file("examples", "data.pdf", package = "tabulizer")

extract_metadata(f)

## End(Not run)

Logiwo/tabulizer documentation built on May 9, 2019, 1:57 a.m.