FFFF GroupDocs.Merger-for-.NET/Examples at master · groupdocs-merger/GroupDocs.Merger-for-.NET · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

README.md

GroupDocs.Merger for .NET Examples

This package contains C# Example Project for GroupDocs.Merger for .NET and sample input templates used in the examples.

How to Run the Examples in Visual Studio?

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.

How to Run the Examples in Docker container?

  • 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

For more details, visit How to Run Examples.

0