pdf_write_metadata: Function to write metadata to a pdf file with 'exiftool'.

View source: R/pdf_write_metadata.R

pdf_write_metadataR Documentation

Function to write metadata to a pdf file with exiftool.

Description

Function to write metadata to a pdf file with exiftool.

Usage

pdf_write_metadata(
  file,
  author = NA,
  title = NA,
  subject = NA,
  producer = NA,
  creator = NA,
  verbose = FALSE
)

Arguments

file

Vector of .pdf file names.

author

Author to write to file.

title

Title to write to file.

subject

Subject to write to file.

producer

Producer to write to file.

creator

Creator to write to file.

verbose

Should the function give messages?

Value

Invisible file.

Author(s)

Stuart K. Grange

Examples


## Not run: 
pdf_write_metadata("~/Desktop/document.pdf")

## End(Not run)


skgrange/threadr documentation built on May 11, 2024, 12:16 p.m.