Re: [android-developers] Convert from Byte array to Pdf format

2012-06-06 Thread Michael Banzon
It is not possible for anyone to answer that question unless they/we know what is in the array. This question seems to be a bit out of scope for this mailing list - it is not an Android SDK specific question/answer. On Wed, Jun 6, 2012 at 12:49 PM, RAJESH RAJARAM wrote: > Hi > > Ok..How i conve

Re: [android-developers] Convert from Byte array to Pdf format

2012-06-06 Thread RAJESH RAJARAM
Hi Ok..How i convert byte array to pdf format??? Rajesh Rajaram -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to andro

Re: [android-developers] Convert from Byte array to Pdf format

2012-06-06 Thread Michael Banzon
If the "new FileOutputStream(filepath)" statement fails (throws an exception) you might not have write access to the path "/sdcard/test.pdf". On Wed, Jun 6, 2012 at 12:35 PM, RAJESH RAJARAM wrote: > Convert the byte array data to the PDF Format. I'm getting the error in the > line of > > "FileOu