Re: [iText-questions] Special Characters

2003-07-31 Thread Philipp Keller
Sam Maina wrote: (B (B> Can anyone tell me how I can display special characters. (B> I am able to display only the Greek characters. For example, how can I (B> display $B!g(B. (B> among other symbols. (B> Sam Maina (B> /Web Developer/ (B> Knovel Corporation (B> (607) 773 1840 ext 670 (B

Re: [iText-questions] Table/PTable and onNewPage()

2003-07-29 Thread Philipp Keller
least when I do it doesn't work.. :-) What do I do wrong..? Philipp Keller --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and

Re: [iText-questions] Table/PTable and onNewPage()

2003-07-29 Thread Philipp Keller
Philipp Keller wrote: setTop(float), setLeft(float), ... mean? Can I set the spacing of the text within a cell from his border? Set the padding. sorry to ask again. There is a PdfPCell.setRightIndent(float) that sets the right padding of the cell but the PdfPCell.left(float) does not set

Re: [iText-questions] Table/PTable and onNewPage()

2003-07-26 Thread Philipp Keller
get to know iText better to know how it works and what strenths and weaknesses it has.. Philipp Keller --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now.

[iText-questions] Table/PTable and onNewPage()

2003-07-25 Thread Philipp Keller
e were a lot of questions but I hope someone could answer them cause I ran out of ideas.. :-) tnx a lot!   Philipp Keller    

[iText-questions] Transparent graphic with Graphics2D

2003-07-21 Thread Philipp Keller
I am trying to include charts in iText generated by JFreeChart. These charts include transparent colors (java.awt.Color with alpha-transparency). Anyway, these transparent colors are opaque when they are in the PDF document. Anyone has a suggestion. Above the code I use to include the graphic in

[iText-questions] Transparent graphic with Graphics2D

2003-07-21 Thread Philipp Keller
I am trying to include charts in iText generated by JFreeChart. These charts include transparent colors (java.awt.Color with alpha-transparency). Anyway, these transparent colors are opaque when they are in the PDF document. Anyone has a suggestion. Above the code I use to include the graphic in