Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-3551

camel-fop component

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.10.0
    • None
    • None
    • Patch Available

    Description

      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");

      Attachments

        1. camel-fop.diff
          42 kB
          Bilgin Ismet Ibryam

        Issue Links

          Activity

            People

              bibryam Bilgin Ismet Ibryam
              jbonofre Jean-Baptiste Onofré
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: