Details
Description
Addition of a basic barcode reader example to the ICEpdf. This example is a modified capture example but also includes the xzing library so that the PDF capture can be searched for valid barcodes.
Perhaps at some in the future we can add a tool to the viewer RI so individual bar code can be selected.
Perhaps at some in the future we can add a tool to the viewer RI so individual bar code can be selected.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.2.4 [ 13099 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Attachment | imageCapture_0.png [ 22533 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51534 | Tue May 16 13:37:09 MDT 2017 | patrick.corless | |
Files Changed | ||||
ADD
/icepdf/branches/icepdf-6.2.0/icepdf/examples/barcode/BarcodeStamper.java
ADD /icepdf/branches/icepdf-6.2.0/icepdf/examples/barcode ADD /icepdf/branches/icepdf-6.2.0/icepdf/examples/barcode/BarcodeReader.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51535 | Tue May 16 13:48:19 MDT 2017 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.2.0/icepdf/examples/barcode/BarcodeStamper.java
MODIFY /icepdf/branches/icepdf-6.2.0/icepdf/examples/barcode/BarcodeReader.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51539 | Wed May 17 13:44:19 MDT 2017 | patrick.corless | |
Files Changed | ||||
ADD
/icepdf/trunk/icepdf/examples/barcode/BarcodeReader.java
ADD /icepdf/trunk/icepdf/examples/barcode ADD /icepdf/trunk/icepdf/examples/barcode/BarcodeStamper.java |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Two examples have been created. The first is BarcodeReader scans every page in a document output console data about the founds codes. The second example draws a little line where the code is as well as writes out the raw data, the output along with the original captures is written to PNG.