Available SDKs
Leave feedback
On this page
GroupDocs.Merger Cloud is a modern REST-oriented API, that allows easy integration into existing systems.
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of makingRequests and handlingResponses and lets you focus on writing code specific to your particular project.
Our supported SDKs are 100% tested and out of the box running. These SDKs are open source and have the MIT license. You can use them and even customize them for absolutely free of charge.
GroupDocs.Merger Cloud SDK for .NET allows you to incorporate GroupDocs.Merger Cloud services in your .NET applications quickly and easily.
Install GroupDocs.Merger-Cloud via NuGet from Package Manager:
PM> Install-Package GroupDocs.Merger-Cloud
NoteComplete source code of GroupDocs.Merger Cloud SDK for .Net is freely available on the GitHub.
NotePlease see the GroupDocs.Merger Cloud SDK for .NET Examples here.
GroupDocs.Merger Cloud SDK for PHP allows you to incorporate GroupDocs.Merger Cloud services in your PHP applications quickly and easily.
groupdocs-merger-cloud is available on Packagist as the groupdocs-merger-cloud package. Run the following command:
composer require groupdocscloud/groupdocs-merger-cloud
To use the SDK, use Composer’s autoload:
require_once('vendor/autoload.php');
NoteComplete source code of GroupDocs.Merger Cloud SDK for PHP is freely available on GitHub.
NotePlease see the GroupDocs.Merger Cloud SDK for PHP Examples here.
GroupDocs.Merger Cloud SDK for Java allows you to incorporate GroupDocs.Merger Cloud services in your Java applications quickly and easily.
You can directly include the source code of GroupDocs.Merger Cloud SDK for Java in your own project, the source code is available from here.
Alternatively, you can use Maven to include in your Java project. Below are the steps for Maven.
GroupDocs Maven Repository
<repository>
<id>groupdocs-artifact-repository</id>
<name>GroupDocs Artifact Repository</name>
<url>http://repository.groupdocs.cloud/repo</url>
</repository>
Maven Dependency
<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-merger-cloud</artifactId>
<version>19.10</version>
<scope>compile</scope>
</dependency>
Get Sources and Javadocs
Maven
$ mvn dependency:sources
$ mvn dependency:resolve -Dclassifier=javadoc
Eclipse IDE
$ mvn eclipse:eclipse -DdownloadSources=true
$ mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=false
pom.xml
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<downloadSources>true</downloadSources>
<downloadJavadocs>false</downloadJavadocs>
</configuration>
</plugin>
</plugins>
</build>
Direct Download
NoteComplete source code of GroupDocs.Merger Cloud SDK for Java is freely available on the GitHub.
NotePlease see the GroupDocs.MergerCloud SDK for Java Examples here.
GroupDocs.Merger Cloud SDK for Ruby allows you to incorporate GroupDocs.Merger Cloud services in your Ruby applications quickly and easily.
merger-sdk-ruby is available on RubyGem distribution package. Run the following command::
gem install groupdocs_cloud_merger
NoteComplete source code of GroupDocs.Merger Cloud SDK for Ruby is freely available on the GitHub.
NotePlease see the GroupDocs.Merger Cloud SDK for Ruby Examples here.
GroupDocs.Merger Cloud SDK for Node.js allows you to incorporate GroupDocs.Merger Cloud services in your Node.js applications quickly and easily.
merger-sdk-nodejs is available on npmjs.com package. Run the following command:
npm install groupdocs-merger-cloud
NoteComplete source code of GroupDocs.Merger Cloud SDK for Node.js is freely available on the GitHub.
NotePlease see the GroupDocs.Merger Cloud SDK for Node.js Examples here.
GroupDocs.Editor Cloud SDK for Python allows you to incorporate GroupDocs.Editor Cloud services in your Python applications quickly and easily.
Install groupdocs-merger-cloud with PIP from PyPI package. Run the following command:
pip install groupdocs-merger-cloud
NoteComplete source code of GroupDocs.Merger Cloud SDK for Python is freely available on the GitHub
NotePlease see the GroupDocs.Merger Cloud SDK for Python Examples here.
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.