WordDocumentGenerator is an utility to generate Word documents from templates using Visual Studio 2010 and Open XML 2.0 SDK. WordDocumentGenerator helps generate Word documents both non-refresh-able as well as refresh-able based on predefined templates using minimum code changes. Content controls are used as placeholders for document generation. It supports Word 2007 and Word 2010.
The complete series is
Part 1
Part 2
Part 3
The complete series is
Part 1
Part 2
Part 3
This is an awsome tool, but I have a question:
ReplyDeleteCan this be used with .NET Framework 3.5? I get a lot of errors when I compile in VS 2010 using 3.5 as the target framework. Is there something I can do to resolve those errors or do I have to use 4.0?
Thanks.