Implementing Barcodes as an Ancillary Output Option
Implementing a barcode involves identifying the need to apply a barcode to a document, defining requirements such as appearance, labeling, and the barcode type to apply. Then you must submit the request with the instructions for the barcode and the transaction data to process the barcode instructions.
barcodeQR"Barcodes are implemented as part of the AncillaryOutputOptions object on several operations used to generate documents, including Generate, SelectAndGenerate, SelectGenerateDeliver (where applicable), Process, SelectGenerateAndSave (where applicable), and AssembleDocuments (where applicable.).
The DocumentSet object is used to apply a unique barcode to individual documents.
<exp:AncillaryOutput>
<!--Zero or more repetitions:-->
<exp:AncillaryOutputOption>
<exp:OutputType>Barcode</exp:OutputType>
<exp:Barcode>
<exp:Type>barcode128</exp:Type>
<exp:Pattern>Page_%page%_of_%totalpages%_%date%_Doc_%docsequence%_of_%docsequencetotal%</exp:Pattern>
<exp:UseCoverPage>True</exp:UseCoverPage>
</exp:Barcode>
</exp:AncillaryOutputOption>
</exp:AncillaryOutput>The barcode is rendered on a generated
document, as follows:
<Tagline/> element within the .REQ file will be
applied to that document's ancillary barcode. For more information, see
Requirements Editor User Guide:
Implementing Barcodes as an Ancillary Output Option- Barcode height can be specified for all Expere-supported ancillary barcode types.
- If no value is specified, then apply the default height value.
- In scenarios where the barcode type is authored in the REQ while the ancillary specifies a different barcode type, the ancillary barcode type will take precedence.
- If a document has a footer and a barcode height defined, it is possible the amount of space defined for the footer will need to be adjusted to get the desired output.
- The maximum barcode height is 44 points / .61 inches. If a larger space is specified when authoring the barcode, additional white space will be reserved, but the barcode height will be 44 points/.61 inches.