[iText-questions] Converting PDF to XML format

2013-12-02 Thread Neha Jain
Hi Team, I have a requirement of converting a PDF to XML i.e contents of PDF to XML I have tried using TaggedPdfReaderTool but I get the following exception Exception in thread main java.io.IOException: No StructTreeRoot found, this probably isn't a tagged PDF document! I understand that PDF is

Re: [iText-questions] Converting PDF to XML format

2013-12-02 Thread Larry Evans
On 12/02/13 04:30, Neha Jain wrote: Hi Team, I have a requirement of converting a PDF to XML i.e contents of PDF to XML I have tried using TaggedPdfReaderToolbut I get the following exception Exception in thread main _java.io.IOException_: No StructTreeRoot found, this probably isn't a

Re: [iText-questions] Converting PDF to XML format

2013-12-02 Thread Larry Evans
On 12/02/13 11:56, Larry Evans wrote: On 12/02/13 04:30, Neha Jain wrote: Hi Team, I have a requirement of converting a PDF to XML i.e contents of PDF to XML I have tried using TaggedPdfReaderToolbut I get the following exception Exception in thread main _java.io.IOException_: No

Re: [iText-questions] Converting PDF to XML format

2013-12-02 Thread Avay Singh
Hi Neha, I have a working c# code for this, see if it helps.You will be able to see the xml document model of any pdf if you want and also do many a things post extraction :- using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing;