Hi,

I tried all the examples and the forums but couldn't find a simple way to
convert an existing PDF to XML using few lines of code. Could you provide
me with an answer or if this is possible at all without reading the whole
PDF document?

I'm looking for something like this:

This code converts XML to PDF in a single step:

PdfWriter.GetInstance(doc, New FileStream(Server.MapPath("Chap0702.pdf"),
FileMode.Create))
Dim h As ITextHandler = New ITextHandler(doc)
h.Parse(Server.MapPath("Chap0702.xml"))

I'm looking for a similar code to convert PDF file to XML file.

Thanks a bunch!
Kanchana.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to