Coder Social home page Coder Social logo

zipconvertcustomerbarcode's Introduction

ZipConvertCustomerBarCode

郵便番号、住所から郵便物用のカスタマバーコードを生成する ZipConvertCustomerBarCode

カスタマバーコード

お客さまがあらかじめ郵便物に印字する場合のバーコードがカスタマバーコードです。カスタマバーコードは、原則として差し出しの必要条件ではなく、料金割引を受けようとする場合に印字するもので、あて名印字と同時に印字できるような仕様としています。

郵便局 - 郵便番号・バーコードマニュアル

機能

Export

指定したパスにカスタマバーコードを出力する。

// 郵便番号,住所,出力先
BarCode.Export("01234567", "とある県とある市とある町 1丁目1の1",@"c:\test.gif");

CreateImage

カスタマバーコードのイメージを返す

// 郵便番号,住所
Bitmap img = BarCode.CreateImage("01234567", "とある県とある市とある町 1丁目1の1");

備考

  • 漢数字未対応
  • 住所→郵便番号変換辞書検討中(郵便番号の入力が不要に)

zipconvertcustomerbarcode's People

Contributors

cssho avatar

Stargazers

Riley avatar Masashi Sonobe avatar Fukuhara.N avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.