About Arbortext Styler > Publishing XML Documents as RTF Files > Using Batch Processing to Publish RTF Files
  
Using Batch Processing to Publish RTF Files
You can use Arbortext Import/Export to publish documents in an unattended, or batch, fashion. Use the following ACL function when publishing documents in batch mode.
document_exportInFileoutFilestyleFilelogFilenFlags
The document_export command can be run from the Arbortext Editor command line, or placed in a .bat or script file and scheduled to run at some other time. Use the following syntax for publishing documents (where the parameters are replaceable values, as described in document_export in Arbortext Command Language Reference):
* 
The syntax examples specify when quotes are required.
<Arbortext-path>\bin\epic -c "document_export('inFile','outFile','styleFile','logFile',1)"