Home
Categories
Dictionary
Download
Project Details
Changes Log
What Links Here
How To
Syntax
FAQ
License

Distribution



Core tool

The docGenerator-bin-<version>.zip contains the core content of the tool. Just unzip the content of the zip anywhere, and execute it by either:
  • Double clicking on the docGenerator.jar executable. Note that you need a Java 8 JRE to start the tool. See command-line starting for more information
  • Integrate the application in an ant build file. See ant integration for more information
You must make sure that the lib directory is in the same directory as the directory where you have put the jar file (as it is the case in the distribution). For example:
      docGenerator.jar
      -- lib

Image map converter

The core zip file contain a ImageMapConverter.jar jar File which allows to compute the coordinates to use for linking on an image area.

The ImageMapConverter tool depend on the MDIUtilities library. Therefore you must make sure that the lib directory is in the same directory as the directory where you have put the jar file (as it is the case in the distribution). For example:
      ImageMapConverter.jar
      -- lib

PDF generation

The docGenerator-pdf-<version>.zip contains the PDF generation library. Just merge the content of the zip file with the plugins directory. You will have:
      docGenerator.jar
      -- lib
      -- plugins
      ----- pdfWriter.jar
      ----- itext

Word generation

The docGenerator-docx-<version>.zip contains the Word generation library. Just merge the content of the zip file with the plugins directory. You will have:
      docGenerator.jar
      -- lib
      -- plugins
      ----- docxWriter.jar
      ----- poi

Epub generation

The docGenerator-epub-<version>.zip contains the Epub generation library. Just merge the content of the zip file with the plugins directory. You will have:
      docGenerator.jar
      -- lib
      -- plugins
      ----- epubWriter.jar
      ----- epub

Scripts Plugins

The docGenerator-scripts-<version>.zip contains the Scripts Plugin library. Just merge the content of the zip file with the plugins directory. You will have:
      docGenerator.jar
      -- lib
      -- plugins
      ----- scripts.jar
      ----- scripts

Help API

The docGenerator-help-<version>.zip contains the Help API library, for noth Swing and JavaFX applications.

DocJGenerator API

The docGenerator-api-<version>.zip contains the docJGenerator API library, which allows to use the generator in another Java application.

You must make sure that the docGeneratorAPI.jar jar is in the same directory as the directory as the jar file of the core tool. For example:
      docGeneratorAPI.jar
      docGenerator.jar
      -- lib

Categories: general

docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.