XFA Specification
Chapter 16, Config Specification
Config Element Reference
682
The batchOutput element
This option specifies if the processing is required to be done in batch mode.
<batchOutput
Properties:
desc="cdata"
format="none
|
zip
|
zipCompress
|
concat"
>
</batchOutput>
Batching - Under certain conditions, one might like to produce a different pdf output file for each input
record. These different pdf files need to be then packaged into one single file. This process of generating
different pdf output files, one for each record, and subsequently, packaging them all into one file is called
"batching".
The desc property
An attribute to hold human-readable metadata.
The format property
This attribute supplies the format of the output batch file.
none
Batching mode would be turned off, i.e. the output will not be put in a batch.
zip
The output would be a standard zip file (without any compression).
zipCompress
The output would be a compressed zip file.
concat
The output batch file would be in a properietary format.
Home Index Bookmark Pages
Pages: Home Index All Pages