IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Load & Display PDF file in UI

    Posted 09/13/18 11:20 AM

    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?


    #BPM
    #webMethods
    #webMethods-BPMS


  • 2.  RE: Load & Display PDF file in UI

    Posted 09/21/18 06:44 PM

    Hi Patrick,

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

    Best regards,
    Vlad Turian


    #BPM
    #webMethods-BPMS
    #webMethods


  • 3.  RE: Load & Display PDF file in UI

    Posted 09/24/18 06:14 AM

    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 ?


    #webMethods-BPMS
    #BPM
    #webMethods