how to open a byte array of pdf into acrobat reader dynamically..

hi,

my java program is connecting to a url and downloading various file(.pdf,.xml format) into hard-disk. now the requirement is if user select "Preview" button, then file is downloaded and opened with appropriate application(acrobat reader for .pdf file) but not saved anywhere in hard-disk ...

any idea, any hint any help is welcomed..

thanks in advance..

[382 byte] By [sanjubiggiea] at [2007-11-27 0:32:56]
# 1
I really can't say for sure, but I don't think you can achieve that in any way. My guess would be you'll have to write a temporary file somewhere...
jadespirita at 2007-7-11 22:39:25 > top of Java-index,Core,Core APIs...
# 2
hi friends,i got the solution. i am using one external api of adobe acrobat, through which i am able to stream pdf document in form of byte array into acrobat viewer,without writing data in any file.so my work is done.. :)
sanjubiggiea at 2007-7-11 22:39:25 > top of Java-index,Core,Core APIs...
# 3
heh, neat :)didn't know that was doable...
jadespirita at 2007-7-11 22:39:25 > top of Java-index,Core,Core APIs...