i trying show pdf in samsung s4 mobile browser downloading instead.
here code
response.clear(); response.buffer = true; response.contenttype = "application/pdf"; response.outputstream.write(output.toarray(), 0, output.toarray().length); response.outputstream.flush(); response.outputstream.close(); output.close();
in desktop browser working fine, output
getting correctly.
is there way show pdf in samsung s4 mobile?
Comments
Post a Comment