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.

 View Only
  • 1.  Receive and process a PDF file?

    Posted Thu March 09, 2006 03:11 PM

    Hello All,

    I was wondering if it is possible to receive and PDF file into wm. Could it then be parsed into a record list? Thanks for any info that you could provide.

    Harry


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


  • 2.  RE: Receive and process a PDF file?

    Posted Thu March 09, 2006 05:16 PM

    Data in PDF files is typically non-structured. What is the structure of the PDF file you are considering? In general, I think this is a bad idea, but it might be technically feasible (if not advisable).

    Mark


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


  • 3.  RE: Receive and process a PDF file?

    Posted Fri March 17, 2006 02:55 PM

    Right now I don’t know what the structure will be. We’re just doing an initial feasibilty study to see if we can process a PDF without having to manually touch it first.


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


  • 4.  RE: Receive and process a PDF file?

    Posted Fri March 17, 2006 03:03 PM

    There are some Java libraries available that can work with PDF files. You could use these within Integration Server, exposing services to retrieve data from a PDF and then map/process that data as needed. Do a search on the 'net for available tools and pick one that looks to fill the need you have.

    I’ll reiterate Mark’s caution: this will likely be a fragile solution, highly susceptible to breaking due to even minor changes in the PDF. You’d be wise to explore other alternatives first.


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