AaksPowerPointParser 1.0.1.209

dotnet add package AaksPowerPointParser --version 1.0.1.209
NuGet\Install-Package AaksPowerPointParser -Version 1.0.1.209
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AaksPowerPointParser" Version="1.0.1.209" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AaksPowerPointParser --version 1.0.1.209
#r "nuget: AaksPowerPointParser, 1.0.1.209"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AaksPowerPointParser as a Cake Addin
#addin nuget:?package=AaksPowerPointParser&version=1.0.1.209

// Install AaksPowerPointParser as a Cake Tool
#tool nuget:?package=AaksPowerPointParser&version=1.0.1.209

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

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1.209 1,419 7/21/2022
1.0.1.207 427 7/21/2022
1.0.1.203 483 6/21/2022
1.0.0.196 598 4/4/2022
0.5.0.180 430 4/2/2022
0.5.0.179 437 4/2/2022
0.4.0.143 414 3/31/2022
0.3.0.133 433 3/30/2022
0.2.1.88 424 3/29/2022
0.2.0.84 419 3/27/2022
0.1.0.64 428 3/25/2022
0.1.0.55 419 3/21/2022
0.1.0 419 3/21/2022

Fixed empty list bug that caused blank list items, added support for double strikethrough