Converting PDF Link to XML using iTextSharp

Aristidas

New Member
I have a PDF link online which I am parsing through iTextSharp and storing it in a string which negates the purpose what I want to do. I want to store the PDF content into a XML file so that I can search in those records. My question is that apart from iTextSharp is there any other 3rd party dlls I can use which can fulfill my need here.Second question: If iTextSharp is my option, then can someone provide me with the link where I can research to how to generate XML from a PDF? PS: So far my string that I am generating looks like this:\[code\]Test - StateNameCOUNTY CITY ADDRESS DATEALACHUA GAINESVILLE 000 ADD1 1/1/2001ALACHUA GAINESVILLE 111 ADD2 1/2/20121 of 14 3/4/2013Test - StateNameCOUNTY CITY ADDRESS DATEALACHUA GAINESVILLE 222 ADD3 1/3/2001ALACHUA GAINESVILLE 333 ADD4 1/4/2012..........\[/code\]
 
Back
Top