How to Save the JSP Content to PPT using OPI API

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sateesht
    New Member
    • Apr 2007
    • 41

    How to Save the JSP Content to PPT using OPI API

    Hi All,

    As am having one requirement to save the JSP Content to PPT (Power Point)

    representation.


    Plz help me with the sample code.

    Thanks,
    Sateesh
  • pronerd
    Recognized Expert Contributor
    • Nov 2006
    • 392

    #2
    Originally posted by sateesht
    Plz help me with the sample code.
    I am not aware of an OPI API. Have you looked at the examples, and or documentation for it, or made any effort at all to work with it? Forums are generally setup to provide assistance, not to write your code for you.

    The resent versions of Microsoft Office can all render and read HTML. So if you change the JSP page's mime type to be Power Point, and the output file name to have a .ppt file extension MS Office will probably be able to render the HTML in Power Point as long as you lay the content out in the frames format MS Office uses.

    Comment

    Working...