Skip to content

Instantly share code, notes, and snippets.

@aspose-cloud
aspose-cloud / Aspose.PDF-Cloud-PHP
Last active June 14, 2018 06:10
The GIST contains PHP Examples of Aspose.PDF Cloud APIs.
The GIST contains PHP Examples of Aspose.PDF Cloud APIs.
@aspose-cloud
aspose-cloud / Aspose.Storage-Cloud-PHP
Last active June 19, 2018 07:39
The GIST contains PHP Examples of Aspose.Storage Cloud APIs.
The GIST contains PHP Examples of Aspose.Storage Cloud APIs.
@aspose-cloud
aspose-cloud / Aspose.Storage-Cloud-Python
Last active June 20, 2018 06:11
The GIST contains Python Examples of Aspose.Storage Cloud APIs.
The GIST contains Python Examples of Aspose.Storage Cloud APIs.
@aspose-cloud
aspose-cloud / Aspose.HTML-Cloud-.NET
Last active November 7, 2018 14:31
The GIST contains .NET Examples of Aspose.HTML Cloud APIs.
The GIST contains .NET Examples of Aspose.HTML Cloud APIs.
@aspose-cloud
aspose-cloud / Aspose.Storage-Cloud-Ruby
Last active December 11, 2018 12:12
The GIST contains Ruby Examples of Aspose.Storage Cloud APIs.
The GIST contains Ruby Examples of Aspose.Storage Cloud APIs.
@aspose-cloud
aspose-cloud / Aspose.CAD-Cloud-.NET
Last active February 19, 2024 16:21
The GIST contains .NET Examples of Aspose.CAD Cloud APIs.
The GIST contains .NET Examples of Aspose.CAD Cloud APIs.
@aspose-cloud
aspose-cloud / Aspose.Words-Cloud-Python
Last active May 6, 2020 20:29
The GIST contains Python Examples of Aspose.Words Cloud APIs.
The GIST contains Python Examples of Aspose.Words Cloud APIs.
@aspose-cloud
aspose-cloud / Aspose.Words-Cloud-Ruby
Last active May 6, 2020 23:46
The GIST contains Ruby Examples of Aspose.Words Cloud APIs.
The GIST contains Ruby Examples of Aspose.Words Cloud APIs.
@aspose-cloud
aspose-cloud / AcceptAllRevisions.java
Last active April 8, 2019 05:46
The GIST contains Java Examples of Aspose.Words REST APIs.
// For complete examples and data files, please go to https://github.com/aspose-words-cloud/aspose-words-cloud-java
String APP_KEY = ""; // Get AppKey and AppSID from https://dashboard.aspose.cloud/
String APP_SID = ""; // Get AppKey and AppSID from https://dashboard.aspose.cloud/
WordsApi wordsApi = new WordsApi(new ApiClient());
ApiClient client = wordsApi.getApiClient();
client.setAppKey(APP_KEY).setAppSid(APP_SID);
try {
@aspose-cloud
aspose-cloud / Aspose.Words-Cloud-Node.js
Last active May 6, 2020 23:55
The GIST contains Node.js Examples of Aspose.Words REST APIs.
The GIST contains Node.js Examples of Aspose.Words Cloud APIs.