getexif: Get Exif information

Description Usage Arguments Value Examples

View source: R/functions_exif.R

Description

getexif get pdf information from files.

Usage

1
2
getexif(file, exiftool = "D:/remiPatin/Recherche/project/exiftool.exe",
  opts = NULL, intern = TRUE, simplify = FALSE)

Arguments

file:

the file to be updated

exiftool:

the path to the ExifTool binary

opts:

additional arguments to ExifTool (optional)

intern:

should a named vector of metadata be returned? (bool)

simplify:

if intern==TRUE, should the results be returned as a named vector (TRUE) or as a data.frame (FALSE)?

Value

the pdf metadata

Examples

1
getexif(file, exiftool='D:/remiPatin/Recherche/project/exiftool.exe', opts=NULL, intern=TRUE, simplify=FALSE)

rpatin/pdfbookmarks documentation built on May 28, 2019, 12:36 a.m.