read_pdf_form: Get fields from a pdf form

View source: R/calsheets_asrc.R

read_pdf_formR Documentation

Get fields from a pdf form

Description

Get the field values from a pdf form (AcroForms). This function is a faster, streamlined alternative to staplr::get_fields.

Usage

read_pdf_form(f)

Arguments

f

Path to pdf file.

Value

A list of the field values.

See Also

get_fields

Examples

# read the staplr example file
pdf = system.file('testForm.pdf', package = 'staplr')
head(read_pdf_form(pdf))


ASRCsoft/atmoschem.datasets documentation built on Feb. 15, 2023, 9:26 a.m.