Walks the list of field handles and reads every documented
AcroForm property into a wide tibble. Adds two list-columns
relative to a simple data extraction: handle (the
pdfium_form_field per row) and source (the parent
pdfium_doc).
Arguments
- x
A
pdfium_form_field_listfrompdf_form_fields().- ...
Unused (S3 generic compatibility).
Value
A tibble matching the previous pdf_form_fields()
shape plus handle + source columns.