Name of the file attached to a file-attachment annotation
Source:R/annot_class.R
pdf_annot_file_attachment_name.RdFor annotations of subtype "fileattachment", returns the
attached file's name (UTF-8) — the same value that surfaces in
the file_attachment_name column of as_tibble(pdf_annotations()).
Empty string for any other annotation subtype. Wraps
FPDFAnnot_GetFileAttachment + FPDFAttachment_GetName.
Arguments
- annot
A
pdfium_annothandle frompdf_annotations()orpdf_annot_at().