... |
... |
@@ -21,7
+21,7 @@ |
21 |
21 |
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}} |
22 |
22 |
|
23 |
23 |
* **Name of output variable** (optional) |
24 |
|
-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)>>Main.Word (Fill)]] or [[PDF (Fill)>>Main.PDF - Fill]] for including the barcode in documents. The syntax for including the image data is as follows: |
|
24 |
+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: |
25 |
25 |
** Word (Fill): {{code}}<Name of output variable>.b64img(){{/code}} |
26 |
26 |
** PDF (Fill): {{code}}<Name of output variable>-b64img{{/code}} |
27 |
27 |
|