Changes for page Barcode-Plugin


From version 7.1
edited by gru
on 29.06.2021, 14:15
Change comment: Renamed back-links.
To version 8.2
edited by gru
on 22.07.2022, 13:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,9 +7,9 @@
7 7  == Plugin parameters ==
8 8  
9 9  {{id name="fig_plugin_barcode"/}}
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}}
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.Designer.Workflow.Actions.FillWordDocument.WebHome]] or [[PDF (Fill)>>doc:Formcycle.Designer.Workflow.Actions.FillPdfDocument.WebHome]]{{/figure}}
11 11  {{id name="fig_barcode_doc_en"/}}
12 -{{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}}
12 +{{figure image="barcode_doc_en.png"}}Including a QR code in a document using [[Word (Fill)>>doc:Formcycle.Designer.Workflow.Actions.FillWordDocument.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.Designer.Workflow.Actions.FillWordDocument.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}}
13 13  
14 14  * **Format** (Mandatory)
15 15  Selction of the desired barcode format. The following formats are available: //UPC-A//, //UPC-E//, //EAN-8//, //EAN-13//, //CODE 39//, //CODE 93//, //CODE 128//, //ITF//, //CODABAR//, //DATAMATRIX//, //PDF417//, //QR// and //AZTEC//.
... ... @@ -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.FormDesigner.Workflow.Actions.FillWordDocument.WebHome]] or [[PDF (Fill)>>doc:Formcycle.Designer.Workflow.Actions.FillPdfDocument.WebHome]] for including the barcode in documents. The syntax for including the image data is as follows:
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.Designer.Workflow.Actions.FillWordDocument.WebHome]] or [[PDF (Fill)>>doc:Formcycle.Designer.Workflow.Actions.FillPdfDocument.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