Changes for page Barcode-Plugin


From version 3.1
edited by gru
on 29.06.2021, 09:46
Change comment: Renamed back-links.
To version 1.1
edited by awa
on 20.01.2021, 16:19
Change comment: Imported from XAR

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gru
1 +XWiki.awa
Content
... ... @@ -1,11 +1,10 @@
1 1  [[**Plugin download**>>url:https://customer.formcycle.eu/index.php/apps/files/?dir=/FORMCYCLE%20-%20Plugins%20Customer/fc-plugin-bundle-barcode&fileid=6474||target="_blank"]] (requires login)
2 2  
3 -The Barcode plugin allows users to create barcodes (from form data). This plugin is subject to additional charge.
3 +The Barcode plugin allows users to create barcodes (from form data).
4 4  
5 5  A plugin installation guide can be found [[here>>doc:Formcycle.UserInterface.Client.Plugins.WebHome]].
6 6  
7 7  == Plugin parameters ==
8 -
9 9  {{id name="fig_plugin_barcode"/}}
10 10  {{figure image="plugin_barcode_en.png"}}Configuration UI of the Barcode plugin. The content of the barcode can be generated from form input using [[placeholders>>doc:Formcycle.UserInterface.Variables.WebHome]]. The output variable may be used for subsequent workflow actions such as [[Word (Fill)>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.WordFill.WebHome]] or [[PDF (Fill)>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.PDFFill.WebHome]]{{/figure}}
11 11  {{id name="fig_barcode_doc_en"/}}
... ... @@ -25,7 +25,7 @@
25 25  Name of the image file to be generated. The **file extension** has to be given. The following file extensions are possible: {{code language="none"}}.png{{/code}}, {{code language="none"}}.jpg{{/code}}, {{code language="none"}}.jpeg{{/code}}, {{code language="none"}}.bmp{{/code}}, {{code language="none"}}.gif{{/code}}
26 26  
27 27  * **Name of output variable** (optional)
28 -The variable allows access to the image data ({{code language="none"}}Base64{{/code}} data) of the barcode. The variable name can not contain whitespaces. Other actions can access the image data via this variable, e.g. [[Word (Fill)>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.WordFill.WebHome]] or [[PDF (Fill)>>doc:Formcycle.FormDesigner.Workflow.Actions.PDFFill.WebHome]] for including the barcode in documents. The syntax for including the image data is as follows:
27 +The variable allows access to the image data ({{code language="none"}}Base64{{/code}} data) of the barcode. The variable name can not contain whitespaces. Other actions can access the image data via this variable, e.g. [[Word (Fill)>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.WordFill.WebHome]] or [[PDF (Fill)>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.PDFFill.WebHome]] for including the barcode in documents. The syntax for including the image data is as follows:
29 29  ** Word (Fill): {{code language="none"}}<Name of output variable>.b64img(){{/code}}
30 30  ** PDF (Fill): {{code language="none"}}<Name of output variable>-b64img{{/code}}
31 31