Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

PDF_info

PDF document information


Description

Extract document information from a Portable Document Format (PDF) file.

Usage

PDF_info(file)

Arguments

file

A character string giving the path to a PDF file, or an object of class "PDF_doc" giving a reference to a PDF file.

Value

An object of class PDF_info (which has useful format and print methods), containing the information in the PDF Info dictionary (title, subject, keywords, author, creator, producer, creation date, modification date) as well as the number of pages and the page sizes, whether the document is optimized (linearized), and the PDF version it uses.

Examples

file <- system.file(file.path("doc", "Sweave.pdf"), package = "utils")
PDF_info(file)

Rpoppler

PDF Tools Based on Poppler

v0.1-0
GPL-2
Authors
Kurt Hornik [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.