docGenerator-bin-<version>.zip contains the core content of the tool. Just unzip the content of the zip anywhere, and execute it by either:docGenerator.jar executable. Note that you need a Java 8 JRE to start the tool. See command-line starting for more informationlib 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
ImageMapConverter.jar jar File which allows to compute the coordinates to use for linking on an image area.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
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
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
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
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
docGenerator-help-<version>.zip contains the Help API library, for noth Swing and JavaFX applications.
docGenerator-api-<version>.zip contains the docJGenerator API library, which allows to use the generator in another Java application.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
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.