Re: [xsl] Integrating barcode in xsl:fo

Subject: Re: [xsl] Integrating barcode in xsl:fo
From: "Mike Haarman" <mhaarman@xxxxxxxxxxxxxxxxxx>
Date: Thu, 4 Sep 2003 13:21:09 -0500
Abhi,

There are several different flavors of barcode, but the rules are pretty
straightforward and the logic to generate them can be handled in XSLT.  I use:

<fo:leader leader-pattern="rule" rule-thickness="{$thickness}"
rule-style="solid" leader-length="{$length}"/>
<fo:leader leader-pattern="rule" rule-thickness="{$void.thickness}"
rule-style="solid" color="white" leader-length="{$void.length}"/>

See this site for information about calculating width/height ratios and
character representations:

http://www.adams1.com/pub/russadam/barcode1.html

There may also be bar code fonts you can incorporate into your document.

Mike


----- Original Message ----- 
From: "Abhijit Junnare" <mavlaabhi@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, September 04, 2003 12:35 PM
Subject: [xsl] Integrating barcode in xsl:fo


> Hi,
> I want to use barcode with xsl:fo. I downloaded the
> krysalis barocde application but cannot run it. Has
> anyone used something to generate barcodes to be
> printed in the pdf file using xsl or xsl:fo ?
> Any help is appreciated.
> Thanks,
> Abhi
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread