Changes for page Barcode-Plugin
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. nlo1 +XWiki.gru - Default language
-
... ... @@ -1,0 +1,1 @@ 1 +de - Content
-
... ... @@ -1,10 +1,12 @@ 1 - TheBarcodepluginowserstocreatebarcodes (from formdata).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. 4 + 3 3 A plugin installation guide can be found [[here>>doc:Formcycle.UserInterface.Client.Plugins.WebHome]]. 4 4 5 5 == Plugin parameters == 6 6 {{id name="fig_plugin_barcode"/}} 7 -{{figure image="plugin_barcode_en.png"}}Configuration UI of the Barcode plugin. 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}} 9 +{{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}} 8 8 {{id name="fig_barcode_doc_en"/}} 9 9 {{figure image="barcode_doc_en.png"}}Including a QR code in a document using [[Word (Fill)>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.WordFill.WebHome]]. On the left is a Word document containing a control element with the value of the barcode variable. For more information about how to fill Word documents look [[here>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.WordFill.PreparationWord.WebHome]]. After the workflow processing has been executed with a barcode plugin action and a Word (Fill) action the document on the right is generated.{{/figure}} 10 10 ... ... @@ -19,12 +19,12 @@ 19 19 * If this is not the case an error will occur during plugin execution. 20 20 21 21 * **Name of output file** (Mandatory) 22 -Name of the image file to be generated. The **file extension** has to be given. The following file extensions are possible: {{code}}.png{{/code}}, {{code}}.jpg{{/code}}, {{code}}.jpeg{{/code}}, {{code}}.bmp{{/code}}, {{code}}.gif{{/code}} 24 +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}} 23 23 24 24 * **Name of output variable** (optional) 25 -The variable allows access to the image data ({{code}}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: 26 -** Word (Fill): {{code}}<Name of output variable>.b64img(){{/code}} 27 -** PDF (Fill): {{code}}<Name of output variable>-b64img{{/code}} 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: 28 +** Word (Fill): {{code language="none"}}<Name of output variable>.b64img(){{/code}} 29 +** PDF (Fill): {{code language="none"}}<Name of output variable>-b64img{{/code}} 28 28 29 29 * **Width** (Mandatory) 30 30 Width of the barcode