[iText-questions] Hey Itext-questions@lists.sourceforge.net ;)

2007-08-23 Thread Santosh Choudhary
http://www.hi5.com/register/ulgUa?inviteId=A_8d88e73_jMKMh4Pwvpi148409971 Santosh - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configu

[iText-questions] how to apply stylesheet

2006-09-20 Thread santosh choudhary
HI,Thanks for your support in case of handle border in PdfPTable.Now I have to apply given CSS in the pdf document on the fly.I really in trouble how to start.Please help me.Thank youSantosh kumar choudahry - Take Surveys. Ear

[iText-questions] outer border of PdfPtable

2006-09-19 Thread santosh choudhary
Hi,I am using itext library to convert from html to pdf  and I am using PdfPtable and PdfPCell to create table.I have  a problem with the outer border of PdfPTable which is permanent visible . How to set it visible/invisible according to Thankyou-- Santosh kumar choudahrySoftware EngineerQualtech-c

[iText-questions] border in PdfPTable

2006-09-19 Thread santosh choudhary
Hi,   Please find the attached file.ThankYou - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surv

[iText-questions] border in itext

2006-09-19 Thread santosh choudhary
Hi ,I am usig the itext librery to convert from html to pdf view.I am using PdfPtable and PdfPcell to create table in pdf document.but I am facing a problem to omit or display the border of table according to html Thank you-- Santosh kumar choudahrySoftware EngineerQualtech-consultants Pvt. Ltd.Mob

[iText-questions] table with properties

2006-09-07 Thread santosh choudhary
Hi,I have to create a table with some given attributes (found dynamically).that's why I am using java.util.Properties properties=new java.util.Properties(); properties.put(key,value);(repeated in a loop for storing different attribute-value pairs)Table table =new Table(properties); but it is not wo