MuleSoft Forge
GitHub
  • MuleSoft Forge Initiative
    • Overview
    • How to Contribute
  • Connectors
    • mule-idp-connector
      • Set Up
      • Operations
        • Service IDP - Execution - Submit
        • Service IDP - Execution Result - Retrieve
        • Service IDP - Review Tasks - List
        • Service IDP - Review Task - Delete
        • Service IDP - Review Task - Update
        • Platform IDP - Actions - List
        • Platform IDP - Action Versions - List
        • Deprecated 1.0.1 - Utils IDP - PDF - ExtractText
        • Deprecated 1.0.1 - Utils IDP - PDF - RemovePages
      • docs.mulesoft.com
      • MuleSoft IDP Universal 🌐 REST Smart Connector 🔌
  • Modules
    • mule-pdfbox-module
      • Set Up
      • Operations
        • Apache PDFBox - Extract Text
        • Apache PDFBox - Filter Pages
        • Apache PDFBox - Get Info
        • Apache PDFBox - Merge PDFs
        • Apache PDFBox - Rotate Pages
        • Apache PDFBox - Split Pages
Powered by GitBook
On this page
  1. Modules
  2. mule-pdfbox-module

Set Up

Previousmule-pdfbox-moduleNextOperations

Last updated 12 days ago

Version

Min runtime version

Compatible Java versions

Description

4.6.0

Java 17, Java 11, Java 8

Add Merge PDFs

4.6.0

Java 17, Java 11, Java 8

Launch

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

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

pom.xml
    <dependencies>
    
        <dependency>
            <groupId>io.github.mulesoft-forge</groupId>
            <artifactId>mule-pdfbox-module</artifactId>
            <version>1.0.0</version>
            <classifier>mule-plugin</classifier>
        </dependency>
        
    </dependencies>
  • See Anypoint Code Builder Example: Note xml <dependencies> tags if not present.

https://central.sonatype.com/artifact/io.github.mulesoft-forge/mule-pdfbox-module/1.0.0