Return-Path: X-Original-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1205495D9 for ; Sun, 5 Feb 2012 17:17:17 +0000 (UTC) Received: (qmail 11983 invoked by uid 500); 5 Feb 2012 17:17:16 -0000 Delivered-To: apmail-incubator-isis-dev-archive@incubator.apache.org Received: (qmail 11953 invoked by uid 500); 5 Feb 2012 17:17:16 -0000 Mailing-List: contact isis-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-dev@incubator.apache.org Received: (qmail 11945 invoked by uid 99); 5 Feb 2012 17:17:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Feb 2012 17:17:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Feb 2012 17:17:14 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9DAFE1A4D82 for ; Sun, 5 Feb 2012 17:16:53 +0000 (UTC) Date: Sun, 5 Feb 2012 17:16:53 +0000 (UTC) From: "Dan Haywood (Created) (JIRA)" To: isis-dev@incubator.apache.org Message-ID: <2140098717.13158.1328462213647.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (ISIS-174) Domain Service (in domain-libs) to allow domain object entities to add barcodes to PDF representations. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Domain Service (in domain-libs) to allow domain object entities to add barcodes to PDF representations. ------------------------------------------------------------------------------------------------------- Key: ISIS-174 URL: https://issues.apache.org/jira/browse/ISIS-174 Project: Isis Issue Type: New Feature Components: Domain: Services Reporter: Dan Haywood Priority: Minor Provide a standalone implementation of a service that allows barcodes to be added to PDFs. Background: Some organizations use barcodes (or qcodes) to automate the processing of forms that have been sent out to a customer to be completed. The domain object could previously have obtained a PDF representation of itself using, eg the service described in ISIS-173. The interface for such a service could be something like: [Hidden] public interface BarcodeService { byte[] addBarcode(byte[] pdf, String data, BarcodeFormat format); } where BarcodeType might be an enum to indicate which barcode encoding type to use (there are various that could be supported). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira