opening a pdf file in portlet (browser) from webservice response that contains byte[]
Suresh Rachuru
Greenhorn
Joined: Nov 26, 2011
Posts: 3
posted
0
Our requirement is to open a pdf file in a browser though a portlet . The pdf file is soted in 3rd party repositary and vendor has provided a webservice. The webservice method gives us the pdf as steam of bytes i.e byte[].
We need to convert this byte[] into pdf and diplay in browser. We wrote the below java code to achieve this . We get the file opened in browser , but with junk characters in browser. Any help is greatly appreciated. Thanks!