Hi,

I have asked this question in this forum once before. So am sorry for
repeating myself here but I did not receive any response the first time.

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
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
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