FOP

JVM since1.1.0 Native since1.2.0

Render messages into PDF and other output formats supported by Apache FOP.

What’s inside

Please refer to the above link for usage and configuration details.

Maven coordinates

Or add the coordinates to your existing project:

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-fop</artifactId>
</dependency>

Check the User guide for more information about writing Camel Quarkus applications.

Camel Quarkus limitations

While you can use any of the available output types in JVM mode, only PDF output type is supported in native mode. PDF output type in native mode has several limitations:

Please file an issue if you are missing some specific output format in native mode.