output_mapping (attribute of Template Tag)


Description


The output_mapping attribute is used to send data to e.g. a PDF document generator.

Output_mapping allows you to generate, in addition to PDF, an XML file with a different structure than the input data. That is, you have the data in its original form, and you generate, for example, an invoice in PDF and XML with data for electronic exchange. If the resulting structure differs strongly from the input, you may need to add 'invisible' elements to the template, which do not 'print' anything, but only process the data.