Re: [appengine-java] Re: pdf creation problem

2011-08-06 Thread siva vs
thanks again for your response gk.. I search that code for the OutputStream implementation method , but i couldn't find better result for my problem i couldn't fix yet , if you suggest any refer link that related that resources On Thu, Aug 4, 2011 at 6:40 PM, gk wrote: > FileOutputStream outputs

[appengine-java] Re: pdf creation problem

2011-08-04 Thread gk
FileOutputStream outputs a file - but GAE has a read-only file system. Use another OutputStream implementation or output the stream to the client using HttpServletRespone.getOutputStream() Also read http://groups.google.com/group/google-appengine-java/browse_thread/thread/a06dd822a6cee160 On Au

[appengine-java] Re: pdf creation problem

2011-08-04 Thread vss
Thanks gk.. But now am using pdfjet jar, java sdk 1.5.0 now i hav the exception of Fileoutputstream cannot supported in gae, is there any right way to rectify that.. how can i use Fileoutputstream , thanks in advance On Aug 2, 3:22 am, gk wrote: > See > > http://code.google.com/p/googleappengine

[appengine-java] Re: pdf creation problem

2011-08-01 Thread gk
See http://code.google.com/p/googleappengine/wiki/WillItPlayInJava iText is listed therein as not supported - as are many packages that rely on the AWT framework / Graphics 2D. Google App Engine is here like most other "headless" environments. On Aug 1, 11:09 am, vss wrote: > I got error messag