开发者

Truncated/Compact PDF417 Matrix

开发者 https://www.devze.com 2023-03-16 23:55 出处:网络
I\'m reading a compact/truncated PDF417 barcode using java and I have the matrices for the 开发者_如何学Pythonstart and end pattern for a standard PDF417 barcode:

I'm reading a compact/truncated PDF417 barcode using java and I have the matrices for the 开发者_如何学Pythonstart and end pattern for a standard PDF417 barcode:

   Start Pattern = 81111113 (ending with a space)
   Stop Pattern = 711311121 (ending with a bar)

What I need to find out is the matrix for the Stop Pattern when the barcode is compact/truncated.

I've been Googling it for the past 4 hours and absolutly nothing.

Any help will be greatly apreciated!


You might want to consider buying ISO/IEC 15438 (http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=43816). Anyway, in compact mode the right row indicators may be omitted and the stop pattern may be reduced to one module width bar (Annex G in ISO/IEC 15438:2001(E)).

0

精彩评论

暂无评论...
验证码 换一张
取 消