Skip to content

Set Up

VersionMin runtime versionCompatible Java versionsDescription
1.0.24.6.0Java 17, Java 11, Java 8Add Image to PDF
1.0.14.6.0Java 17, Java 11, Java 8Add Merge PDFs
1.0.04.6.0Java 17, Java 11, Java 8Launch

Maven Central

Step1: Maven Central Repository

Edit Project File pom.xml

The MuleSoft Forge connectors are constantly updated, and the version is regularly changed. Make sure to replace {version} with the latest release from Maven Central.

Copy and paste the following Maven Dependency Snippet into your Mule application pom file.

xml
<dependencies>

    <dependency>
        <groupId>io.github.mulesoft-forge</groupId>
        <artifactId>mule-pdfbox-module</artifactId>
        <version>1.0.2</version>
        <classifier>mule-plugin</classifier>
    </dependency>

</dependencies>

See Anypoint Code Builder Example: Note xml <dependencies> tags if not present.

Code Builder POM Example

Released under the MIT License.