[iText-questions] set richtext field with format

2008-08-29 Thread Kevin Yu
hi everyone, when set the field with html markup, the markup shows up as text value but not interpreted as html. that's because setField(fieldname, value) just set the value/rawValue. is it possible to make html markup work for richtext field? Thanks Kevin ___

Re: [iText-questions] iText with VB6 application

2008-08-25 Thread Kevin Yu
hi, you can use iTextSharp which is the .net implementation of the itext. but u need to wrap the functionalities that you need into a COM componentand call it from vb6. Kevin > From: [EMAIL PROTECTED]> Subject: iText-questions Digest, Vol 27, Issue 85> > To: itext-questions@lists.sourceforge.ne

[iText-questions] enforcing reader version

2008-08-21 Thread Kevin Yu
hi all, how to set the pdf version so that the users have to have that version or above to view the documnet? Thanks Kevin _ - This SF.Net email is spo

Re: [iText-questions] iText-questions Digest, Vol 27, Issue 54

2008-08-19 Thread Kevin Yu
hi all, how do I set a form field to readonly in dynamic form? (iTextSharp) form.SetFieldProperty(str,"setfflags",PdfFormField.FF_READ_ONLY, null) ; doesn't seems to do it. thanks Kevin > From: [EMAIL PROTECTED]> Subject: iText-questions Digest, Vol 27, Issue 54> > To: itext-quest

Re: [iText-questions] iText-questions Digest, Vol 27, Issue 45

2008-08-15 Thread Kevin Yu
ate: Fri, 15 Aug 2008 07:11:20 +0200> From: 1T3XT info <[EMAIL > PROTECTED]>> Subject: Re: [iText-questions] iText-questions Digest, Vol 27, > Issue> 43> To: Post all your questions about iText here> > > Message-ID: <[EMAIL PROTECTED]>> > Content-Type: t

Re: [iText-questions] iText-questions Digest, Vol 27, Issue 45

2008-08-15 Thread Kevin Yu
OTECTED]>> Subject: Re: [iText-questions] iText-questions Digest, Vol 27, > Issue> 43> To: Post all your questions about iText here> > > Message-ID: <[EMAIL PROTECTED]>> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed> > Kevin Yu > wrote:

[iText-questions] itextsharp support on dynamic form

2008-08-14 Thread Kevin Yu
hi all, does iTextsharp support dynamic form? or dynamic form field (e.g. show/hide field, make it readonly) the current itextsharp release support setting the field value. but not modifying field properties like setting button field submission url. thanks Kevin ___