Help coderanch get a
new server
by contributing to the fundraiser

Priya Khamitkar

Greenhorn
+ Follow
since Aug 11, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Priya Khamitkar

I am using org.apache.poi_3.2.0.jar and poi-3.2-FINAL-20081019.jar
I have written a program which can read a Microsoft word document and print its contain on console.But it is giving me exception before printing its contain on console.The exception is

A property claimed to start before zero, at -512! Resetting it to zero, and hoping for the best

I dont know how to resolve it, anybody knows it.

I have used PDFBox.And my program is working fine.
Thanks to everyone
I want to create one component which takes pdf or word file as a input and create xml file as a output, i want to know which java API can useful to do this.