• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

AltME groups: search

Help · search scripts · search articles · search mailing list

results summary

worldhits
r4wp0
r3wp28
total:28

results window for this page: [start: 1 end: 28]

world-name: r3wp

Group: RAMBO ... The REBOL bug and enhancement database [web-public]
Henrik:
9-Mar-2005
me too. I wanted it for the EAN13 barcode generator
Group: View ... discuss view related issues [web-public]
Henrik:
16-Apr-2006
then I would need to redo the barcode generator...
Group: Tech News ... Interesting technology [web-public]
Pekr:
8-Apr-2011
No. But for e.g. PDF format allows you to have a 2D "barcode", which 
can hold cca 64KB of data, or so I remember ....
Pavel:
8-Apr-2011
easy to read description at www.grandzebu.net together with other 
barcode symbologies
Group: Postscript ... Emitting Postscript from REBOL [web-public]
Henrik:
7-Apr-2006
I've seen a problem with a barcode reader that could not read codes 
printed from one expensive printer and it would read them fine if 
printed from another cheap printer
Henrik:
7-Apr-2006
I didn't discover the error until I tried it on the expensive printer. 
besides the size and position of the line was supposed to be correct. 
the barcode was created with PDF Maker
Henrik:
8-Apr-2006
louis, check out http://www.hmkdesign.dk/rebol/barcode/

There are no docs, but I hope the demos are a bit explanatory
Henrik:
13-Apr-2006
I'm building EAN13 barcode support for PS now. not very hard
Henrik:
13-Apr-2006
now I'm imagining: this is really lowlevel stuff, but I think it 
would be neat to build standardized higher level primitives. a barcode 
is such a primitive. barcharts, 3D views and complex symbols could 
be other types of primitives. just brainstorming...
Henrik:
13-Apr-2006
that barcode thing.
Graham:
13-Apr-2006
you can't use a postscript barcode font?
Henrik:
13-Apr-2006
no, the barcode is already working fine. it's the position of the 
image on the paper and general arrangement of the code that needs 
to be worked out
Henrik:
13-Apr-2006
postscript [page [at 20x20 barcode 12345]]
Henrik:
13-Apr-2006
there we go... http://www.hmkdesign.dk/barcode.ps
Henrik:
13-Apr-2006
works fine with barcode readers. have tested with both cheap and 
expensive ones. just need a good printer
Graham:
13-Apr-2006
where's the barcode function?
Henrik:
13-Apr-2006
http://www.hmkdesign.dk/rebol/barcode/ean13.r
Graham:
13-Apr-2006
Luckily I have no need for a barcode at present.
Henrik:
13-Apr-2006
the string is necessary, but I should probably put the create function 
inside the barcode generator function
Henrik:
13-Apr-2006
you can take any 12 digit string, but the 13th digit is a checksum 
which must be correct or the barcode can't be read
Graham:
16-Apr-2006
You can create the barcode in John's as an eps image, and insert 
it into the postscript.
Graham:
16-Apr-2006
I presume you don't really need to preview the barcode.
Graham:
29-Apr-2006
so, as the author says, you can include a barcode as simply as
Graham:
29-Apr-2006
50 450 moveto (1-86074-271) (includetext) isbn barcode
Pekr:
8-Jun-2006
how is barcode part done?
Henrik:
8-Jun-2006
pekr, sorry, this is a better link: http://www.hmkdesign.dk/rebol/barcode/
Graham:
8-Jun-2006
are you drawing your barcode and translating it to final location?
Henrik:
8-Jun-2006
graham, the barcode is drawn as an image and then pasted into the 
preview