Overview

The Java Rendering Library consists of one or several Java libraries packed as jar files and (optional) additional native or java renderer implementations.

Installation Resources

Architecture Overview

priint-renderer-core-4.3-R34671.jar (1)

(Mandatory) The Java Rendering Library core API.
Copy this file to your workspace and add the jar to the classpath of your Java application.

priint-renderer-pdf-4.3-R34671.jar (2)

(Optional) Classes required to use the priint pdf renderer native JNI libraries for rendering.
If you want to use the priint pdf renderer for rendering, copy this file to your workspace and add the jar to the classpath of your Java application.
In addition, you need one of the native library packages (3)

priint-renderer-ids-4.3-R34671.jar (4)

(Optional) Classes required to use InDesign® Server for rendering.
If you want to InDesign® Server for rendering, copy this file to your workspace and add the jar to the classpath of your Java application.
In addition, you need an InDesign® Server installation with priint:comet Plug-Ins minimum version 4.3-R34671.

priint-renderer-3dparty-4.3-R34671.zip

Further third party Java libraries (jar files) required in the core, pdf or ids library. Partly, these are also contained in the priint pdf native library packages.
Copy these jars to your workspace and add them to the classpath of your Java application or make sure, that adequate versions of these libraries are already added to your Java project.

Installation Examples

A typical installation consists of

Installation with InDesign® Server Renderer

To start rendering with InDesign® Server, you need to add some initialization code in your Java application, see the Initialization section for details.

Installation with PDF Renderer

To start rendering with the pdf renderer, you need to add some initialization code in your Java application, see the Initialization section for details.

Each native library package contains a platform specific short installation guide named INSTALL.md.
Please read this file for further instructions and hints specific to your platform and shipped version of the priint:pdf renderer

Installation Restrictions

Ideally, you should install exactly matching versions of

Non-matching versions of the Java libraries will cause an Exception (InitializationException) when registering a renderer factory.

Outdated versions of the native library or Plug-Ins will cause an Exception when first accessing the renderer engine.

In accordance with tradition, too new native libraries or Plug-Ins will not cause an Exception. The priint rendering engines are designed to be fully backward compatible, therefore it is allowed to update native libraries or Plug-Ins only and leave the Java application / libraries as is within the same major version.

Licensing

PDF Library

If you have a PDFLib license key, this must be saved in a file named licensekeys.txt in the config folder. Otherwise a watermark is included in all generated pages.
Illegal keys will cause the program stop working.

You can use the PDFLib library for development without a PDFLib license without any restrictions. You will just see a watermark on each PDF (and preview) generated.

Werk II License

The Werk II License must be saved in a file named w2.lic in the config folder. To get a license, you must first create a license order.

You can use the PDF Renderer for development without a Werk II license without any restrictions. You will just see an additional watermark on each pdf (and preview) generated.

On Linux, you must setup privileges to run dmidecode for the user running the pdf renderer application as described below.

Windows and Mac

Run any of the test programs in Eclipse and search the Console output for the text "LICENSE ORDER DATA". Copy the following lines (including the "Module : priint:pdf" line).
Once you obtained a license, save it in a file named w2.lic in the config folder.

Linux

On Linux, we obtain hardware information required to check the license using the dmidecode utility. Running dmidecode requires superuser privileges.
You must grant privileges to run dmidecode without password prompt to the user running the Java Rendering Library.

Typical procedure is:

After that run any of the test programs in Eclipse and search the Console output for the text "LICENSE ORDER DATA". Copy the following lines (including the "Module : priint:pdf" line).
Once you obtained a license, save it in a file named w2.lic in the config folder.