Charith, seems like as long as it works, it should be OK. One issue to investigate is whether you actually need a java.io.File to do this or not. I for one can't do much w/ java.io.File when my app is running in Google App Engine, so I ideally I'd like to be able to do the same from a regular input stream or a byte array (or something similar). Of course, my needs might not be what the majority of the users would need.
Regards, Alex K On Tue, Apr 13, 2010 at 5:17 AM, Charith Madusanka <charithc...@gmail.com>wrote: > Hi , > > If any one can tell me , this method is ok for render PDF file to Images ? > > charith >