How to convert from Powerpoint to HTML / CSS ? (FOSS)

后端 未结 7 1632
悲哀的现实
悲哀的现实 2020-12-15 05:24

Someone has mocked up a website using PowerPoint, and I have to convert it to HTML / CSS.

This is not a request to simply embed PowerPoint into the webpages. This w

7条回答
  •  一向
    一向 (楼主)
    2020-12-15 05:58

    FWIW, I don't think the PPTools PPT2HTML add-in will give the needed results. I wrote it, so I suppose I can answer as authoritatively as anyone. ;-)

    It'll give you an image of the original PPT slide, optionally with an image map that preserves the links and action settings if any.

    And it could be used to extract the title, body and any other text in a fairly predictable way, and could even insert any HTML/CSS code you like around each of these bits of text, but unless the slide/slides are fairly simple examples of stock PPT slides, that might not be very helpful.

提交回复
热议问题