blob: 6700cff18bb023e54ea9d55d3232e1bd20862a7a [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.pdf.CamelPdfSinkConnector",
"artifactId": "camel-pdf-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-pdf-sink",
"type": "sink",
"version": "0.7.3",
"description": "Create, modify or extract content from PDF documents."
},
"properties": {
"camel.sink.path.operation": {
"name": "camel.sink.path.operation",
"description": "Operation type One of: [create] [append] [extractText]",
"priority": "HIGH",
"required": "true",
"enum": [
"create",
"append",
"extractText"
]
},
"camel.sink.endpoint.font": {
"name": "camel.sink.endpoint.font",
"description": "Font One of: [Courier] [Courier-Bold] [Courier-Oblique] [Courier-BoldOblique] [Helvetica] [Helvetica-Bold] [Helvetica-Oblique] [Helvetica-BoldOblique] [Times-Roman] [Times-Bold] [Times-Italic] [Times-BoldItalic] [Symbol] [ZapfDingbats]",
"defaultValue": "\"Helvetica\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"Courier",
"Courier-Bold",
"Courier-Oblique",
"Courier-BoldOblique",
"Helvetica",
"Helvetica-Bold",
"Helvetica-Oblique",
"Helvetica-BoldOblique",
"Times-Roman",
"Times-Bold",
"Times-Italic",
"Times-BoldItalic",
"Symbol",
"ZapfDingbats"
]
},
"camel.sink.endpoint.fontSize": {
"name": "camel.sink.endpoint.fontSize",
"description": "Font size in pixels",
"defaultValue": "14.0F",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.marginBottom": {
"name": "camel.sink.endpoint.marginBottom",
"description": "Margin bottom in pixels",
"defaultValue": "20",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.marginLeft": {
"name": "camel.sink.endpoint.marginLeft",
"description": "Margin left in pixels",
"defaultValue": "20",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.marginRight": {
"name": "camel.sink.endpoint.marginRight",
"description": "Margin right in pixels",
"defaultValue": "40",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.marginTop": {
"name": "camel.sink.endpoint.marginTop",
"description": "Margin top in pixels",
"defaultValue": "20",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.pageSize": {
"name": "camel.sink.endpoint.pageSize",
"description": "Page size One of: [LETTER] [LEGAL] [A0] [A1] [A2] [A3] [A4] [A5] [A6]",
"defaultValue": "\"A4\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"LETTER",
"LEGAL",
"A0",
"A1",
"A2",
"A3",
"A4",
"A5",
"A6"
]
},
"camel.sink.endpoint.textProcessingFactory": {
"name": "camel.sink.endpoint.textProcessingFactory",
"description": "Text processing to use. autoFormatting: Text is getting sliced by words, then max amount of words that fits in the line will be written into pdf document. With this strategy all words that doesn't fit in the line will be moved to the new line. lineTermination: Builds set of classes for line-termination writing strategy. Text getting sliced by line termination symbol and then it will be written regardless it fits in the line or not. One of: [autoFormatting] [lineTermination]",
"defaultValue": "\"lineTermination\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"autoFormatting",
"lineTermination"
]
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.pdf.lazyStartProducer": {
"name": "camel.component.pdf.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.pdf.autowiredEnabled": {
"name": "camel.component.pdf.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
}
}
}