Good day.

I am trying to work an example using the following line of code:

...
cell = new PdfPCell(new Paragraph(String.valueOf(row)));
...

I'm getting the following error:
Error 2 'string' does not contain a definition for 'valueOf'

After reviewing the original code (JAVA), the following lines might be the
problem:
import com. lowagie.text. pdf.PdfPCell;
import com.lowagie . text.pdf. PdfPTable;

I'm using iTextSharp v4.01..  Are these classes in the C# world?  Can I get
these to work in my app?  if so, how?  Am I missing/using the wrong version
of iTextShart?

Any advice is appreciated.  Thank you.

Lawrence

Stratford, CT
USA
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to