This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // For complete examples and data files, please go to https://github.com/aspose-words/Aspose.Words-for-Cloud | |
| try { | |
| // Instantiate Aspose Storage API SDK | |
| StorageApi storageApi = new StorageApi(Configuration.apiKey, Configuration.appSID, true); | |
| // Instantiate Aspose Words API SDK | |
| WordsApi wordsApi = new WordsApi(Configuration.apiKey, Configuration.appSID, true); | |
| // set input file name | |
| String fileName = "SampleWordDocument.docx"; | |
| String storage = null; | |
| String folder = null; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Aspose.Words-for-Cloud-for-Objective-C |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Aspose.Words-for-Cloud-for-PHP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This Gist contains code snippets from examples of Aspose.Words for Android via Xamarin. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This Gist contains code snippets from examples of Aspose.Words for Android via Java |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This Gist contains code snippets from examples of Aspose.Words for iOS via Xamarin. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This Gist contains code snippets from examples of Aspose.Words for C++. |
OlderNewer