in reply to using Brother QL-570 printer with Perl
As for generating bar codes in Perl, I've had good success using GD::Barcode to create bar code images. It's very simple and straight forward in my opinion.
As for having Perl print directly to the printer, in less than 5 minutes I found the following link: http://www.brother.com/product/dev/label/bpac/index.htm
That link is for the SDK package from Brother for their devices. With the C++ portion of that package, I think you should be able to use something like one of the inline modules or use Win32::API if they provide a DLL.
Also, it sounds like that SDK package includes stuff to allow you to create a way to print directly from Excel or Access. That leads me to believe that you can set that up and potentially use Win32::OLE to enter data (including bar codes) into Excel or Access and print from there.
Hopefully this information gets you headed down the right path.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using Brother QL-570 printer with Perl
by Bruce32903 (Scribe) on Aug 03, 2011 at 15:37 UTC | |
by Corion (Patriarch) on Aug 03, 2011 at 15:43 UTC | |
by Bruce32903 (Scribe) on Aug 03, 2011 at 16:04 UTC | |
by dasgar (Priest) on Aug 03, 2011 at 16:03 UTC | |
by Bruce32903 (Scribe) on Aug 03, 2011 at 16:13 UTC |