Skip to main content

Files Actions

Actions for working with files (pdf, csv)

Add image to PDF

Inserts an image into a PDF at specified coordinates.

Image

ParameterDescription
PDF File Path (input)Path to the source PDF.
PDF File Path (output)Path where the modified PDF will be saved.
Image File PathPath to the image (PNG/JPG…) that will be inserted.
XHorizontal position of the image in points (origin = bottom-left).
YVertical position of the image in points.
WidthTarget width of the image (0 = use original / keep ratio).
HeightTarget height of the image (0 = use original / keep ratio).
Preserve RatioWhen ON, the image keeps its aspect ratio.

Aiviro PDF Reader

Reads invoice content

Image

ParameterDescription
PDF File PathPath to the PDF to read.
Order Number FormatsOne or more regular-expression patterns for order numbers (semicolon-separated).
Item IdentifiersList of item codes / keywords to search for (semicolon-separated).
Order Number Ignore KeywordsWhen ON, specified keywords will be ignored while matching order numbers.
Save to variableVariable that will contain the parsed results.

Extract PDF Custom

Finds specific data using defined rules (e.g., “to the left of the text ‘Order Number’ match regex OBJ\d+”).

Image

ParameterDescription
PDF File PathPath to the PDF to be parsed.
Save to variableName of the variable that will receive the extracted data.
Search ElementsList of Key → Element pairs: each key maps to a specific element (text, image, table…) found in the PDF.

Load CSV File

Loads the selected CSV file so its data can be used in the scenario.

Image

ParameterDescription
File PathPath to the CSV file.
Result typeHow the data will be returned (e.g., LIST_OF_DICT).
Save to variableVariable that receives the loaded data.