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 (JIRA)" <ji...@apache.org> on 2015/03/12 16:02:38 UTC

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

     [ https://issues.apache.org/jira/browse/ISIS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood closed ISIS-174.
----------------------------
       Resolution: Later
    Fix Version/s:     (was: GIT REPO only)

Out of scope; can implement in isisaddons as and when there is a requirement.

> 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
>            Reporter: Dan Haywood
>            Priority: Minor
>              Labels: newbie
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)