Re: [iText-questions] ClassCastException when using iText5.2.1

2012-06-25 Thread Sunil Belurgikar
Don't send these mails to me I am a unsubscribed user.. Please delete my email id from your list (sunil.belurgi...@lntinfotech.com) ** -Original Message- From: Pa

Re: [iText-questions] ClassCastException when using iText5.2.1

2012-06-25 Thread Sunil Belurgikar
Don't send these mail to me I have unsubscribed user.. Please delete my email id from your list (sunil.belurgi...@lntinfotech.com) -- Regards, Sunil Belurgikar | MFG1 Sr.Software Engineer Block II, A Wing - 1stFlo

[iText-questions] Fwd: UnSubscribe Site

2012-06-19 Thread Sunil Murugan
Hi Admin, I would like to unsubscribe from this website. Everyday I am receiving thousands of mails which is irrelevant for me. Please unsubscribe my account on iText website. And, If that is not possible, Please advise to unsubscribe myself. Appreciate your help. -- Cheers, Sunil M L

Re: [iText-questions] Checkboxes and Radiobuttons do not render in pdf

2011-07-08 Thread Sunil
s IElement); document.Close(); Response.ContentType = "application/pdf"; Response.BinaryWrite(output.ToArray()); Response.End(); Thanks Sunil From: Balder [mailto:bal...@redlab.be] Sent: Friday, July 08, 2011 9:00 AM To: itext-questions@l

Re: [iText-questions] replace pdf content using itext PdfStamper

2011-07-08 Thread Sunil
I found version 4 from http://www.4guysfromrolla.com/articles/030911-1.aspx Thanks Sunil -Original Message- From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: Friday, July 08, 2011 8:51 AM To: Post all your questions about iText here Subject: Re: [iText-questions] replace pdf content

Re: [iText-questions] iTextSharp source code

2009-06-08 Thread sunil tiwari
Here it is http://sourceforge.net/projects/itextsharp/ On Mon, Jun 8, 2009 at 11:59 AM, Siddharth Sangekar (RBEI/ECN1) < siddharth.sange...@in.bosch.com> wrote: > > Hello, > Could you please send me the url to download source code for itextSharp ? > I am unable to find it out on the net. > > Tha

Re: [iText-questions] PageEvent Problem

2007-05-29 Thread Sunil. Belurgikar
>>Hi bruno, >>I am using com.lowagie.text.Table because there is a rowspan for a >>Perticulaer cell. >>I am not adding table on onEndPage. >>I am adding footer on onEndPage. >>I am adding Tables after document.open() is called. I am adding table using Documents >>add() method. 1

[iText-questions] PageEvent Problem

2007-05-28 Thread Sunil. Belurgikar
I am creating a PDF document using iText and writing some tables to it. On page end event of PDFWriter I am creating footer. method :onEndPage(PdfWriter pdfwriter, Document document) My problem is that this event is getting called twice. so some tables are cut even if whole page is available and th

[iText-questions] Problem with page event

