Please clarify how to implem开发者_JAVA技巧ent barcode functionality within orbeon 3.9 PE.
The wiki reference (see link) isn't clear on how to implement.
http://wiki.orbeon.com/forms/doc/developer-guide/configuration-properties/configuration-properties-form-runner#TOC-PDF-and-barcode
If you set this property the barcode should appear on the PDF.
<property as="xs:boolean" name="oxf.fr.detail.pdf.barcode.*.*" value="true"/>
This uses the document id as value for the barcode.
This is the only built-in function right now. You can see how this is done in the source here:
https://github.com/orbeon/orbeon-forms/blob/master/src/resources/apps/fr/print/print-pdf-template.xsl
精彩评论