-3

How to convert a PDF file which contains only tables to a equivalent XML format?

Peter Cordes
  • 328,167
  • 45
  • 605
  • 847
Deva R
  • 1
  • 1
  • This question is overly vague. It would probably help if you put an example in as well as the code you've already tried instead of just asking a generic question. – Zipper Mar 22 '12 at 03:34

1 Answers1

1

Unless the PDF contains tagged content, there are no table 'structures' in PDF, just text. I wrote a blog post explaining this at http://www.jpedal.org/PDFblog/2009/04/pdf-text/

mark stephens
  • 3,205
  • 16
  • 19