Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 84356 invoked from network); 17 Sep 2009 21:10:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Sep 2009 21:10:37 -0000 Received: (qmail 76318 invoked by uid 500); 17 Sep 2009 21:10:37 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 76241 invoked by uid 500); 17 Sep 2009 21:10:37 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 76231 invoked by uid 500); 17 Sep 2009 21:10:36 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 76228 invoked by uid 99); 17 Sep 2009 21:10:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 21:10:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 21:10:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 58CD5234C1E7 for ; Thu, 17 Sep 2009 14:10:12 -0700 (PDT) Message-ID: <191417916.1253221812362.JavaMail.jira@brutus> Date: Thu, 17 Sep 2009 14:10:12 -0700 (PDT) From: "Ashwin Karpe (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-1675) Created a new camel printer component that supports document/image printing with copies, stationary and sides choices. In-Reply-To: <1527087139.1244220411255.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54323#action_54323 ] Ashwin Karpe commented on CAMEL-1675: ------------------------------------- Hi Claus & Jon, I have added the Camel Printer page to the documentation under Components in the Documentation Wiki. I do not however know how to add the Component to the list of components on the Components wiki page. I do not see where this is coming from....? Can you please guide me here. Cheers, Ashwin... > Created a new camel printer component that supports document/image printing with copies, stationary and sides choices. > ---------------------------------------------------------------------------------------------------------------------- > > Key: CAMEL-1675 > URL: https://issues.apache.org/activemq/browse/CAMEL-1675 > Project: Apache Camel > Issue Type: New Feature > Environment: Works on both Windows and UNIX > Reporter: Ashwin Karpe > Assignee: Jonathan Anstey > Fix For: 2.1.0 > > Attachments: camel-printer.patch, camel-printer.zip > > > I have developed a camel printer component (producer) that facilitates printing of documents and images when a Printer URL is speified on a route. > The component is developed using the standard javax.print package and uses the standard java JDK packages to print to all manner of printers. > The Printer URL looks like the following: > " lpr://localhost/default?copies=1&flavor=DocFlavor.BYTE_ARRAY&mimeType=AUTOSENSE&mediaSize=na-letter&sides=one-sided" > The component allows you to set the following parameters: > - copies > - flavor > - mimeType > - mediaSize > - sides > All the values are setting against the javax.print.attribute.standard properties. > Can the committers, please review, comment and commit as apropriate. > Cheers, > Ashwin Karpe > Principal Consultant - Professional Services > Progress Software... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.