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
  • 1.  Convert XML to PDF using XSLT

    Posted Fri January 23, 2004 06:02 PM

    Hi everybody,

    does any one ever used XSLT to convert an XML file to a PDF file. could you please send me any exemple of this kind of transform. is there any editor that create this kind of transform?

    thanks


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Architecture
    #webMethods-General


  • 2.  RE: Convert XML to PDF using XSLT

    Posted Mon January 26, 2004 09:48 PM

    Raphael,
    You can’t convert directly from XML to PDF with XSLT. What you can do is convert from XML to an XSL-FO (Formatting Objects) document using XSLT. You then take the XSL-FO document and run it through a rendering engine to produce your PDF.

    A widely accepted, freeware (I believe) rendering engine is FOP. More advanced functionality is also available via commercial packages from the likes of RenderX. Sorry I don’t have links to them handy, but they should be easy enough to find on the Web.

    I don’t have much hands-on experience doing this, but if you like I can point you to some better resources on the subject. HTH.


    #webMethods
    #webMethods-Architecture
    #Integration-Server-and-ESB
    #webMethods-General


  • 3.  RE: Convert XML to PDF using XSLT

    Posted Mon January 26, 2004 10:08 PM

    You can check out iText if you need something quick and dirty. I used it in conjunction with Integration Server. I put the jar file in the /lib/jars directory and wrote simple java services.

    [url=“Entreprenerd — The Book about iText”]Pagina niet gevonden / Page not found

    It will give you a quick and dirty to see if this is a good approach for you.

    HTH

    Ray


    #Integration-Server-and-ESB
    #webMethods-Architecture
    #webMethods-General
    #webMethods


  • 4.  RE: Convert XML to PDF using XSLT

    Posted Tue January 27, 2004 04:31 PM


  • 5.  RE: Convert XML to PDF using XSLT

    Posted Wed January 28, 2004 04:07 PM

    anyone know how to parse pdf’s in IS to generate corresponding XML documents?


    #webMethods-General
    #webMethods-Architecture
    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: Convert XML to PDF using XSLT

    Posted Wed January 28, 2004 05:00 PM

    Hi,
    Can any one tell me the use of openLatch() method and if you have any java service using this can be useful for me to understand…

    regards
    shanti


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods
    #webMethods-Architecture