View source: R/pdf_write_metadata.R
pdf_write_metadata | R Documentation |
exiftool
.Function to write metadata to a pdf file with exiftool
.
pdf_write_metadata(
file,
author = NA,
title = NA,
subject = NA,
producer = NA,
creator = NA,
verbose = FALSE
)
file |
Vector of |
author |
Author to write to |
title |
Title to write to |
subject |
Subject to write to |
producer |
Producer to write to |
creator |
Creator to write to |
verbose |
Should the function give messages? |
Invisible file
.
Stuart K. Grange
## Not run:
pdf_write_metadata("~/Desktop/document.pdf")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.