+1 on barcodewriter.<div><br></div><div>I used MySQL/PHP to generate postscript+barcodewriter to generate the barcodes for a resale site.  </div><div>Works beautifully, and learning to program in postscript was a fun exercise.</div>
<div><br></div><div>-mox</div><div><br></div><div><br><div class="gmail_quote">On Thu, Apr 7, 2011 at 6:01 AM, Antoine Koener <span dir="ltr"><<a href="mailto:antoine.koener@gmail.com">antoine.koener@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
On Apr 7, 2011, at 09:39 , Alex Arnon wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi All,<br>
<br>
Does any of you know of a QR Code generation library for Erlang?<br>
If not, can you recommend a fast one that I could plonk on a port?<br>
</blockquote>
<br>
I've written some thing using Ghostscript to display DataMatrix code, the idea was to feed gs with some<br>
part of the data matrix and let him do the png image. (using a port)<br>
<br>
But today you may use :<br>
<a href="http://www.terryburton.co.uk/barcodewriter/" target="_blank">http://www.terryburton.co.uk/barcodewriter/</a><br>
<br>
which is able to do every barcode you need, and more !<br>
<br>
Also look at this page which a wrote a long time ago about using ghostscript:<br>
<a href="http://easyerl.blogspot.com/search/label/ghostscript" target="_blank">http://easyerl.blogspot.com/search/label/ghostscript</a><br>
which will help you in using Ghostscript as a port...<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Another alternative would be to write one myself - in that case, is there a reference implementation I could test against?<br>
<br>
Regards,<br>
Alex.<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>