Skip to contents

summary() method for pdfium_doc. Defers to pdf_doc_summary() so users can call summary(doc) for the single-row tibble of every key fact about the PDF — page count, Info-dictionary metadata, structural feature flags, per-feature counts, the file-ID tuple — in one call.

Usage

# S3 method for class 'pdfium_doc'
summary(object, ...)

Arguments

object

A pdfium_doc from pdf_doc_open().

...

Unused (S3 generic compatibility).

Value

The tibble returned by pdf_doc_summary().

See also