开发者

Is there any documentation for how to implement barcodes in xforms

开发者 https://www.devze.com 2023-03-05 06:46 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消