This package contains C# Example Project for GroupDocs.Merger for .NET and sample input templates used in the examples.
Follow the given steps to proceed with project build:
- Extract the downloaded project and open the solution file in Visual Studio
- Right click on solution and press "Enable NuGet package Restore"
- Build the project.
In other case, it is possible that Visual Studio is unable to automatically add APIs references due to Visual Studio version differences. In this case, please add references of missing APIs manually.
- Navigate into Examples directory
- Build an image
docker build --pull -t merger:examples . - Run a container
- Windows Command Line (CMD):
docker run --rm -it -v %cd%:/examples/Results merger:examples - Powershell:
docker run --rm -it -v ${PWD}:/examples/Results merger:examples - On Linux:
docker run --rm -it -v $(pwd):/examples/Results merger:examples
- Windows Command Line (CMD):
For more details, visit How to Run Examples.