Interface PdfEndpointBuilderFactory.PdfBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
PdfEndpointBuilderFactory

public static interface PdfEndpointBuilderFactory.PdfBuilders
  • Method Details

    • pdf

      PDF (camel-pdf) Create, modify or extract content from PDF documents. Category: document,transformation Since: 2.16 Maven coordinates: org.apache.camel:camel-pdf
      Returns:
      the dsl builder for the headers' name.
    • pdf

      PDF (camel-pdf) Create, modify or extract content from PDF documents. Category: document,transformation Since: 2.16 Maven coordinates: org.apache.camel:camel-pdf Syntax: pdf:operation Path parameter: operation (required) Operation type There are 3 enums and the value can be one of: create, append, extractText
      Parameters:
      path - operation
      Returns:
      the dsl builder
    • pdf

      default PdfEndpointBuilderFactory.PdfEndpointBuilder pdf(String componentName, String path)
      PDF (camel-pdf) Create, modify or extract content from PDF documents. Category: document,transformation Since: 2.16 Maven coordinates: org.apache.camel:camel-pdf Syntax: pdf:operation Path parameter: operation (required) Operation type There are 3 enums and the value can be one of: create, append, extractText
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - operation
      Returns:
      the dsl builder