powered by
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.
idenfity_form_fields(input_filepath = NULL, output_filepath = NULL, overwrite = TRUE)
the path of the input PDF file. The default is set to NULL. IF NULL, it prompt the user to select the folder interactively.
the path of the output PDF file. The default is set to NULL. IF NULL, it prompt the user to select the folder interactively.
If a file exists in output_filepath, should it be overwritten.
output_filepath
# NOT RUN { pdfFile = system.file('testForm.pdf',package = 'staplr') idenfity_form_fields(pdfFile, 'testOutput.pdf') # }
Run the code above in your browser using DataLab