About
I am Shunmuga completed my Masters of Computer Application since 2007, Currently working a J2EE Analyst for a software concern in Malaysia.
I am Shunmuga completed my Masters of Computer Application since 2007, Currently working a J2EE Analyst for a software concern in Malaysia.
Hey Shunmuga,
really good to see your articles here. must say a very good work. actually i need some input from your side. i am trying out one program in java to create an image preview of doc files. could you suggest any API for this? one way i am thinking is to convert the doc to pdf and from pdf convert it to image. kindly suggest the right way to do it. if you can provide some links etc of some sample code then it would be great.
hope to hear from you soon..
thanks,
sajid
Hey sajid. Apache POI would be my first port of call to read a Word document. They you’re off into the realms of AWT or Griffon if you’re so inclined to render the document. Just a guess as to how to approach this. Haven’t tried it myself.