WordXML.Utilities.Engine 1.0.1

dotnet add package WordXML.Utilities.Engine --version 1.0.1
NuGet\Install-Package WordXML.Utilities.Engine -Version 1.0.1
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="WordXML.Utilities.Engine" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WordXML.Utilities.Engine --version 1.0.1
#r "nuget: WordXML.Utilities.Engine, 1.0.1"
#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 WordXML.Utilities.Engine as a Cake Addin
#addin nuget:?package=WordXML.Utilities.Engine&version=1.0.1

// Install WordXML.Utilities.Engine as a Cake Tool
#tool nuget:?package=WordXML.Utilities.Engine&version=1.0.1

WordXML.Utilities.Engine

Library for processing word header , footer, content controller

Version 1.0.1

Replacer Class

using WordXML;

string wordPath = "/example/test.docx";
string imageHeaderPath = "/example/header.png";
string imageFooterPath = "/example/footer.png";
string errorMsg = "";
		
Engine.Replacer.HeaderImage(wordPath, imageHeaderPath, ref errorMsg);
Engine.Replacer.FooterImage(wordPath, imageFooterPath, ref errorMsg)

Content Controller Copy
using WordXML;

string wordSourcePath = "/example/source.docx";
string wordDestinationPath = "/example/dest.docx";		
string errorMsg = "";

Engine.Replacer.CopyContentController(wordSourcePath, wordDestinationPath, ref errorMsg);

Remover Class

using WordXML;

string wordPath = "/example/test.docx";	
string errorMsg = "";
		
Engine.Remover.FooterImageRemover(wordPath, ref errorMsg);
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 412 6/17/2022
1.0.0 424 6/11/2022