Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

New Workflow Objects

Description

Parent Menu

Clear Directory

This workflow object allows files to be deleted, but leaves subfolders intact. Option can be selected to recursively delete files from subfolders.

File/Folders

Wait for File

This workflow object waits for file or wildcard to arrive and then continues wihout loading the file.

File/Folders

Get Temp File Path

This workflow object creates a path to a temporary file that is deleted when the process exits. This prevents filename collision or having to manually clean up temp files.

The Get Temp File object creates a unique temporary folder (TempFolder) and then returns three variables: TempFileName, TempFolder, and TempFilePath.

Anything in this folder path is purged when the process exits.

File/Folders

Security

This workflow object returns a variety of information about users and groups. User Info and Group Info functions return the LDAP path of the object, which can be useful in setting the Domain/LDAP path to a specific OU. It uses the following optionsallows configuration of the security option on the process. The Domain and either a User Name or Group Name can be specified, after selecting the security Mode:

  • User Disabled

  • User Exists

  • User In Group

  • Group Exists

This object supports either a standard domain (domainname) or LDAP string (“OU=OrgUnit,DC=Domain,DC=local, etc”).

A Test button allows testing of the connection parameters.

Choices

Modified Workflow Objects

...

  • Enhanced the Add Barcode workflow object so that (1) it renders the barcodes at native image resolution for raster images (tiff, jpgs, etc.), and (2) for PDF files, it will embed the barcode image at a higher resolution 300 dpi. This should dramatically improve the quality of the barcodes across the board.Added an Anti-Alias option to the Add Barcode object to help smooth out the human-readable text font. This option should be used with caution, because it may also dither the barcode bars and lead to less crisp bars.

  • Changed code so GUI will still open if ABBYY is not found, but a warning message will display every time. Any functions that use OCR will generate an “ABBYY OCR Engine not found” error if they are attempted to be used.

  • Added a Force Dispose to the log handler in the API Client object.

...