Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 7 of 7

Thread: Increase the barcode width in Java

  1. #1
    Junior Member
    Join Date
    Apr 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Increase the barcode width in Java

    Hi, all.
    I am using Oracle Report builder 9.0.2. I have generated a Data Matrix barcode by importing the oracle class barcode generator and barcode constants files. I have managed to generate Data Matrix, however, I want to adjust the data matrix size from width which I cannot do it.
    Can someone help me with increasing the width of the generated Data Matrix barcode images?


  2. #2
    Junior Member
    Join Date
    May 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Increase the barcode width in Java

    Set the barcode height property to changing the size of the created Data Matrix images.
    Like barcode.setbarcodeheight(70);

  3. #3
    Junior Member
    Join Date
    Apr 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Increase the barcode width in Java

    You use your own written barcode library or purchase from others. If it is the purchased one, you can feed back to get more information on how to set concerned parameters to do it.

  4. #4
    Junior Member
    Join Date
    Apr 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Increase the barcode width in Java

    So is there some good one you have used. Please recommend it to us. I need a such a barcode generation component for Data Matrix in Java.

  5. #5
    Junior Member
    Join Date
    Apr 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Increase the barcode width in Java

    You may go to a data matrix generator for Java which may help you out. It is completely written in Java and is integrated with all barcode concerned features such as barcode width setting, height setting, unit of measure, color, ect. You can have a try of the free trial version to check whether it is your needed one. Good luck.

  6. #6
    Junior Member
    Join Date
    Aug 2012
    Posts
    8
    My Mood
    Cheeky
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Increase the barcode width in Java

    Dear astridcollins787,

    Hey hi i think u have worked on Barcode Generation.....Can you just say me how to generate a barcode in Java as im very new to this concept.....So can u just help out me in any way....Any Solution would be appreciable.....Thanks in Advance......

    Regards,

  7. #7

    Default Re: Increase the barcode width in Java

    As far as i am concerned, there are two methods for adjusting barcode size generally: within property panel and within Class. You can have a try. Good luck for you.

Similar Threads

  1. Java Barcode Program with Oracle database
    By techsing14 in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: December 6th, 2012, 05:19 AM
  2. How can we read barcode in pdf file?
    By suresh.bellala in forum Member Introductions
    Replies: 3
    Last Post: July 6th, 2012, 04:58 AM
  3. send image (logo) and text & barcode to the Zebra Printer
    By ehsanlinux in forum What's Wrong With My Code?
    Replies: 3
    Last Post: June 11th, 2011, 05:41 AM
  4. [SOLVED] increase while loop && var
    By Scotty in forum Java Theory & Questions
    Replies: 11
    Last Post: December 9th, 2010, 02:32 PM
  5. Increase Java Memory Allocation
    By aussiemcgr in forum Java Theory & Questions
    Replies: 4
    Last Post: July 15th, 2010, 02:34 PM