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.


#TechXchangePresenter
 View Only

Display Pdf on Output Template

  • 1.  Display Pdf on Output Template

    Posted Thu May 01, 2008 05:56 PM

    Hello,
    I have created a flow service that accepts a pdf file and coverts it to base64binary. How do I display this pdf on a browser as part of the Output template? I was able to acheive the same for image by using following html code:-



    <img src="data:image/gif;base64,%value Base64Image%
    "
    alt=“Base64 encoded image” width=“150” height=“150”/>

    Thanks,
    n


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services