• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

converting pdf to xml

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are trying to develope a java-application, which converts the adobe form objects into xml. We went through the couple of websites which say about converting pdf to xml, but with no luck. If somebody can help us in this matter, it would be appreciated. We are developing APIs in java to convert pdf to xml.

Here We need to read the data from the PDF .For Example ,think that pdf contain s a Label & a Text box (with values), so we need read the exact values.... through some JAVA API ??? ..



Thanks in advance,
[ October 31, 2006: Message edited by: Aafreen Moinuddin ]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not aware of any Java API that can read PDF files in this level of detail. The best you can do is extract the text, but images, forms and their layout are not accessible.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic