Skip to contents

For 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.

Usage

pdf_annot_file_attachment_name(annot)

Arguments

annot

A pdfium_annot handle from pdf_annotations() or pdf_annot_at().

Value

Character scalar.