Thank you for the answer!
I donwload the files with this command. cvs -d:pserver:[email protected]:/cvsroot/barcode4j login Do I need to copy the files from the downloaded lib directory to my lib dierctory? Or I have to do something else? Which files exatly do I have to change? Tobias van Treeck wrote: > > And in addition to that, you can see the following at the development > trunk: > > <codesets>{string:ABC}</codesets> > > -> You need the C codeset so set it to 'C' > -> this means that you have to use the current trunk and put that lib into > FOP. > After that you should be able to use the codeset... > > Regards, > ToM > > 2010/1/13 Pascal Sancho <[email protected]> >> >> Hi, >> >> You should find relevant information here: [1] >> Note that there are more appropriate lists for barcode4j related topics: >> see [2] >> >> [1] http://barcode4j.sourceforge.net/trunk/symbol-code128.html >> [2] http://sourceforge.net/mail/?group_id=96670 >> >> Pascal >> >> Magdikova a écrit : >> > I read about "Added support for restricting Code128 codesets to A, B, C >> or a >> > combination." >> > in this page: http://barcode4j.sourceforge.net/changes.html >> > >> > I have to generate Code128 codeset C with FOP. >> > >> > How can I use it? Help me please! >> > >> > I can generate code128 but I have to generate Code128 codeset C. >> > >> > My xsl settings are: (it works but it is not in "C" format the output >> is: >> > 123456 instead of 12 34 56) >> > >> > <fo:instream-foreign-object> >> > >> > <xsl:variable name="barcode-cfg"> >> > <barcode> >> > <code128> >> > <human-readable> >> > >> <placement>bottom</placement> >> > >> <font-name>Arial Narrow</font-name> >> > >> <font-size>8pt</font-size> >> > >> <display-start-stop>false</display-start-stop> >> > >> <display-checksum>false</display-checksum> >> > </human-readable> >> > >> <height>13mm</height> >> > >> <module-width>0.3mm</module-width> >> > <quiet-zone >> enabled="true">10mm</quiet-zone> >> > </code128> >> > </barcode> >> > </xsl:variable> >> > <xsl:copy-of select="barcode:generate($barcode-cfg, >> > /letter/case/barcode/msg)"/> >> > >> > </fo:instream-foreign-object> >> > >> > >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://old.nabble.com/Help-me-please%21-How-to-FOP-%2B--barcode4j-%2B-Code128-set-C--tp27144885p27159199.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
