At first sight there is no reference to itext at any of the inetsoft products they sell or you can use for free. Shruti, you should definitely contact inetsoft them self. If they use itext in commercial product they most likely have a license & perhaps support contract with which they can contact itextpdf to fix the problem in their library or notify itext of a possible bug they might have detected in itext.

On 28/12/2011 9:08, iText Info wrote:
What are the inetsoft libraries?
I assume they use iText, but... shouldn't you contact inetsoft if there's a problem with their libraries?

Op 28/12/2011 7:07, shruti ravinder schreef:
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



------------------------------------------------------------------------------
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


--
twitter <http://twitter.com/redlabbe>
redlab-log <http://www.redlab.be/blog/>
------------------------------------------------------------------------------
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