Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.4.7 make barcode improvement #113

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 10, 2024

  1. improvement:

    MakeBarcode easy to use as Java API
    1. Rewrite process to fix some default value problem
    2. Add processToStream to create OutputStream
    3. Add processToByte to create byte[]
    4. Add setters to Settings, add whiteSpace Support
    5. Add SymbolType, SymbolFormat
    6. Add WhiteSpace Support, Add BarHeight Support
    
    problem found:
    1. the EAN-8, EAN13, data length validator is not smart
    anyonetff committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    43199f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. improvement:

    MakeBarcode easy to use as Java API
    1. Rewrite process to fix some default value problem
    2. Add processToStream to create OutputStream
    3. Add processToByte to create byte[]
    4. Add setters to Settings, add whiteSpace Support
    5. Add SymbolType, SymbolFormat
    6. Add WhiteSpace Support, Add BarHeight Support
    
    problem found:
    1. the EAN-8, EAN13, data length validator is not smart
    anyonetff committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5958b4d View commit details
    Browse the repository at this point in the history