[
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)