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
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
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
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
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
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
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
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
>
>
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
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
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:
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: [
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
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
14 matches
Mail list logo