webMethods

webMethods

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.

 View Only
Expand all | Collapse all

PDF handling to be sent in mail via SMTP

  • 1.  PDF handling to be sent in mail via SMTP

    Posted Wed September 25, 2013 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 Wed September 25, 2013 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 Thu September 26, 2013 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