Hi Have you tried setting the mimeType option to "PDF":
http://camel.apache.org/printer.html Which would correspond to the following MIME type: http://docs.oracle.com/javase/6/docs/api/javax/print/DocFlavor.BYTE_ARRAY.html#PDF Also the following unit-test should give you some idea: https://svn.apache.org/repos/asf/camel/trunk/components/camel-printer/src/test/java/org/apache/camel/component/printer/PrinterPrintTest.java Babak jmh wrote > Hello, > > what is the right syntax (options ?) to print a pdf with camel-printer ? > > I don't find any example... > > J-M -- View this message in context: http://camel.465427.n5.nabble.com/print-a-PDF-with-camel-printer-tp5719615p5719619.html Sent from the Camel - Users mailing list archive at Nabble.com.
