Skip to contents

Walks every attachment in the list and reads its name / mime-type / size-bytes into a tibble. Adds handle and source list-columns (ADR-017).

Usage

# S3 method for class 'pdfium_attachment_list'
as_tibble(x, ...)

Arguments

x

A pdfium_attachment_list from pdf_attachments().

...

Unused (S3 generic compatibility).

Value

A tibble with columns attachment_index, name, mime_type, size_bytes, handle, source.

Details

Internally calls the existing bulk reader (cpp_attachments_list) for speed.