Code Monkey home page Code Monkey logo

powerpointparser's Introduction

PowerPoint HTML Generator

tests version issues dotnet csharp license nuget

Library for Parsing .pptx Speaker Notes Speaker Notes can be parsed converted to HTML

This libary uses OpenXML to parse Powerpoint Documents and generates the equivilant html markup as an output.

Sample Powerpoint Speaker Notes

PowerPoint

Generates This HTML

<p>
  Here is an example of a supported speaker note.  
  <strong>It can be bold,  </strong><i>italic,</i><u>underlined, </u>
</p>
<ul>
  <li>It supports </li>
  <li>Un-order lists</li>
  <ul>
    <li>Nested Lists</li>
  </ul>
  <ol>
    <li>And</li>
    <li>Ordered Lists</li>
  </ol>
</ul>

Available On Nuget

PM > Install-Package AaksPowerPointParser

This and previous releaes are available on our Nuget Page

Server-Side Friendly

This library makes no use of the Microsoft Innteropt libraries, does not rely on an instance of Microsoft Powerpoint and therefor is suitable for use on servers.

If you are unfamiliar on server-side concerns and Office automation, Microsoft has provided more detailed information on why their interpot libraries are not suitable for Microsoft Office Server-Side Office Automation.

Demo Client

HtmlGenerationClinet Included in this project is a simple console application design to demo this functinality. You will be promoted for the absolute path of any .pptx file on your local system and a randomly named .html file equivilant will be generated on your desktop.

Enter the absolute path of your .pptx file in the console window

Command Line

And a timestamped .html file with some basic styling will be created saved to your desktop

Html Output

License

Apache License 2.0

powerpointparser's People

Contributors

palburtus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.