Mark and All,
I am also looking at another strategy for converting xhtml documents to PDF
& RTF

1. For PDF: Use an XSL Formatter like FOP (or Antenna house) to convert the
xhtml to PDF.
2. For RTF: Use an XML -> RTF converter such as Downcast.

How do you compare these strategies versus itext (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's my doubt though. Even though we have a fairly extensive set of xhtml,
isn't it better to use the existing itext implementation, and
customize(build over) that. Otherwise, with a XML parser & DOM, we will
basically be building what the HtmlParser has built, plus add the tags that
it does not support.
What do you think? 
I am not aware of other complexities that the HtmlParser implementation
might introduce, so your advice is appreciated.
- Yugan.

-----Original Message-----
From: Mark Hall [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 17, 2003 5:24 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 want to convert that into Rtf and Pdf. Is this practical to achieve
with
> itext? and how much customization is needed.
Now that I've had time to look at your html, I'd say that you would need
quite 
a lot of customization. It would probably be easier if you create a DOM 
yourself with some parser and then do the conversion of that DOM into an 
iText document.

Greetings,
Mark
- -- 
Adults die young.

My GPG public key is available at:
http://www.edu.uni-klu.ac.at/~mhall/data/security/MarkHall.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iQEVAwUBPu+G4kks8txBCICQAQIhrQf+Mz5QbDfhFAMbWjtd7SWU2KZdizYC5a3/
PUW8ku7ncpisIhw/G8GDRI35wV12BEvI7XLdpNDeEk9/PJVnxYYpumXGOobmq+CX
kVSRq4t4hVWhtlQ7TM+/mhZAFhD7LMePJXxU7OfcIwXiRz+4UKJbhg2RQfUUBMYj
0JtIlOXgk/F5EKrrOEyLzi+UZB1COWe6Eh55JiQUJQ2G8rncmpeL3HIpIJvwEY0t
GZBYEaOhUoWeoMbQtVwNEeCyNG/WhySpeb9ISjGRAvX2ruWMcgnFC1+mLEoJUMlb
iXdCJSPCnDKpozU9wFWzShiSMMvHJnlhpyJ6alNdZVUNPGKVKq2s7w==
=CNG1
-----END PGP SIGNATURE-----


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to