Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
{note:title=Prerequisites |icon=false}You will need OfficeWriter 8.7 with PowerPointWriter installed in order to run the _Hello World_ sample. * If you haven't purchased PowerPointWriter, you can download an evaluation version [here|http://www.officewriter.com/trial]. * If you need to install PowerPointWriter, please visit the [install page|OW8:Installation] for instructions.{note} h1. Downloads You can download the code for the _Hello World_ tutorial as a Visual Studio solution. * [PowerPointWriter_BasicTutorials.zip|http://wiki.softartisans.com/download/attachments/33226868/PowerPointWriter_BasicTutorials.zip] h1. PowerPointWriter Reference in Visual Studio Create a .NET project and add a reference to the PowerPointWriter library. # Open Visual Studio and create a .NET project. #* The PowerPointWriter _Hello World_ sample code uses a web application. # Add a reference to SoftArtisans.OfficeWriter.PowerPointWriter.dll #*
Wiki Markup
Note
iconfalse
titlePrerequisites

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.

Info

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

Template Approach

Excerpt

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

Div2
classbutton-style

Using PowerPointTemplate