RE: [iText-questions] Generate Rtf/Pdf from XHTML (Another Strategy)

2003-06-18 Thread Sikri, Yugan
ext (or a custom DOM parsing)? Thanks in advance. - Yugan. -Original Message- From: Sikri, Yugan Sent: Wednesday, June 18, 2003 8:33 AM To: 'Mark Hall'; '[EMAIL PROTECTED]' Subject: RE: [iText-questions] Generate Rtf/Pdf from XHTML Thanks for the feedback. Here

RE: [iText-questions] Generate Rtf/Pdf from XHTML

2003-06-18 Thread Sikri, Yugan
4 PM To: Sikri, Yugan; '[EMAIL PROTECTED]' Subject: Re: [iText-questions] Generate Rtf/Pdf from XHTML -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 30 May 2003 17:05, Sikri, Yugan wrote: > We basically have a WYSIWYG Editor that end users use to generate HTML. Now > we

Re: [iText-questions] Generate Rtf/Pdf from XHTML

2003-06-17 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 30 May 2003 17:05, Sikri, Yugan wrote: > We basically have a WYSIWYG Editor that end users use to generate HTML. Now > we want to convert that into Rtf and Pdf. Is this practical to achieve with > itext? and how much customization is needed.

RE: [iText-questions] Generate Rtf/Pdf from XHTML

2003-05-31 Thread Sikri, Yugan
2003 3:45 AM To: Sikri, Yugan; '[EMAIL PROTECTED]' Subject: Re: [iText-questions] Generate Rtf/Pdf from XHTML -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 29 May 2003 22:58, Sikri, Yugan wrote: > Hi, > We need to accomplish this feature: > > - We have data in XH

Re: [iText-questions] Generate Rtf/Pdf from XHTML

2003-05-30 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 29 May 2003 22:58, Sikri, Yugan wrote: > Hi, > We need to accomplish this feature: > > - We have data in XHTML form (Well formatted HTML, but many tags) using a > Content Management tool. > - We need to generate Rtf file from this source. >

[iText-questions] Generate Rtf/Pdf from XHTML

2003-05-30 Thread Sikri, Yugan
Hi, We need to accomplish this feature: - We have data in XHTML form (Well formatted HTML, but many tags) using a Content Management tool. - We need to generate Rtf file from this source. - Can itext help in performing this; ie. convert HTML to DOM (or document), then converting that to Rtf. Are