Re: [iText-questions] fonts and encoding issue

2002-11-14 Thread Shahzad Latif
Hi: Thanks, but problem on this scenario is it will take care of only the trademark symbol. The client can come up with any possible combination for unicode. I guess I'll change the encoding to winansi and try the equivalent code. Having said this, I beleive the problem might stay the same. The

Re: [iText-questions] fonts and encoding issue

2002-11-14 Thread Scott Dietrich
On Thursday, November 14, 2002, at 04:44 PM, Shahzad Latif wrote: Hi: Got into an intersting situation: 1) We are receiving XML data from different sources 2) We have created some java classes and loaded them in Oracle. 3) The XML data is passed as a parameter to the java sotred procedure that

Re: [iText-questions] fonts and encoding issue

2002-11-14 Thread David Thielen
parse the string and change the \u2122 into the unicode char. - dave - Original Message - From: "Shahzad Latif" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 2:44 PM Subject: [iText-questions] fonts and encoding issue > Hi: > > Got into an intersting sit

[iText-questions] fonts and encoding issue

2002-11-14 Thread Shahzad Latif
Hi: Got into an intersting situation: 1) We are receiving XML data from different sources 2) We have created some java classes and loaded them in Oracle. 3) The XML data is passed as a parameter to the java sotred procedure that creates a PDF Character encoding in Oracle is WE8ISO8859P1. Clien

[iText-questions] List in PdfPCell

2002-11-14 Thread Khaled Alakhras
How can I add a List into a PdfPCell.  I tried the following: PdfPTable table = new PdfPTable(2);List list = new List(true, 20);list.add(new ListItem("Item1"));list.add(new ListItem("Item2"));Phrase phrase = new Phrase("");phrase.add(list);PdfPCell cell = new PdfPCell(phrase);table.addCell(cell); T

RE: [iText-questions] Lines in PDF Files

2002-11-14 Thread Khaled Alakhras
Thank you, that is exactly what I need. Thanks,Khaled  Paulo Soares <[EMAIL PROTECTED]> wrote: PdfPTableEvent gives you the coordinates of the table.Best Regards,Paulo Soares> -Original Message-> From: Khaled Alakhras [SMTP:[EMAIL PROTECTED]]> Sent: Thursday, November 14, 2002 13:16> To: Pa

[iText-questions] border color and width PdfPTable

2002-11-14 Thread navin kumar
Hello I am using PdfPTable since it has the provision of absolute positioning. How to set the border color and width for the same. Could any one guide me on this. Thanks in advance Navin __ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host y

RE: [iText-questions] Lines in PDF Files

2002-11-14 Thread Paulo Soares
PdfPTableEvent gives you the coordinates of the table. Best Regards, Paulo Soares > -Original Message- > From: Khaled Alakhras [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, November 14, 2002 13:16 > To: Paulo Soares; iText List > Subject: RE: [iText-questions] Lines in PDF Files > >

RE: [iText-questions] Lines in PDF Files

2002-11-14 Thread Khaled Alakhras
I am trying to add a line (similar ot ) to a PdfPCell.  Is there a way to get the coordinates of a PdfPCell?  Thanks,Khaled  Paulo Soares <[EMAIL PROTECTED]> wrote: The Graphic object is a bad idea, it's there for historical reasons only,use PdfContentByte. What exactly are you trying to do?Best

RE: [iText-questions] Problems in TIF to PDF conversion

2002-11-14 Thread Paulo Soares
You should complain to the TIFF producer or to JAI. This are all JAI errors. Best Regards, Paulo Soares > -Original Message- > From: Raj Sadan [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, November 14, 2002 6:14 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Problems in TIF to P

RE: [iText-questions] Lines in PDF Files

2002-11-14 Thread Paulo Soares
The Graphic object is a bad idea, it's there for historical reasons only, use PdfContentByte. What exactly are you trying to do? Best Regards, Paulo Soares > -Original Message- > From: Bruno [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, November 14, 2002 8:06 > To: Khaled Alakhras > Cc:

RE: [iText-questions] When print through PostScript Printer the spool size is big

2002-11-14 Thread Paulo Soares
Pdf has no capabilities to select printers. This is not a problem, it's up to you or your users to select the printer. Best Regards, Paulo Soares > -Original Message- > From: anji [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, November 14, 2002 5:24 > To: [EMAIL PROTECTED] > Subject: [

RE: [iText-questions] chunk with backgroundcolor in pdfptable

2002-11-14 Thread Paulo Soares
It's a bug in ColumnText. It's already fixed and will be made available with next weeks release. Best Regards, Paulo Soares > -Original Message- > From: Rolando Cuevas [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, November 13, 2002 22:52 > To: [EMAIL PROTECTED] > Subject: [iText-ques

Re: [iText-questions] Lines in PDF Files

2002-11-14 Thread Bruno
Quoting Khaled Alakhras <[EMAIL PROTECTED]>: > > Is it possible to add the Graphic object to PdfPCell? > Matt Benson <[EMAIL PROTECTED]> wrote: > You mean without using the Graphic > class? Why would you want to avoid this? Because using absolute positioning as described in Chapter 10 is more a