Interface PdfComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface PdfComponentBuilderFactory
Create, modify or extract content from PDF documents. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PdfComponentBuilderFactory.PdfComponentBuilder
Builder for the PDF component.static class
PdfComponentBuilderFactory.PdfComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static PdfComponentBuilderFactory.PdfComponentBuilder
pdf()
PDF (camel-pdf) Create, modify or extract content from PDF documents.
-
-
-
Method Detail
-
pdf
static PdfComponentBuilderFactory.PdfComponentBuilder pdf()
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- Returns:
- the dsl builder
-
-