PDF_info {Rpoppler} | R Documentation |
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 |
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)
[Package Rpoppler version 0.1-2 Index]