View source: R/calsheets_asrc.R
read_pdf_form | R Documentation |
Get the field values from a pdf form (AcroForms). This function is a faster,
streamlined alternative to staplr::get_fields
.
read_pdf_form(f)
f |
Path to pdf file. |
A list of the field values.
get_fields
# read the staplr example file pdf = system.file('testForm.pdf', package = 'staplr') head(read_pdf_form(pdf))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.