You must Sign In to post a response.
  • Category: ASP.NET

    Crystal Report barcode size adjustment

    Hi,
    I have a crystal report imported in my aspx page which contains a barcode in one column.The barcode looks good with size when i get the report in crystal viewer but when I import it in PDF or print it the barcode size is too small. I tried to increase the font but as i increase it the barcode becomes invisible in pdf but is reflected in the crystal viewer.Can anyone give a solution for it so that the barcode is visible in proper size in pdf as well as by printing.
  • #767257
    Hi,
    You can try this:
    Generate bar code then create its image file and display that created image of bar code on crystal report.
    Please find the demo source code which is generating barcode image in crystal report and printing it successfully in Acrobat PDF/ Microsoft Excel XLS.
    It has used System.Byte[] data type for creating barcode column:
    http://www.neodynamic.com/ND/FaqsTipsTricks.aspx?tabid=66&prodid=1&sid=68
    Please find working with barcode fonts in crystal report here:
    http://www.barcoderesource.com/crystalreportsbarcode.shtml

  • #767301
    Hi,

    This is the first time I heard this issue, but after I Google the same no of people are facing the same problem and every one said that this is known issue, and they suggested some some solutions for the same, I suggested to refer below links may be this might helpful to you.

    http://www.morovia.com/kb/Font-size-decreases-exporting-PDF-Crystal-Reports-10053.html
    http://www.idautomation.com/free-barcode-products/code39-font/#Download_Free_Barcode_Font

    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/


  • Sign In to post your comments