The complete project GroupDocs.Merger Examples with code examples and sample files is hosted at GitHub.
Run examples using NPM
To get started make sure that Node.js is installed.
Clone repository with examples git clone https://github.com/groupdocs-merger/GroupDocs.Merger-for-Node.js-via-Java.git
Navigate to the examples folder cd ./GroupDocs.Merger-for-Node.js-via-Java/
Install the necessary packages with the npm install command.
Navigate to the examples folder cd ./Examples
Run the examples with the node runExamples.js command.
To check what examples are available open Examples/runExamples.js file using your favorite text editor. Uncomment examples that you want to run and type node runExamples.js to start them.
Contribute
If you like to add or improve an example, we encourage you to contribute to the project. All examples in this repository are open source and can be freely used in your own applications.
To contribute, you can fork the repository, edit the source code and create a pull request. We will review the changes and include them in the repository if found helpful.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.