You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
(6) |
Sep
|
Oct
(20) |
Nov
(3) |
Dec
|
2005 |
Jan
(2) |
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(2) |
Nov
|
Dec
|
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
(3) |
Jun
(2) |
Jul
(2) |
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(1) |
Dec
(1) |
2007 |
Jan
(2) |
Feb
(2) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
(6) |
Dec
(2) |
2008 |
Jan
|
Feb
(2) |
Mar
(6) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(4) |
Nov
(2) |
Dec
(1) |
2009 |
Jan
(6) |
Feb
|
Mar
(3) |
Apr
|
May
(2) |
Jun
|
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
(3) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(2) |
Dec
(2) |
2012 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
2016 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Renke C. v. S. <ren...@ed...> - 2021-10-27 16:43:34
|
Hello, we (eddyson GmbH, https://www.eddyson.de/) have been avid users of Barcode4J. Lately a dependency upgrade (which caused a clash between different versions of org.apache.xmlgraphics:fop) has forced us to fork Barcode4J version 2.1. We wanted to ask whether any of the original authors would oppose publication of this fork on GitHub. It should be noted, however, that this isn’t a complete fork of Barcode4J. Since we only really need the FOP integration, the fork does not, e.g., contain the servlet or cli integration Barcode4J originally comes with. We also moved some code around (from ContainerUtil to BarcodeUtil) in order to further reduce the number of classes within the fork, while adding several classes from the avalon-framework-api and avalon-framework-impl dependencies to avoid having to completely pull these in. Kind regards Renke von Seggern |
From: <Die...@ts...> - 2019-03-13 13:08:12
|
Hello, underscore is not a valid character in Code 39! Only if all of your barcode scanners support "Full ASCII Code 39" (or "Extended Code 39") you can write the following two characters instead: %O So your example would be message="123%O456" https://www.barcodefaq.com/1d/code-39/ https://en.wikipedia.org/wiki/Code_39 If you can not program your scanners to use "Full ASCII Code 39" you will see '%O' and not '_'. Dietmar > Von: "Pawan Verma" <...> > An: bar...@li... > Datum: 11.03.2019 14:50 > Betreff: [Barcode4j-developers] Underscore not working in message of Barcode > > Hello, > > I tried to generate a barcode using barcode4j-2.1.jar and it worked > fine for me. But while trying to generating Barcode with message > containg Underscore(_), it is not working. Below is the code which I > have used for reference: > {code} > <barcode:barcode xmlns:barcode="http:// > barcode4j.krysalis.org/ns" > message="123_456"> > <barcode:code39> > <barcode:height>0.75in</barcode:height> > <barcode:module-width>.375mm</ > barcode:module-width> > </barcode:code39> > <barcode:human-readable> > <barcode:placement>bottom</barcode:placement> > <barcode:font-name>Helvetica</barcode:font-name> > <barcode:font-size>18pt</barcode:font-size> > <barcode:display-start-stop>false</ > barcode:display-start-stop> > <barcode:display-checksum>false</ > barcode:display-checksum> > </barcode:human-readable> > </barcode:barcode> > > {code} > > Is there any limitation with Underscore in the message or I am doing > something wrong here. Looking forward to the response. > -- > Kind Regards, > Pawan Verma | Technical Consultant > HotWax Systems > Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, > Indore, M.P. 452010 > Linkedin: Pawan Verma_______________________________________________ > Barcode4j-developers mailing list > Bar...@li... > https://lists.sourceforge.net/lists/listinfo/barcode4j-developers |
From: Pawan V. <paw...@ho...> - 2019-03-11 13:48:55
|
Hello, I tried to generate a barcode using barcode4j-2.1.jar and it worked fine for me. But while trying to generating Barcode with message containg Underscore(_), it is not working. Below is the code which I have used for reference: {code} <barcode:barcode xmlns:barcode=" http://barcode4j.krysalis.org/ns" message="123_456"> <barcode:code39> <barcode:height>0.75in</barcode:height> <barcode:module-width>.375mm</barcode:module-width> </barcode:code39> <barcode:human-readable> <barcode:placement>bottom</barcode:placement> <barcode:font-name>Helvetica</barcode:font-name> <barcode:font-size>18pt</barcode:font-size> <barcode:display-start-stop>false</barcode:display-start-stop> <barcode:display-checksum>false</barcode:display-checksum> </barcode:human-readable> </barcode:barcode> {code} Is there any limitation with Underscore in the message or I am doing something wrong here. Looking forward to the response. -- Kind Regards, *Pawan Verma* | Technical Consultant HotWax Systems <http://www.hotwaxsystems.com/> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore, M.P. 452010 Linkedin: *Pawan Verma <https://www.linkedin.com/in/pawan-verma-aa1053a2/>* |
From: zineddine r. <zin...@gm...> - 2018-04-23 09:07:22
|
Hello Guys, I'have created a barcode that works like a charm on jsp page. <img alt="my Image" src="/eTiquette/barcodesep?value=92013852}3712}10180136}17180606"> My question is how can i show separator "}" during scan. Best regard. |
From: irshad a. <irs...@gm...> - 2017-01-17 06:14:59
|
Hello Team, I am using Barcode4j servlet can you tell me how to proceed with QR code integration. Regards Irshad |
From: ozawa_h <oz...@wo...> - 2016-06-29 23:23:49
|
Hi, I've added a support for Japanese Postal Customer Barcode. I've uploaded the source to github: https://github.com/ozawa-hi/barcode4j Specification on Japanese Postal Customer Barcode can be found here (sorry, only in Japanese) http://www.post.japanpost.jp/zipcode/zipmanual/index.html Cheers, Hitoshi Ozawa |
From: Rondelli, S. <ron...@am...> - 2016-05-27 14:37:27
|
Hi All, I found a bug in the height calculation in Barcode4J: When ConfigurableBarcodeGenerator.configure is called the height is the first thing calculated: Configuration c = cfg.getChild("height", false); if (c != null) { Length h = new Length(c.getValue(), "mm"); getBean().setHeight(h.getValueAsMillimeter()); } The calculation getBean().setHeight() method is implemented like this: public void setHeight(double height) { this.height = height - getHumanReadableHeight(); } As you can se the Human Readable Height is used as part of the calculation and by default is set to HumanReadablePlacement.HRP_BOTTOM. This lead to have the getHumanReadableHeight() never return 0 causing the height to be smaller then expected (even negative for small barcide:height like 3.5mm). The problem is that the Human Readable Height is set after the Height which is wrong since the Human Readable Height is needed for Height calculation. The fix is pretty simple and consist in moving the setting of the Height at the bottom of the ConfigurableBarcodeGenerator.configure method. Now I would like to make the fix available for the OpenSource community: 1. What is the procedure to do it? 2. Do you foresee any problem with the fix that I have implemented? 3. Do you have any suggestion on how fix it in an alternative way? Thanks Simone Rondelli Amazon Europe Core societe a responsabilite limitee, 5 rue Plaetis, L-2338 Luxembourg, R.C.S. Luxembourg n B 180022, capital social: EUR 37.501, autorisation d etablissement en qualite de commercante n 10040783. |
From: <Die...@ts...> - 2016-03-03 13:29:17
|
Hi Christophe, you did not yet convince me that my code is wrong. Please try the following code: str="35017726070101046"; CDigit = CheckDigit.calcCheckdigit31(str, 0, str.length()); This returns '4' which is what you wanted. If your code is called with start=0 then variable i gets the value -1 and msg.charAt(i) throws an Exception. I think you just used the wrong parameters. In Java and all C-like languages strings always start at position 0 and not 1 as in your example. The start and end parameters of calcCheckdigit31are defined like in String.substring(start, end). Example from https://docs.oracle.com/javase/7/docs/api/java/lang/String.html#substring(int,%20int) "smiles".substring(1, 5) returns "mile" Regards Dietmar > Betreff: [Barcode4j-developers] Bug report on Sources > > Hi, > > I use everyday C128 barcode and i program some little application > around C-128 and GS1-128 > > > > I have found a BUG in CHECKDIGIT calculation function > > barcode4j-2.1.0\src\java\org\krysalis\barcode4j\impl\code128\CheckDigit.java > > > > public static char calcCheckdigit(int oddMult, int evenMult, String msg, int > start, int end) { > int oddSum = 0; > int evenSum = 0; > boolean even = false; > for (int i = end-1 ; i >= start-1; i--) { > if (even) { > evenSum += Character.digit(msg.charAt(i), 10); > } else { > oddSum += Character.digit(msg.charAt(i), 10); > } > even = !even; > } > int check = 10 - ((evenMult * evenSum + oddMult * oddSum) % 10); > if (check >= 10) check = 0; > return Character.forDigit(check, 10); > } > > > > this is the right code for a good CHECKDIGIT. On the loop the index > I must finish to 0 and not to 1 else one character is loose on the > calculation !!!!! so add -1 at the loop declaration after I >= start > > > > Of course in case of the Start and the end argument are correct. For > my example i use: > > char CDigit = CheckDigit.calcCheckdigit31("35017726070101046", 1, 17); > > > > The good result is ‘4’ and not ‘3’ with the -1 missing > > > > That’s All > > > > Regards > > > > Christophe Sauvard > |
From: Christophe S. <Chr...@lo...> - 2016-02-02 15:59:24
|
Hi, I use everyday C128 barcode and i program some little application around C-128 and GS1-128 I have found a BUG in CHECKDIGIT calculation function barcode4j-2.1.0\src\java\org\krysalis\barcode4j\impl\code128\CheckDigit. java public static char calcCheckdigit(int oddMult, int evenMult, String msg, int start, int end) { int oddSum = 0; int evenSum = 0; boolean even = false; for (int i = end-1 ; i >= start-1; i--) { if (even) { evenSum += Character.digit(msg.charAt(i), 10); } else { oddSum += Character.digit(msg.charAt(i), 10); } even = !even; } int check = 10 - ((evenMult * evenSum + oddMult * oddSum) % 10); if (check >= 10) check = 0; return Character.forDigit(check, 10); } this is the right code for a good CHECKDIGIT. On the loop the index I must finish to 0 and not to 1 else one character is loose on the calculation !!!!! so add -1 at the loop declaration after I >= start Of course in case of the Start and the end argument are correct. For my example i use: char CDigit = CheckDigit.calcCheckdigit31("35017726070101046", 1, 17); The good result is '4' and not '3' with the -1 missing That's All Regards Christophe Sauvard Responsable informatique chr...@lo... <mailto:chr...@lo...> +33 (0) 1 64 47 14 61 +33 (0) 6 10 40 30 32 Logopak Industrial Print and Apply Labelling www.logopak.fr <http://www.logopak.fr/> - www.logopak.com <http://www.logopak.com/> 1 rue Marcelin Berthelot - BP 76 91323 Wissous Cedex - France Tel.: +33 (0) 1 64 47 15 16 - Fax.:+33 (0) 1 69 20 25 74 |
From: siva k. p. <siv...@gm...> - 2015-12-13 16:21:00
|
Hi Team, In one of requirements I need to design the form using XSLT 1.0 and generate the pdf using Apache FOP. For the barcode I am using Barcode4J. 1. Below is the classpath I am setting set classpath=.;D:/libs/barcode4j-2.1.jar;D:/libs/barcode4j-fop-ext-2.0.jar;D:/libs/avalon-framework-4_2_0.jar;D:/libs/commons-cli-1.0.jar;D:/fop-2.0-bin/fop-2.0/build/fop.jar;D:/libs/serializer-2.7.0.jar;D:/libs/xalan- 2.7.0.jar;D:/libs/xercesImpl-2.7.1.jar;D:/libs/xml-apis-1.3.04.jar;D:/libs/batik-all-1.7.jar; 2. command I am using to generate the pdf is : java -jar fop.jar -xml D:/json/person.xml -xsl D:/altova_xslt_file/Barcode4J_test.xslt -pdf D:/altova_xslt_file/Barcode4J_test.pdf 3. I am using the below names in the XSLT xmlns:barcode="org.krysalis.barcode4j.xalan.BarcodeExt" extension-element-prefixes="barcode" 4. Barcode generating piece <fo:block> <fo:instream-foreign-object> <barcode:barcode xmlns:barcode="org.krysalis.barcode4j.xalan.BarcodeExt" message="my message" orientation="90"> <barcode:code128> <barcode:height>8mm</barcode:height> </barcode:code128> </barcode:barcode> </fo:instream-foreign-object> </fo:block> 5. I am getting the below error it is not able to find the class in the classpath although I have added the jar on: org.krysalis.barcode4j.xalan.BarcodeExt Dec 13, 2015 11:09:35 AM org.apache.fop.cli.Main startFOP SEVERE: Exception org.apache.fop.apps.FOPException: javax.xml.transform.TransformerException: java.lang.ClassNotFoundException: org.krysalis.barcode4j.xalan.BarcodeExt javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: java.lang.ClassNotFoundException: org.krysalis.barcode4j.xalan.BarcodeExt at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:288) at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:115) at org.apache.fop.cli.Main.startFOP(Main.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.fop.cli.Main.startFOPWithDynamicClasspath(Main.java:143) at org.apache.fop.cli.Main.main(Main.java:219) Caused by: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: java.lang.ClassNotFoundException: org.krysalis.barcode4j.xalan.BarcodeExt at org.apache.xalan.extensions.ExtensionHandlerJavaPackage.processElement(ExtensionHandlerJavaPackage.java:491) at org.apache.xalan.templates.ElemExtensionCall.execute(ElemExtensionCall.java:232) at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2411) at org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:1374) at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2411) at org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:1374) at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2411) at org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:1374) at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2411) at org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:1374) at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2411) at org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:1374) at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2411) at org.apache.xalan.transformer.TransformerImpl.applyTemplateToNode(TransformerImpl.java:2281) at org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java:1367) at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:709) at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1284) at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1262) at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:285) ... 8 more Please help me to resolve the issue.. Thanks, Siva |
From: Nasreen B. <nas...@ng...> - 2015-09-18 12:26:18
|
Hi All, I have a requirement that user can put alternate text to Code39 and Code128 type of barcode. Although text will be passed to create barcode but user will have an option to make the alternate text visible and not the text for which barcode has been generated. Any help is highly appreciated. Thanks -- ------------------------------ This email is sent on behalf of Northgate Information Solutions Limited and its associated companies ("Northgate") and is strictly confidential and intended solely for the addressee(s). If you are not the intended recipient of this email you must: (i) not disclose, copy or distribute its contents to any other person nor use its contents in any way or you may be acting unlawfully; (ii) contact Northgate immediately on +44 (0)1442 232424 quoting the name of the sender and the addressee then delete it from your system. Northgate has taken reasonable precautions to ensure that no viruses are contained in this email, but does not accept any responsibility once this email has been transmitted. You should scan attachments (if any) for viruses. ------------------------------ |
From: Nasreen B. <nas...@ng...> - 2015-09-18 12:23:43
|
Hi All, Iam able to create barcodes for EAN8 and EAN13 format types, But I have a requirement to control the guard bars. User can create barcodes with or without guard bars. Please provide some guidance to create EAN8 andEA13 barcodes without guardbars. -- ------------------------------ This email is sent on behalf of Northgate Information Solutions Limited and its associated companies ("Northgate") and is strictly confidential and intended solely for the addressee(s). If you are not the intended recipient of this email you must: (i) not disclose, copy or distribute its contents to any other person nor use its contents in any way or you may be acting unlawfully; (ii) contact Northgate immediately on +44 (0)1442 232424 quoting the name of the sender and the addressee then delete it from your system. Northgate has taken reasonable precautions to ensure that no viruses are contained in this email, but does not accept any responsibility once this email has been transmitted. You should scan attachments (if any) for viruses. ------------------------------ |
From: Jeremias M. <de...@je...> - 2015-03-03 11:00:14
|
I just wanted to let everyone know that I've recently removed some people from the admin group for Barcode4J. These were never really active and they are in due to Barcode4J's past as part of the Krysalis Community Project. Furthermore, I've recently added Marc Guillemot to the admin group who kindly offered to move Barcode4J over from CVS to a Subversion repository, a task I've never really got around to. I apologize for my inactivity but spare time is rare and other priorities take precedence. Thanks, Jeremias Maerki |
From: bairav h. <bai...@gm...> - 2014-11-05 14:01:29
Attachments:
image.png
|
Hi, I need a help in controlling the width of barcode lines, is anyone there to help on this? Am using XSL-FO to get my PDF report. below is the code which is giving me the barcode, i need to reduce the width of each barcode lines so as to accomplish the approval. [image: Inline image 1] <fo:instream-foreign-object> <barcode:barcode xmlns:barcode="http://barcode4j.krysalis.org/ns" message="{12345678}" xmlns="http://www.w3.org/2000/svg"><barcode:code128> <barcode:height>35.5mm</barcode:height> <barcode:module-width>0.55mm</barcode:module-width> <barcode:human-readable> <pattern>(__) _______ __________ __ </pattern> <placement>bottom</placement> <font-name>calibri</font-name> <font-size>14pt</font-size> </barcode:human-readable> </barcode:code128> </barcode:barcode> </fo:instream-foreign-object> Regards, Bairav |
From: bairav h. <bai...@gm...> - 2014-11-05 13:59:37
|
Hi, I need a help in controlling the width of barcode lines, is anyone there to help on this? Am using XSL-FO to get my PDF report. below is the code which is giving me the barcode, i need to reduce the width of each barcode lines so as to accomplish the approval. <fo:instream-foreign-object> <barcode:barcode xmlns:barcode="http://barcode4j.krysalis.org/ns" message="{12345678}" xmlns="http://www.w3.org/2000/svg"><barcode:code128> <barcode:height>35.5mm</barcode:height> <barcode:module-width>0.55mm</barcode:module-width> <barcode:human-readable> <pattern>(__) _______ __________ __ </pattern> <placement>bottom</placement> <font-name>calibri</font-name> <font-size>14pt</font-size> </barcode:human-readable> </barcode:code128> </barcode:barcode> </fo:instream-foreign-object> Regards, Bairav |
From: Jeremias M. <de...@je...> - 2013-10-21 07:42:52
|
Sorry for the late reply. Not sure what you mean and in which context. There are so many ways to create barcodes with Barcode4J. In case you're talking about creating transparent bitmaps, you'll have to pass BufferedImage.TYPE_INT_ARGB as argument to the "imageType" parameter of the BitmapCanvasProvider constructor. HTH Jeremias Maerki On 13.10.2013 20:16:48 HEMCOM Software wrote: > Hello, > > I can put color: > "context.setBackground (Color.White) ' > How can I make the background transparent barcodes? > > Thank you > > -- > > Mit freundlichen Grüßen > Muhammet Ulusoy > > > HEMCOM Software > Frankenstr. 46 > 97249 Eisingen > TEL: 09306 - 98 28 08 > FAX: 09306 - 98 28 09 > > E-Mail : in...@he... > USt-ID : DE186962141 > Inhaber: Muhammet Ulusoy |
From: HEMCOM S. <in...@he...> - 2013-10-13 18:33:08
|
Hello, I can put color: "context.setBackground (Color.White) ' How can I make the background transparent barcodes? Thank you -- Mit freundlichen Grüßen Muhammet Ulusoy HEMCOM Software Frankenstr. 46 97249 Eisingen TEL: 09306 - 98 28 08 FAX: 09306 - 98 28 09 E-Mail : in...@he... USt-ID : DE186962141 Inhaber: Muhammet Ulusoy |
From: SourceForge.net <no...@so...> - 2013-01-14 14:18:37
|
Patches item #3600784, was opened at 2013-01-14 06:18 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=615506&aid=3600784&group_id=96670 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Nobody/Anonymous (nobody) Summary: FOP Barcode size is half of what it should be Initial Comment: After changes from https://issues.apache.org/jira/browse/FOP-2174 Barcode size is wrong ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=615506&aid=3600784&group_id=96670 |
From: SourceForge.net <no...@so...> - 2012-11-01 14:35:34
|
Patches item #3582458, was opened at 2012-11-01 07:35 Message generated for change (Tracker Item Submitted) made by agiotis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=615506&aid=3582458&group_id=96670 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Alexios (agiotis) Assigned to: Nobody/Anonymous (nobody) Summary: Patch to upgrade QR Code support to zxing 2.1 Initial Comment: The CVS head is based on zxing 1.7 and does not benefit from the latest changes in QR Code encoding. The currently latest zxing release is not backwards compatible. This patch is the minimal changes to upgrade to 2.1. Before applying the patch, you will need to replace lib/zxing-core-1.7.jar with lib/zxing-core-2.1.jar. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=615506&aid=3582458&group_id=96670 |
From: SourceForge.net <no...@so...> - 2012-03-26 12:46:17
|
Patches item #3511408, was opened at 2012-03-26 05:46 Message generated for change (Tracker Item Submitted) made by arpitgautam You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=615506&aid=3511408&group_id=96670 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Arpit Gautam (arpitgautam) Assigned to: Nobody/Anonymous (nobody) Summary: PDF417 ISO-8859-1 support Initial Comment: Changes in PDF417HighLevelEncoder.java. Instead of hard coding CP437, format is extracted from URL. Only data URL changes are there for ISO-8859-1 support. 'getDataEncoding' is added to 'tools/URLUtil.java' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=615506&aid=3511408&group_id=96670 |
From: Jeremias M. <de...@je...> - 2012-02-28 06:51:44
|
Does anybody mind if I try to migrate Barcode4J to Subversion? I guess not, but it's only proper to ask. I could probably do this on one of the next weekends. Jeremias Maerki |
From: Jeremias M. <de...@je...> - 2011-12-19 15:32:48
|
Hi Brent Sorry for the late reponse. I've been on a 3 week holiday. That looks as if you're using the ancient Apache FOP 0.20.5. FOP had a bug that resulted in text like that. I suggest you upgrade to a recent Apache FOP release (1.0 or later). This is not a Barcode4J issue. PS: please send future questions on Barcode4J to bar...@li.... Thanks. On 14.12.2011 22:47:35 bmcmillan wrote: > Hello, > > I am having trouble with the human readable text. > > > As you can see this text isnt very human readable. Any Ideas? > > > Brent Jeremias Maerki |
From: Jeremias M. <de...@je...> - 2011-11-11 12:47:54
|
Hi ToM For most of the libs, there's no gain as all cases except Saxon are backwards-compatible. Keeping lower version numbers actually guarantees compatibility with older environments. Saxon is problematic since the the extension API has changed in an incompatible way about every two years or so. It's hard to keep track (and since I don't use Saxon I don't really fancy keeping up for the work it generates). If you notice an incompatibility with newer versions of the dependencies, please let me know. Please note that you can always use other versions of these libs (if they are compatible). What was the motivation for your post? Just curious. Yes, and I should at some point allocate some time for a new release.... On 11.11.2011 12:26:02 TvT wrote: > Hi, > > got a question for the next barcode4j version. > Would it be possible to upgrade some of the libs used by barcode4j? > > avalon-framework: 4.2.0->4.3.1 > servlet-api: 2.2 -> 2.3/2.4/2.5 > commons-cli: 1.0 ->1.2 > jdom: 1.0 -> 1.1.2 > saxon: 8.5.1-> 9.1 (latest with jdk 1.4) > xalan: 2.7.0 -> 2.7.1 > xerces: 2.9.0->2.11.0 > serializer: 2.7.0 ->2.7.1 > > Thanks, > ToM Jeremias Maerki |
From: TvT <tvt...@ne...> - 2011-11-11 11:49:00
|
Hi, got a question for the next barcode4j version. Would it be possible to upgrade some of the libs used by barcode4j? avalon-framework: 4.2.0->4.3.1 servlet-api: 2.2 -> 2.3/2.4/2.5 commons-cli: 1.0 ->1.2 jdom: 1.0 -> 1.1.2 saxon: 8.5.1-> 9.1 (latest with jdk 1.4) xalan: 2.7.0 -> 2.7.1 xerces: 2.9.0->2.11.0 serializer: 2.7.0 ->2.7.1 Thanks, ToM |
From: Jeremias M. <de...@je...> - 2011-08-29 08:00:27
|
Hi Sean Of course, you don't need permission to use source code from Barcode4J as long as the Apache License v2 is respected. On a side-note: For me, ZXing is a barcode recognition tool. Barcode4J is a pure generator. Both are ALv2. I was a bit surprised when a QR generator popped up in ZXing. Why not promote (and work with) Barcode4J for the generator part? I promote ZXing when someone asks me about an open source barcode recognition tool. I don't see a point in adding more generators to ZXing if they are already in Barcode4J. At any rate, I invite ZXing contributors to work with Barcode4J. Committer access to Barcode4J can be quick for good contributions. BTW, http://code.google.com/p/zxing/issues/detail?id=599 is still hoping for some love. ;-) On 25.08.2011 15:27:11 Sean Owen wrote: > Hi all, I'm one of the two primary committers for zxing > (code.google.com/p/zxing). I've gotten a code contribution from a > Google intern which encodes PDF417 barcodes, and it is derived from > Barcode4J. > > Before I commit it, I'm simply wondering if this is OK with the authors? > > Naturally, I can make sure it all follows the Apache License (NOTICE > file, copyright headers, etc.) Our project is Apache too. But, I'd > rather also ask before proceeding. > > Best, > Sean > _______________________________________________ > Barcode4j-developers mailing list > Bar...@li... > https://lists.sourceforge.net/lists/listinfo/barcode4j-developers Cheers, Jeremias Maerki |