IBM Daeja ViewONE, 5.0.11 Release Notes

These release notes provide information about new features, fixes, and known problems for IBM Daeja ViewONE, Version 5.0.11.

Important: The most current version of the file can always be found online.

Content

Release notes IBM Daeja ViewONE, Version 5.0.11

Abstract

These release notes provide information about new features, fixes, and known problems for IBM Daeja ViewONE, Version 5.0.11.

Release description

IBM Daeja ViewONE, Version 5.0.11, makes it easier for business and IT professionals to view large documents and images in their enterprise content management (ECM) solution or in other custom applications, websites, intranets, and extranets.

Download location

To download IBM Daeja ViewONE:

  1. Log in to Fix Central.
  2. In the Product Group list, select Enterprise Content Management.
  3. In the Select from Enterprise Content Management list, select the Daeja ViewONE edition that you want to download.

You must have a license to download this software. The file that you download is a product installer for IBM Daeja ViewONE Virtual. When you run the installer, indicate any add-on modules for which you have a license. The installer then enables only those modules you have purchased.

Prerequisites before installing IBM Daeja ViewONE, Version 5.0.11

You must run the installer as an administrative user.

Before you install IBM Daeja ViewONE, Version 5.0.11:

To generate a hardware and software requirements report, see System Requirements.

Installing IBM Daeja ViewONE, Version 5.0.11

You can run the installer interactively or silently.

To run the installer silently, update the sample response file that is provided with the image archive before you run the installer.

Windows

At a command prompt, change to the directory where you extracted the installation image.

To install the viewer interactively, enter the following command:

Alternatively, double-click DAEJA_VIEWONE_5.0.11_WIN_ML.exe in Windows Explorer.

To install the viewer silently, enter the following command:

DAEJA_VIEWONE_5.0.11_WIN_ML.exe -f fully_qualified_path_of_the_response_file

From version 5.0, the default installation path on Windows is C:\Program Files\IBM\Daeja ViewONE_Virtual

UNIX

At a command prompt, change to the directory where you extracted the installation image.

To install the viewer interactively, enter the following command:

To install the viewer silently, enter the following command:

./DAEJA_VIEWONE_5.0.11_UNIX_ML.bin -f fully_qualified_path_of_the_response_file

From version 5.0, the default installation path on Unix is /opt/IBM/Daeja ViewONE_Virtual

Configuring the Viewer

IBM Daeja ViewONE comes with a Toolkit rich in capabilities that enables advanced integration and customization of the viewer by using HTML parameters and JavaScript API methods. For more information on the developer’s guide refer to:

New features

IBM Daeja ViewONE, Version 5.0.11, provides the following new features:

Coverpage should always be printed on a new sheet when printed from IBM Content Navigator.

Coverpage will always be printed on the front side of the new sheet when multiple documents are combined as multipart document.
From this feature, separation of individual document after printing is possible.

Users should enable the coverpage option to use this feature.
Steps:

  1. Login to ICN
  2. Browse for the document
  3. Right click on the item in document list
  4. Select Print
  5. Select Document / All Parts
  6. Enable Cover Page

User should be able to select font type for annotation text

Annotation font type drop down, lets the user choose a particular font for text annotation.

By default, font selected is Arial and the drop down is disabled.

User can add additional fonts that enables the drop down to choose their preferred font.

Configuring ICN(IBM Content Navigator) for additional fonts:

  1. Set parameter annotationCustomFonts with comma separated font family names. Open the administrator tool and click Settings > Daeja ViewONE.
    Under Server, add the following parameter name and value pair:
    Example: Parameter name: annotationCustomFonts
    Value: Courier New, Times New Roman
  2. After adding the parameter, restart the server and open any document. This will initiate the font resource file generation process required for Daeja ViewONE for the additional fonts to be populated in the font type drop down.
  3. After the generation process completes, reopen the document, font type drop down should be populated with newly added additional fonts and are available for the selection.

Configuring standalone Daeja ViewONE for additional fonts:

  1. Add the parameter annotationCustomFonts in viewone.properties file
    Open the WEB-INF/viewone.properties file in a text editor and add an entry
    Example: annotationCustomFonts=Courier New, Times New Roman
  2. Restart the server and the font resource file generation required for Daeja ViewONE gets initialized and opens AWT Windows as part of the font generation process which gets closed automatically once the process completes.
  3. Open the document, the font type drop down should be populated with additional fonts and are available for the selection.

User can continue to use Daeja ViewONE while the font generation process is in progress.

In general, any font would have Regular, Bold, Italic, Bold Italic font styles and the respective TTF files.

For example, Arial font has the following font styles and its corresponding TTF files.

Arial Regular– arial.ttf

Arial Bold – arialb.ttf

Arial Italic- ariali.ttf

Arial Bold Italic – arialbi.ttf

In font resource file generation process, for each font style, an AWT window gets opened, hence for each font, that has four styles, four AWT windows gets opened simultaneously.

On the server machine, AWT Windows opens as part of the font generation process and gets closed automatically once the process completes.

User must mention the font family name as the value for the server parameter.

Note: