1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Convert PPT file to HTML using ASP

Discussion in 'C#' started by lrrajesh, Apr 19, 2006.

  1. #1
    Hi all,

    Any body know how we can convert a powerpoint file to html using asp code. Please help me,

    Regards
    LRR
     
    lrrajesh, Apr 19, 2006 IP
  2. DangerMouse

    DangerMouse Peon

    Messages:
    275
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't think this is possible in ASP...

    You could use the "save as html" option from PP though - do you need to do this operation more than once?
     
    DangerMouse, Apr 19, 2006 IP
  3. jaymcc

    jaymcc Peon

    Messages:
    139
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you had poweroint installed on the server then you could use the powerpoint application object library to open and then 'save as html'.

    Kinda messy though... Handling files on a server like this is always messy, plus you never really know whether powerpoint releases all resources when you destroy the object.

    It might be worth a try, but i agree with DangerMouse, what are you trying to achieve, maybe there is a better option.

    J
     
    jaymcc, Apr 20, 2006 IP
  4. BurgerKing

    BurgerKing Active Member

    Messages:
    397
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    58
    #4
    BurgerKing, Apr 23, 2006 IP