You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (Created) (JIRA)" <ji...@apache.org> on 2012/02/05 18:16:53 UTC

[jira] [Created] (ISIS-174) Domain Service (in domain-libs) to allow domain object entities to add barcodes to PDF representations.

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