Class PdfConverter
java.lang.Object
org.apache.camel.component.pdf.converter.PdfConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pdfbox.pdmodel.PDDocumentconvertToPDF(byte[] bytes) org.apache.pdfbox.pdmodel.PDDocumentconvertToPDF(File file) org.apache.pdfbox.pdmodel.PDDocumenttoPDDocument(InputStream stream)
-
Constructor Details
-
PdfConverter
public PdfConverter()
-
-
Method Details
-
convertToPDF
- Throws:
Exception
-
toPDDocument
@Converter public org.apache.pdfbox.pdmodel.PDDocument toPDDocument(InputStream stream) throws Exception - Throws:
Exception
-
convertToPDF
- Throws:
Exception
-