extract_metadata: extract_metadata

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

View source: R/extract_metadata.R

Description

Extract metadata from a file

Usage

1

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 tempdir() before processing. FALSE by default. The argument is ignored if file is URL.

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
# simple demo file
f <- system.file("examples", "data.pdf", package = "tabulizer")

extract_metadata(f)

tabulizer documentation built on May 1, 2019, 7:29 p.m.