This is an experimental function.
rtf_convert_format(
input,
output_file = NULL,
output_dir = ".",
format = "pdf",
overwrite = FALSE
)
A vector of file paths for the converted files.
A vector of file paths for the input file to be converted.
A vector of filename for the output file. Default is the same filename for input.
The output directory for the converted output_dir
.
Converted file format extension. Currently support "pdf" or "docx"
logical; should existing destination files be overwritten?
Convert RTF files to PDF or DOCX files. Require libreoffice
.