[ 
https://issues.apache.org/jira/browse/CAMEL-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983051#action_12983051
 ] 

Jean-Baptiste Onofré commented on CAMEL-3551:
---------------------------------------------

Patch in progress.

> camel-fop component
> -------------------
>
>                 Key: CAMEL-3551
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3551
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.7.0
>
>
> A new Camel FOP component could be helpful to turn Camel into a kind of 
> printout and report generation system.
> A typical use case could be something like:
> from("amq:my.document.queue")
>   .to("xslt:mystylesheet.xsl")
>   .to("fop:pdf?some.extra.options.here")
>   .to("file:outputdirectory")
>   .to("printer:some.printer");

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to