Changes for page Barcode-Plugin


From version 4.1
edited by gru
on 29.06.2021, 09:46
Change comment: Renamed back-links.
To version 5.1
edited by gru
on 29.06.2021, 14:04
Change comment: Renamed back-links.

Summary

Details

Page properties
Content
... ... @@ -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.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:
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.FormDesigner.Workflow.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