zipDOCXTemplate
Package unzipped DOTX template into DOTX file
Description
zipDOCXTemplate(
zips the unzipped template files specified by the directory
unzippedTemplateFolder
)unzippedTemplateFolder
. The resulting zipped template file name is the
name specified in unzippedTemplateFolder
, plus the file extension
.dotx
. The zipped template folder structure duplicates the folder
structure of the unzipped template. The file names in the unzipped template must contain
only ASCII characters. The unzipped directory must contain a valid DOTX template package
structure based on OOXML standard.
zipDOCXTemplate(
packages the unzipped DOTX template into the file specified by
zippedTemplate
,unzippedTemplateFolder
)zippedTemplate
. The resulting compressed template preserves the
directory structure of the uncompressed template. The zipDOCXTemplate
function zips all of the files in the unzipped template folder, including files in
subfolders.