All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rib.pdf-workitem.7.14.0.Final.source-code.serviceinfo.json Maven / Gradle / Ivy

{
        "name" : "GeneratePDF",
        "displayName" : "GeneratePDF",
        "defaultHandler" : "mvel: new org.jbpm.process.workitem.pdf.GeneratePDFWorkitemHandler()",
        "documentation" : "pdf-workitem/index.html",
        "icon" : "",
            "category" : "PDF",
            "description" : "Create PDF from xhtml template using freemarker",
            "keywords" : [
                                "pdf"
                ,"generate"
                ,"template"
                ,"document"
                ,"freemarker"
                ,"xhtml"

            ],
                "isaction" : "true",
                "actiontitle" : "Generate PDF document",
            "parameters" : [
                                   {
                                       "name" : "TemplateXHTML",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "PDFName",
                                       "type" : "new StringDataType()"
                                   }

            ],
            "results" : [
                                   {
                                       "name" : "PDFDocument",
                                       "type" : "new StringDataType()"
                                   }

            ],
            "mavenDependencies" : [
                                   {
                                       "groupId" : "org.jbpm.contrib",
                                       "artifactId" : "pdf-workitem",
                                       "version" : "7.14.0.Final"
                                   }

            ]
}

,




© 2015 - 2025 Weber Informatics LLC | Privacy Policy