Deepak Sharma wrote:
> Hii,
> 
> I am using itext for PDF conversion and its working great. Thanks to Itext 
> team.
> I want to know whether itext give support to xml conversion also..?
> I mean from any format to xml..

The book "iText in Action" contains several examples that illustrate
how to convert custom XML documents to PDF. In my own projects I have
two different approaches:
1. either I write a custom SAX handler.
2. or I write an XSLT that converts the XML into structured XHTML,
    which in turn I convert to PDF using HTMLWorker.
I can't tell you which one is best; it depends on the requirements
of the project.
-- 
This answer is provided by 1T3XT BVBA

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to