Walks the list of annotation handles and reads every documented attribute into a wide tibble. The tibble carries two extra list-columns relative to a simple data extraction:
Arguments
- x
A
pdfium_annot_listfrompdf_annotations().- ...
Unused (S3 generic compatibility).
Value
A tibble with one row per annotation. Columns mirror
the previous pdf_annotations() tibble plus handle and
source.
Details
handle— the originalpdfium_annothandle for that row, so the round-trip back viaas_pdfium_annot_list()preserves R-object identity.source— the parentpdfium_pagefor every row.