Transact

⌘K
  1. Home
  2. Transact
  3. Features and Functions
  4. Administrator Role and Fe...
  5. Modules and Plugins
  6. Export Module
  7. Multipage Export Plugin

Multipage Export Plugin

Introduction

Available: on-premises, cloud

The Multipage Export plugin is a custom plugin available for Ephesoft Transact.

This plugin runs in the Export module and generates multipage PDF and TIF files in the final drop folder for each document type in a batch. The Multipage Export plugin is a refactored version of the Create Multipage Files plugin. It removes inefficiencies, leading to the following improvements and changes:

  • Improved OCR quality
  • Improved output PDF quality
  • A larger selection of output file size options
  • Reduced processing time

Prerequisites

To use the Multipage Export plugin, the following prerequisites must be in place:

  • You will need to download the Multipage Export plugin from the Ephesoft Customer Support Portal Downloads page. Please review the Release Notes for details about the available plugin versions.
  • You will need a batch class with a document type configured. For detailed steps, refer to Add New Document Type.
  • You will need to remove the CREATE_MULTIPAGE_FILES plugin and its dependencies from the batch class. You can control plugin dependencies from System Configuration > Workflow Management. Refer to Workflow Management for more information.

Deployment Overview

Here is a high-level overview of the steps to deploy the Multipage Export plugin:

  1. Import the Multipage Export plugin to Transact.
  2. Add the plugin to your batch class.
  3. Restart Transact.
  4. Configure the plugin according to your workflow requirements.

Importing the Plugin

For on-premises environments, you will need to import the plugin into Transact. Refer to Importing Custom Plugins and follow the steps listed there.

This plugin is automatically available in Transact Cloud environments.

Adding the Multipage Export Plugin

To add the Multipage Export plugin to your batch class, perform the following steps:

  1. From the Batch Class Management page, select your batch class and click Open.
  2. Go to Modules > Export.
  3. If you have not done so already, remove the CREATEMULTIPAGE_FILES plugin and its dependencies. Refer to the Prerequisites for steps.
  4. Add the MULTI_PAGE_EXPORT plugin from the Associated Plugins to the Selected Plugins column. This should be the first plugin in the Export module.
  5. Click Deploy.
  6. Restart Transact.

Configuring the Multipage Export Plugin

Perform the following steps to configure the Multipage Export plugin.

  1. In your batch class, go to Modules > Export > MULTI_PAGE_EXPORT.

Figure 1. Plugin Configuration

  1. Set the Multi Page Export Switch to On.
  2. Configure the remaining properties according to your workflow requirements. Refer to the following table for more information.
Configurable Property Options Description
Multi-Page Export Switch
  • ON
  • OFF
This switch enables the plugin.
PDF Creation Process
  • iText
  • System Default
  • OFF
This property determines the underlying technology to create PDF files.

Note: System Default uses RecoStar.

This plugin can create both TIFs and PDFs. When this property is set to OFF, Transact will not create PDFs.

Use Original PDF Pages
  • NO
  • When EText Detected
This property determines whether Transact will use a transformed image when a text layer is detected, or use the originally uploaded PDF.
PDF Compression Profile
  • System Default Compression
  • Higher Quality / Low Compression
  • High Quality / Medium Compression (recommended)
  • Medium Quality / High Compression
  • Lower Quality / Max Compression
This property determines the compression profile for the created PDFs.

Based on your selection, this property will balance file size against the expected quality of images, text, and other file content.

System Default Compression uses a single-stage compression method. All other profiles use a dual-stage compression method.

PDF Compliance
  • None
  • PDF/A (for use with iText created PDFs)
This property determines if the exported PDF files will be PDF/A-1b compliant.

Note: To select PDF/A, the PDF Creation Process must be set to iText. Documents will not go through PDF/A-1b transformation if:

  • Use Original PDF Pages is set to When EText Detected.
  • PDF Creation Process is set to System Default.
TIF Creation Process
  • OFF
  • ON
This plugin can create both TIFs and PDFs. When this property is set to OFF, Transact will not create TIFs.

Note: The Multipage Export plugin can create both PDF and TIF files for export, depending on your configuration. Refer to the following table as a guideline for determining your output file types.

Output File Types PDF Creation Process TIF Creation Process
PDF only iText or Default OFF
PDF and TIF iText or Default ON
TIF only OFF ON
  1. Click Apply to update the batch class.
  2. Click Deploy to update the workflow.

You have successfully configured the Multipage Export plugin for your batch class.

Removing the Multipage Export Plugin

This section describes how to remove the Multipage Export plugin. When installing a newer version of a custom plugin, you will need to remove the existing version and import the updated custom plugin.

  1. Remove the existing plugin. Refer to Removing Custom Plugins for steps.
  2. Add the updated version of the plugin. Refer to Importing Custom Plugins for steps.

Limitations

  • In a new batch class, the values manually configured in the MULTI_PAGE_EXPORT plugin for the previous batch class are displayed instead of default plugin configurations.
  • Upgrading the plugin may result in duplicate .jar files in <Ephesoft_Directory>\SharedFolders\customPluginJars. This may lead to unexpected results. Remove duplicates manually.

Release Notes

Releases Versions Release Date Notes
Version 2.0.4 September 12, 2023 Compatibility release for 2023.1.00.
Version 2.0.2 November 29, 2022 Fixed batch XML output related to <override-existing> tags.
Version 2.0.1 July 18, 2022 Fixed log4j security vulnerability.
Version 2.0.0 November 9, 2021 Transact for Linux support added. Certified with Transact Linux 2020.1.06.
Version 1.0.0 March 16, 2021 Certified with Transact 2020.1.03 for Windows. Incompatible with Transact for Linux.