Entering content frame

Function documentation Plug-Ins for Thumbnails Locate the document in its SAP Library structure

Use

Plug-ins for thumbnails are based on Java classes and enable the generation of preview images for objects of certain MIME types.

 

Integration

The repository manager for thumbnails uses plug-ins stored in the configuration to generate preview images.

 

Prerequisites

·        The Java AWT (java.awt.*) libraries are installed on UNIX systems without X Windows for the plug-in images.

 

·        On UNIX system, the following entry is listed for the headless mode in the Java VM settings:

-Djava.awt.headless=true

You make this setting in the SAP J2EE Engine Config Tool (see SAP Note 710146).

 

Features

The plug-in for creating thumbnails of the data formats jpeg and gif is included in the standard delivery.  If you want to use thumbnails for other file formats, you have to implement your own plug-ins.

The configuration of a plug-in includes the following parameters:

Parameters for Plug-Ins for Thumbnails

Parameters

Required

Description

Name

Yes

Name of the plug-in

Maximum File Size to Generate Thumbnail

Yes

Maximum size of a file from which a thumbnail can be generated.

If this value is exceeded, the system does not generate a thumbnail from the file. Instead, it uses the default symbol.

MIME Type List

No

Selection of MIME types that the plug-in supports.

MIME Type Pattern

No

Comma-separated list of MIME type patterns that the plug-in supports.

For example, image/jpeg, image/gif

Java Class

Yes

Java class that implements the plug-in.

 

Activities

To create a new plug-in for thumbnails in the configuration, choose Content Management ® Repository Managers ® Thumbnails Plug-Ins.

 

 

Leaving content frame