top of page

Builder Components

checks.png
speech_balloon_question.png
graph_self_loop.png
document_attachment.png

If then else

Select from a number of test options giving a true/false where you can add multiple actions for each result.

Multiple Choice

Make a number of tests including 'All' and 'Any' giving a true/false where you can add multiple actions for each result.

Number Loop

Loop a specified number of times starting at a number, incrementing and performing a list of actions on each loop.

Add current page to a new data view

Takes the current page from within a loop and adds it to a new data view. Great when used within a decision.

tables.png
index.png

Create a new data view

Map data blocks from one data view to another.

Create dynamic data views

Takes pages in a loop and adds them to dynamically named data views while keeping an index.

cut.png

Cut a data view into lines

Cut a data view into a certain number of lines.

document_footer.png
documents_exchange.png

Data fixer

Fix data to lines based on text.

Data loop

Loop through pages in a data view performing a list of actions for each page.

garbage.png
find_replace.png

Delete a data view

Delete an existing data view.

Find and replace

Find and replace data in a data view.

print_layout_continous.png

Repagination

Repaginate a data view based on end of header, start of footer and number of lines.

floppy_disk.png
data.png
datastop.png

Write a data view to file

Writes the contents of a data view to a file.

Database open connection

Opens a database connection. Connect using SQL, oledb or odbc.

Close a database connection

Close the specified database connection.

table_selection_range.png
table_Insert.png
mail_out.png
copy.png
folder_add.png

Database query designer

Write a query to a database table.

Database insert/update

Insert or update records in a database table.

Send an smtp email with security

Sends an email directly to an smtp server using account details.

Copy a file

Copies or moves a file. Renaming the file if required.

Create a directory

Create a new directory.

folder_delete.png
document_delete.png
document_read.png
contract.png
document_unzip.png
document_zip.png
console.png
folder.png
document_notebook.png
barcode.png
objects_exchange.png
document_selection.png
Split_Image_Barcode.png
tiff_append.png
image_split.png
printer.png
pdf_extract_text.png
pdf_merge.png
pdf_print.png
pdf_watermark.png
elements.png
elements_delete.png
ocr_text_blocks.png
ocr_text_blocks_file.png
signpost2.png

Delete a directory

Delete a specified directory.

Delete a file

Delete a specified file.

Read from a file

Read text from a file into a dataview.

Write to a file

Write text out to a file either from a dataview or variables.

Unzip files

Unzip files to a directory.

Zip files

Zip files into a zip file.

Command line

Run a command or command file.

List of Actions

A list of actions.

Log an event

Add an entry to the procedure's log file.

Barcode reading

Read a barcode from an image and add the result to a data view.

Image conversion

Convert an image to pdf.

OCR a whole document

OCR a document and pass the text result to a data view.

Split an image with barcode

Split an image into smaller files when a barcode is found.

Tiff append pages

Append pages to an existing tiff file.

Tiff split multi page

Split a multi page tiff file into single files.

Print/Export

Design an output page, add variable data and print to a printer or PDF.

Extract text from a pdf

Extract the formatted text from a pdf file and pass it to a data view.

Merge pdf files

Merge multiple pdf files into a single file.

Simple PDF print

Print a pdf using Ghostscript.

Watermark/Metadata

Add a watermark and metadata to a pdf.

Create/Append a user variable

Create and populate user variables.

Delete server variables

Delete all user variables.

Extract text using templates to workflow

Use templates from the Template Builder to ocr text from documents and update a table.

Extract text blocks using templates to file

Use templates from the Template Builder to ocr text from documents and add them to a file.

Workflow Branch

Create a workflow using variable data, specifying a workflow page, and decide whether to send an email to the user.

Pronto Specific components

These components allow connectivity and execution of apis available from Pronto.

​

Pronto_api_login.png
pronto_api_post.png

Log in to the api

Logs into the api using the specified credentials and returns a token

Pronto api generic post

Sends a post to the api using the xml supplied and the api reply value is returned.

bottom of page