+

Search Tips   |   Advanced Search

Use Document Conversion Services with Stellent


For Linux and Solaris, when using Stellent version 8.1.0 and later, the X-server dependency has been removed.

For these platforms, complete these steps:

  1. Configure images in non-Windows platform.

  2. Install libXm.so.3 and ...

      ln -sf /usr/X11R6/lib/libXm.so.3.0.2

  3. Locate the fonts folder on the machine...

      find / -name *.ttf

  4. Set GDFONTPATH to point to the fonts folder.

    For example:

      export GDFONTPATH=/opt/IBM/WebSphere/AppServer/java/jre/lib/fonts

  5. Make sure that the environment variable GDFONTPATH includes one or more paths to the fonts folder.

    Only TrueType fonts (*.ttf or *.ttc files) are supported. If the variable GDFONTPATH is not found, the current directory is used. If fonts are called for and cannot be found, HTML Export will exit with an error. When copying Windows fonts to a Unix system, the font extension for the files (*.ttf or *.ttc) must be lowercase, or the fonts will not be detected during the search for available fonts. Stellent does not provide fonts with any Outside In product.

Remote document conversion for AIX , IBM i, Linux, Solaris, and Windows: Local document conversion might not be supported on some platforms. On these platforms, document conversion must be performed on a remote IBM WebSphere Application Server that supports document conversion services.

On the zLinux platform, local document conversion is supported except in the case of image export. During image export, the pages of a document are converted into images, such as the GIF format. To use image export as part of document conversion services on zLinux, you must run document conversion on a remote server.

On platforms that support local document conversion, document conversion services can be delegated to a remote server to better balance processing power and manage server performance.

We can choose to run the X Server on the portal server or a remote server. We can also use a frame-buffer device or XVFB to emulate X Windows servers on a headless server. The conversion filters are installed with WebSphere Portal. There is no need for configuration. However, we can configure the export.cfg file, located under...

...to fine tune conversion properties such as graphics size and resolution.


Parent: Enable Document Conversion Services