2007-05-28 Thread Sunil. Belurgikar
_ From: Sunil. Belurgikar [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 11:20 AM To: 'itext-questions@lists.sourceforge.net' Subject: FW: Problem with page event I am creating a PDF document using iText and writing some tables to it. On page

[iText-questions] FW: Problem with page event

2007-05-28 Thread Sunil. Belurgikar
is available and they are being written to new page. There is inconsitestency of table .(some cells are drawn in one page and their data is written in next page ) I am attaching the Pdf along with this mail. Can anybody pls help me why this happens.? Sunil Belurgikar

Re: [iText-questions] Jtable2PDF: missing column names and pagination

2007-03-23 Thread Agarwal, Sunil [CIB-IT]
Thanks Bruno. Another Q, how do I print this Graphics2D? I think I cannot do jTable2.print(g2). Agarwal, Sunil [CIB-IT] wrote: > Is this the example you are referring to? Yes, that's the one. But as you'll be working with Graphics2D, you'll need to do something like this:

Re: [iText-questions] Jtable2PDF: missing column names and pagination

2007-03-21 Thread Agarwal, Sunil [CIB-IT]
) [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 4:42 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Jtable2PDF: missing column names and pagination Agarwal, Sunil [CIB-IT] wrote: > Q1: My Jtable is fairly big, meaning spans multiple pages. But I can > se

[iText-questions] Jtable2PDF: missing column names and pagination

2007-03-19 Thread Agarwal, Sunil [CIB-IT]
2 questions: Q1: My Jtable is fairly big, meaning spans multiple pages. But I can see only the first page in generated PDF. Q2: Can any one suggest a way to generate table header? For your referenceL: I am using following code Rectangle pageSize = new Rectangle(1100, 1400);

[iText-questions] Searching text in PDF Document

2005-11-11 Thread Sunil
hi, i want to serach a text in PDF Document , i m new to itext , i don't this is supported by iText or not. Regds Sunil Rajput --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. D

[iText-questions] HTML Special Character Code not working with HTMLWorker !!!!

2005-08-19 Thread sunil rajput
hi,i have written simple code using the HTML , where i m using the HTML Special Character ' which is " ' " (Single Quote ) character.   but it is not converting that HTML Code to its Symbol. do i need to do any other settings for that.   it is urgent RegdsSunil Rajputimport java.io.FileOutputStream

[iText-questions] Font Face is not Worling With HTMLWorker ,Urgent solution requied.

2005-08-12 Thread sunil rajput
??? it is urgent Regds Sunil Rajput import java.io.FileOutputStream;import com.lowagie.text.Document;import com.lowagie.text.PageSize;import com.lowagie.text.pdf.PdfWriter;import com.lowagie.text.html.HtmlParser; import com.lowagie.text.*;import com.lowagie.text.pdf.*;import

[iText-questions] Dynamic Page size (urgent)..

2005-07-14 Thread Rajput, Sunil (Cognizant)
Hi,   I m not able to check the exact size of the PDF file.   I have written the following code.      Rectangle pageSize = new Rectangle(790,610);    Document document = new Document(new Rectangle(790,610));    document.open();       StringBuffer s

[iText-questions] Problem while executing HelloWorld.java

2005-01-23 Thread Sunil Naik
) at java.lang.ClassLoader.loadClass(UnknownSource) at java.lang.ClassLoader.loadClassInternal(UnknownSource) Regards, Sunil Naik --- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source

[iText-questions] Html To Pdf

2004-05-26 Thread sunil-mohandas.naik
subclass never gets called. Is tha above call intentional or a bug. The strange part is that startElement() calls handleStartingTags() and not super.handleStartingTags() Please advice me on how to proceed. Sunil Naik, BB22 IBUR-40B Buckhauserstrasse 22 Postfach 8098 Zurich Tel. +41-1-2345146

[iText-questions] Html To Pdf conversion

2004-05-26 Thread sunil-mohandas.naik
subclass never gets called. Is tha above call intentional or a bug. The strange part is that startElement() calls handleStartingTags() and not super.handleStartingTags() Please advice me on how to proceed. Sunil Naik, BB22 IBUR-40B Buckhauserstrasse 22 Postfach 8098 Zurich Tel. +41-1

[iText-questions] HTML to PDF conversion

2004-04-02 Thread Sunil Mohandas Naik
Hi, I want to convert an html document to pdf.Can I use a css stylesheet for my html for specifying font,color etc.If yes how?.I tried inline style tag,but the contents inside the style tag just get printed to the pdf document. Regards, Sunil Naik, UBS AG,BB22 5.0G, 22 Buckhauser Strasse

[iText-questions] Html-PDF conversion

2004-04-01 Thread sunil-mohandas.naik
Hi, I want to convert an html document to pdf.Can I use a css stylesheet for my html for specifying font,color etc.If yes how?.I tried inline style tag,but the contents inside the style tag just get printed to the pdf document. Regards, Sunil Naik, UBS AG,BB22 5.0G, 22 Buckhauser Strasse

[iText-questions] Problem with RTF generated with iText.

2003-03-25 Thread Kurup, Sunil
anking all in advance Sunil Kurup * This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error