Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

WordWriter Reference in Visual Studio

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

  1. Open Visual Studio and create a .NET project (this tutorial
    • The WordWriter Hello World sample uses a web application
    ).
  2. Add a reference to SoftArtisans.OfficeWriter.WordWriter.dll
    • SoftArtisans.OfficeWriter.WordWriter.dll is located under Program Files > SoftArtisans > OfficeWriter > dotnet > bin

You can download the Hello World sample code (C# or VB) to see the finished product.

Template vs. Application based Approaches

...