Interface PdfEndpointBuilderFactory.PdfBuilders

    • Method Detail

      • pdf

        default PdfEndpointBuilderFactory.PdfEndpointBuilder pdf​(String path)
        PDF (camel-pdf) Create, modify or extract content from PDF documents. Category: document,transformation,printing 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,printing 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