Page tree
Skip to end of metadata
Go to start of metadata

Prerequisites

You will need PowerPointWriter installed in order to run the Hello World sample.

  • If you need to install PowerPointWriter, please see the instructions provided in your beta kit.

Downloads

You can download the code for the Hello World tutorial as a Visual Studio solution.

PowerPointWriter Reference in Visual Studio

Create a .NET project and add a reference to the PowerPointWriter library.

  1. Open Visual Studio and create a .NET project.
    • The PowerPointWriter Hello World sample code uses a web application.
  2. Add a reference to SoftArtisans.OfficeWriter.PowerPointWriter.dll
    • By default, SoftArtisans.OfficeWriter.PowerPointWriter.dll is unpacked to Program Files > SoftArtisans > OfficeWriter > dotnet > bin

You can download the Hello World sample code (see above) to see the finished product.

Icon

Please check out Adding OfficeWriter to your .NET Application for more on getting started with OfficeWriter

Template Approach

This tutorial will walk you through writing a snippet of text to a PowerPoint presentation using PowerPointTemplate.

  • No labels