how to convert html/xml file to .ppt,.pptx,.pdf,.docx,.xlsx. ..formats

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jettimadhu
    New Member
    • Oct 2009
    • 5

    how to convert html/xml file to .ppt,.pptx,.pdf,.docx,.xlsx. ..formats

    Hi ,
    I want to convert the HTML/XML file to all other Ms-office file extentions like .ppt,.pptx,.doc x....
    Is there any API' s to get a possible solution for this problem?
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Hey there good buggy!

    Let's talk about it... Can you give us a little more detail. Do you need to do this in a Windows Application of a Web Application. If a web application, you might want to look at iReport, or you can try other simpler means as JavaScript, you can load Active X controls effortlessly that way, if Java is not achievable.

    For web apps however in JSP, iReport loads ms-excel, word, pdf, txt, html, xml.

    Google iReport tutorials and get started:-)

    Do stay tuned for a better answer...

    In a bit!

    Comment

    • jettimadhu
      New Member
      • Oct 2009
      • 5

      #3
      Thanks Dokoll ,
      Now iam working on windows application.And I want to develop this in google android platform.so, initially i am trying in java.But in java also i unable to converting one format to other formats.
      is there any other possible way to solve this problem?

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        See what's available in Apache's poi packages.

        Comment

        • jettimadhu
          New Member
          • Oct 2009
          • 5

          #5
          Hi,
          I already saw this poi.And by using poi i able to convert to.ppt(office -2003) format.But i want to convert to remaining all other formats(.pptx,. docx,.xlsx....) .

          Thanks,
          J.Madhu

          Comment

          • anbillava
            New Member
            • Dec 2009
            • 1

            #6
            Hi

            Is there any ways to convert the htm presentation which is created by saving the powerpoint presentation using ms powerpoint save as option to ppt by automation(usin g poi). If yes please let me know how i can do it..

            Comment

            Working...