dennismonsewicz Posted February 3, 2010 Share Posted February 3, 2010 Is there anyway to produce a 2-D Dot Matrix barcode in PHP? Link to comment https://forums.phpfreaks.com/topic/190837-dot-matrix-barcode-php/ Share on other sites More sharing options...
Mchl Posted February 3, 2010 Share Posted February 3, 2010 Check here if it supports one you need http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf Link to comment https://forums.phpfreaks.com/topic/190837-dot-matrix-barcode-php/#findComment-1006381 Share on other sites More sharing options...
dennismonsewicz Posted February 5, 2010 Author Share Posted February 5, 2010 I already have a 1D barcode PHP generator script... seems like if you want 2D you have to pay someone for their script. And I meant Data Matrix, not Dot Matrix lol Link to comment https://forums.phpfreaks.com/topic/190837-dot-matrix-barcode-php/#findComment-1007579 Share on other sites More sharing options...
Mchl Posted February 5, 2010 Share Posted February 5, 2010 I already have a 1D barcode PHP generator script... seems like if you want 2D you have to pay someone for their script. Or you can code it yourself. Then sell it Link to comment https://forums.phpfreaks.com/topic/190837-dot-matrix-barcode-php/#findComment-1007583 Share on other sites More sharing options...
dennismonsewicz Posted February 5, 2010 Author Share Posted February 5, 2010 HAHA I could, but I wouldn't even know where to begin to code the algorithm for that kind of thing Link to comment https://forums.phpfreaks.com/topic/190837-dot-matrix-barcode-php/#findComment-1007584 Share on other sites More sharing options...
Mchl Posted February 5, 2010 Share Posted February 5, 2010 1. Grab specification for this barcode (i.e. information on how data is encoded and what are requirements regarding size/proportions etc). 2. Find a 1-D barcode script you can understand and modify easily 3. Add one dimension Link to comment https://forums.phpfreaks.com/topic/190837-dot-matrix-barcode-php/#findComment-1007603 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.