Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Como codifica para obtener un Bar Code.

New Here ,
Dec 05, 2006 Dec 05, 2006
¿Como yo puedo codificar para que mi página produsca un Bar Code?
Quiero desarrollar una página donde yo pueda asignar automaticamente un numero en forma de Bar Code y imprimir el Bar Code en un Papel.
Si alguien me puede orientar.

David, Puerto Rico
TOPICS
Server side applications
359
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 05, 2006 Dec 05, 2006
LATEST
On 05 Dec 2006 in macromedia.dreamweaver.appdev, hdpc wrote:

> ?Como yo puedo codificar para que mi p?gina produsca un Bar Code?
> Quiero desarrollar una p?gina donde yo pueda asignar
> automaticamente un numero
> en forma de Bar Code y imprimir el Bar Code en un Papel.
> Si alguien me puede orientar.

My Spanish isn't great, but if I understand you,
- Site visitor enters a number
- Site returns a printable barcode

You'll need some kind of serverside scripting for this. PHP has a
function where you can create a PDF file. In addition to the PDF
functions, you'll need a barcode font. You can find barcode fonts by
searching the web for just that:

http://www.google.es/search?q=bar+code+font

PHP manual for creating PDFs on the fly:

http://www.php.net/manual/es/ref.pdf.php

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines