Re: [iText-questions] how to draw a table vertically?

2002-06-28 Thread monojit
No.All the text within the cells are written from bottom to top,such that the table appears to be drawn vertically. I am sending you an image of how the table should look. Monojit Choudhury Lisle Technology Partners (India) Pvt. Ltd. 45/3, Gopalkrishna Complex, Residency Road, Bangalore-560025

[iText-questions] Design ideas on combining multiple parsed templates

2002-06-28 Thread Chris Ward
I am working on a project that will have a dozen xml templates, with placeholders for data from a database. I will need to let the user select several of these to eventually be made into one document. (hopefully RTF). I have a class that will create a custom hashmap based on the database data

[iText-questions] key code question

2002-06-28 Thread Martin Hellat
I need to create a pdf file in estonian... meaning i need letters like Ü,Õ,Ö and Ä... all other letters except Õ are displayed correctly. And i was told that i need to replace Õ with some key code that pdf uses for this letter. Does anyone know what it could be? Thank u, martin. ___

Re: [iText-questions] Searchable mailing list archives

2002-06-28 Thread Bruno Lowagie
Shahzad Latif wrote: > Does this list have a searchable archive? > > I'd like to know too. Too much to read and I am afraid to repost. > Don't want to bother the authors too much. They already have done a > remarkable job. > > Shahzad > > > Original Message Follows > From: "Doug Poland"

Re: [iText-questions] Searchable mailing list archives

2002-06-28 Thread Shahzad Latif
Does this list have a searchable archive? I'd like to know too. Too much to read and I am afraid to repost. Don't want to bother the authors too much. They already have done a remarkable job. Shahzad Original Message Follows From: "Doug Poland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

[iText-questions] phonebook style output

2002-06-28 Thread Doug Poland
I just bid a job to create a phone book style directory from an address database. I've never used itext but from what I've read it's more that adequate for the task. Could someone point me to a faq, email, how-to that might help me with such a task. Many TIA -- Regards, Doug ---

[iText-questions] Calculating Length

2002-06-28 Thread Anis h
Hello Bruno! I got great help from you and Paulo in creating pdf: Thanks for all your valuable time. I am trying to create a compressed pdf using FlateDecode .. paulo gave me some useful tips and finally I am stuck with just one issue .. paulo told me see PdfStream class in iText and learned

[iText-questions] image problem

2002-06-28 Thread Martin Hellat
Hey, I'm using oracle java class for making my pdf file... and i need to show image which i get from blob field as an input parameter for my class. I'm using this code below, but whatever image type i have (bmp,gif,jpeg) in database, i get this error saying not recognized image type : .. Lo

Re: [iText-questions] how to draw a table vertically?

2002-06-28 Thread monojit
Hi Thanks for the reply. Well..what i actually need is a table which will be drawn from top to bottom. The text within the cells should also appear from bottom to top instead from left to right. So how do I rotate the text within the cell?If I invoke the rotate() method of the rectange on