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.  PDF handling to be sent in mail via SMTP

    Posted 09/25/13 07:26 AM

    Hi team,

    I have a query in pdf’ handling. We have password protected pdf which has to be attached in mailer and sent.

    For normal pdf we read using the get file service, encode the same and attach in mail segment and send it which is working fine.

    When we use the same for password protected pdf it is not working where the attachment when open in the mail is empty.

    Is there way to handle this in flow services ? or should we go for Java service ?

    Thanks in advance.

    Regards,
    Ragav J


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


  • 2.  RE: PDF handling to be sent in mail via SMTP

    Posted 09/25/13 11:13 AM

    There is no built-in available you may have to go thru a custom Java Service and deal with the password protected files…unless any java functions are available in the JVM version that you are running.

    HTH,
    RMG


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


  • 3.  RE: PDF handling to be sent in mail via SMTP

    Posted 09/26/13 12:37 PM

    Hi,

    I don’t understand :idea:
    Even if it’s a password protected pdf, it can be open with getFile, no ?
    The password is asked by the application that tries to “display” the document.

    Or maybe I’m missing something…


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