Load & Display PDF file in UI

Hi all,

I am new to webMethods and trying to load a pdf file from disk and display it in UI for user to see alongside some other process information. Can anyone help or point me in the right direction as to how we go about doing this?

Hi Patrick,

Are we talking about an IS DSP page or an MWS Portlet/Task application?

Best regards,
Vlad Turian

you can use WmPublic - file library to read the file, you can return the file as a base64 encoded string so that you can catch it in CAF Portler UI and than you can do the reverse. base64- to file to see the file itself. But I am not sure which component might show the PDF in UI ?