Re: [iText-questions] adding checkbox to a paragraph

2011-11-14 Thread Leonard Rosenthol
800 To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: Re: [iText-questions] adding checkbox to a paragraph Hi Suppose optional content 1,2,3 is there and user chooses 1 & 3. Since content 2 is hidden is there a possibility to move content 3 to upwards so that space occupie

Re: [iText-questions] adding checkbox to a paragraph

2011-11-14 Thread Srivalli Neti
anywhere on the page you want. > > From: Srivalli Neti > Reply-To: Post here > Date: Mon, 14 Nov 2011 06:50:50 -0800 > To: Post here > Subject: Re: [iText-questions] adding checkbox to a paragraph > > Hi > > Thank you for the reply. Couple of questions. > 1. Is it pos

Re: [iText-questions] adding checkbox to a paragraph

2011-11-14 Thread Leonard Rosenthol
:itext-questions@lists.sourceforge.net>> Date: Mon, 14 Nov 2011 06:50:50 -0800 To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: Re: [iText-questions] adding checkbox to a paragraph Hi Thank you for the reply. Couple of questions. 1. Is it possible to align text once after

Re: [iText-questions] adding checkbox to a paragraph

2011-11-14 Thread Srivalli Neti
t; Look into the use of Optional Content, AcroForm fields, and JavaScript. > > Leonard > > From: Srivalli Neti > Reply-To: Post here > Date: Sun, 13 Nov 2011 16:16:57 -0800 > To: Post here > Subject: [iText-questions] adding checkbox to a paragraph > > Hi, > > I h

Re: [iText-questions] adding checkbox to a paragraph

2011-11-13 Thread Leonard Rosenthol
xt-questions@lists.sourceforge.net>> Subject: [iText-questions] adding checkbox to a paragraph Hi, I have one requirement to fulfill using iText. There are 3 paragraph's to be shown on PDF and user will select one of them and rest needs to be hidden. For eg. 1. Para 1 2. Para 2 3. Para 3 If user se

[iText-questions] adding checkbox to a paragraph

2011-11-13 Thread Srivalli Neti
Hi, I have one requirement to fulfill using iText. There are 3 paragraph's to be shown on PDF and user will select one of them and rest needs to be hidden. For eg. 1. Para 1 2. Para 2 3. Para 3 If user selects Para 1 and Para 3 then Para 2 needs to be hidden. For this purpose I would like to ad