[iText-questions] pdfPTable

2003-11-24 Thread Sam Maina
Title: Message



Am having problems 
nesting PdfPTables:

If I enclose two 
PdfPTables within a larger one, no data shows ifan enclosed PdfPTables 
goes
beyond the page. 
Meaning, if one column of the enclosing PdfPTables exceeds the page size, then 
nothing shows.

Sam Maina
Web Developer
KnovelCorporation
(607)7731840ext 
670
[EMAIL PROTECTED]



[iText-questions] special characters

2003-07-31 Thread Sam Maina
Title: Message




This characters are 
not asian. \u221E represents ∞.
I don't 
think I need asian characters. The only characters am able to display is the 
Greek.



  - Original Message - 
  From: 
  Sam Maina 

  To: '[EMAIL PROTECTED] 
  Sourceforge. Net' 
  Sent: Thursday, July 31, 2003 11:17 
  AM
  Subject: [iText-questions] special 
  characters
  
  
  I tried :
  document.add(new Chunk("some special characters 
  \u221E \u2264")); And all it show is "some special characters" omitting 
  theunicode characters.
  What more do I need 
  to do to show these characters?
  

Sam Maina
Web Developer
KnovelCorporation
(607)7731840ext 
670
[EMAIL PROTECTED]


[iText-questions] Encodings

2003-07-25 Thread Sam Maina
Title: Message



I need help. I am 
new toItext and I was wondering if there is a way I can programmatically 
using a servlet convert the following ASCII characters to there 
respective symbols. This data comes from the database and I would like to 
convert it on the fly.

for 
example:
#124; converts to |#147; 
converts to #150; converts to 
etc.




[iText-questions] Tables

2003-06-26 Thread Sam Maina
Title: Message



Is it possible to 
create a Pdf Table without borders? I tried:
Table table = new 
Table(2);
table.setBorder(0);

I was hoping this 
would produce a table with no borders.


[iText-questions] String Size

2003-06-10 Thread Sam Maina
Title: Message



I need help in 
determining the size if a string of a particular font. I noticed that 
com.lowagie.text.pdf.PdfGraphics2D.PdfFontMetrics has a 
stringWidth(String) method which could probably be helpful. Unfortunately, the 
constructors of this class are private. How can solve this?



[iText-questions] Cells

2003-06-06 Thread Sam Maina
Title: Message



How would I set the 
cells in a PdfPTable to absolute widths rather than 
percentages.

Sam Maina
Web Developer
KnovelCorporation
(607)7731840ext 
670
[EMAIL PROTECTED]