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

        

Reply via email to