Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

[ ADF, JDev 12.1.3 ] Popup window to show/download a PDF returned by a webservice method

FlattitAug 4 2015 — edited Aug 7 2015

Hallo,

in a page of my web application I need to add a button that when clicked shows a PDF in a pop-up window that gives the possibility to the user to downlad it on the PC.

To get the PDF file the application has to call a webservice method that returns the content of the file base64 encoded in the body of the reply. So the application doesn't get the file but a stream that has to be processed to get the file.

Could you kindly advice me a good approach/tutorial to create this functionality?

Thanks and kind regards,

Federico

This post has been answered by kdario on Aug 4 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 4 2015
Added on Aug 4 2015
21 comments
3,186 views