Hi,

We are working with inetsoft reporting libraries to generate PDF version of
a report which also requires the barcode to be printed on it. We are using
the Barcode128 to print the barcode on the pdf. And we are using the
following code:

------------------------------------------------------------------------------------------------------------
        Barcode128 code128 = new Barcode128();
        code128.setCodeType(Barcode.CODE128);
        code128.setCode(value);
        Image barcodeimage = code128.createAwtImage(Color.BLACK,
Color.WHITE);

        code128 = null;
        return barcodeimage;
-------------------------------------------------------------------------------------------------------------

The barcode which gets printed on the PDF version of this report is smaller
in size and appears as if only a part of it is getting displayed here. The
inetsoft reporting libraries are used for getting the print preview of the
report and the PDF version of the report.

Please help.

Thanks,
Shruti
------------------------------------------------------------------------------
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to