PDF document information
Extract document information from a Portable Document Format (PDF) file.
PDF_info(file)
file |
A character string giving the path to a PDF file, or an
object of class |
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.
file <- system.file(file.path("doc", "Sweave.pdf"), package = "utils") PDF_info(file)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.