Learn R Programming

staplr (version 2.9.0)

idenfity_form_fields: Identify text form fields

Description

Helps identification of text forum fields by creating a file that is filled with field names. Some pdf editors show field names when you mouse over the fields as well.

Usage

idenfity_form_fields(input_filepath = NULL, output_filepath = NULL,
  overwrite = TRUE)

Arguments

input_filepath

the path of the input PDF file. The default is set to NULL. IF NULL, it prompt the user to select the folder interactively.

output_filepath

the path of the output PDF file. The default is set to NULL. IF NULL, it prompt the user to select the folder interactively.

overwrite

If a file exists in output_filepath, should it be overwritten.

Examples

Run this code
# NOT RUN {
pdfFile = system.file('testForm.pdf',package = 'staplr')
idenfity_form_fields(pdfFile, 'testOutput.pdf')
# }

Run the code above in your browser using DataLab