Name | Kind | Group | Required | Default | Type | Enum | Description |
---|---|---|---|---|---|---|---|
operation | path | producer | true | org.apache.camel.component.pdf.PdfOperation | create append extractText |
Operation type | |
font | parameter | producer | Helvetica | org.apache.pdfbox.pdmodel.font.PDFont | Font | ||
fontSize | parameter | producer | 14 | float | Font size in pixels | ||
marginBottom | parameter | producer | 20 | int | Margin bottom in pixels | ||
marginLeft | parameter | producer | 20 | int | Margin left in pixels | ||
marginRight | parameter | producer | 40 | int | Margin right in pixels | ||
marginTop | parameter | producer | 20 | int | Margin top in pixels | ||
pageSize | parameter | producer | PAGE_SIZE_A4 | org.apache.pdfbox.pdmodel.common.PDRectangle | PAGE_SIZE_A0 PAGE_SIZE_A1 PAGE_SIZE_A2 PAGE_SIZE_A3 PAGE_SIZE_A4 PAGE_SIZE_A5 PAGE_SIZE_A6 PAGE_SIZE_LETTER |
Page size | |
textProcessingFactory | parameter | producer | lineTermination | org.apache.camel.component.pdf.TextProcessingFactory | autoFormatting lineTermination |
Text processing to use.
|
|
exchangePattern | parameter | advanced | InOnly | org.apache.camel.ExchangePattern | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
synchronous | parameter | advanced | false | boolean | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |