{"@attributes":{"version":"2.0"},"channel":{"title":"Documentation \u2013 Document Operations","link":"https:\/\/docs.aspose.cloud\/words\/operations\/","description":"Recent content in Document Operations on Documentation","generator":"Hugo -- gohugo.io","item":[{"title":"Developer-Guide: Apply content optimization options","link":"https:\/\/docs.aspose.cloud\/words\/documents\/optimize\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/documents\/optimize\/","description":"\n        \n        \n        <p>Applies content optimization options, specific to a particular versions of Microsoft Word.<\/p>\n<h2 id=\"apply-content-optimization-options-specific-to-a-particular-versions-of-microsoft-word-rest-api\">Apply content optimization options, specific to a particular versions of Microsoft Word REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/online\/put\/compatibility\/optimize<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>loadEncoding<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.<\/td>\n<\/tr>\n<tr>\n<td><code>password<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don&rsquo;t recommend to use the parameter to pass a plain password for direct call of API.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.<\/td>\n<\/tr>\n<tr>\n<td><code>destFileName<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.<\/td>\n<\/tr>\n<tr>\n<td><code>revisionAuthor<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Initials of the author to use for revisions.If you set this parameter and then make some changes to the document programmatically, save the document and later open the document in MS Word you will see these changes as revisions.<\/td>\n<\/tr>\n<tr>\n<td><code>revisionDateTime<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>The date and time to use for revisions.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use <code>$multipart\/form-data<\/code> request to combine one or more properties into a single body:<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>document<\/code><\/td>\n<td>string(binary)<\/td>\n<td>Required<\/td>\n<td>The document.<\/td>\n<\/tr>\n<tr>\n<td><code>options<\/code><\/td>\n<td>OptimizationOptions<\/td>\n<td>Required<\/td>\n<td>The document optimization options.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"apply-content-optimization-options-specific-to-a-particular-versions-of-microsoft-word-usage-examples\">Apply content optimization options, specific to a particular versions of Microsoft Word usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-apply-content-optimization-options-specific-to-a-particular-versions-of-microsoft-word-with-curl-or-postman\">How to apply content optimization options, specific to a particular versions of Microsoft Word with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=OptimizeDocumentOnline.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=OptimizeDocumentOnline.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-apply-content-optimization-options-specific-to-a-particular-versions-of-microsoft-word-in-python-java-c-c-javascript-and-other-programming-languages\">How to apply content optimization options, specific to a particular versions of Microsoft Word in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=OptimizeDocumentOnline.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=OptimizeDocumentOnline.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=OptimizeDocumentOnline.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=OptimizeDocumentOnline.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=OptimizeDocumentOnline.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=OptimizeDocumentOnline.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=OptimizeDocumentOnline.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=OptimizeDocumentOnline.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=OptimizeDocumentOnline.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=OptimizeDocumentOnline.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Classify documents into categories","link":"https:\/\/docs.aspose.cloud\/words\/classification\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/classification\/","description":"\n        \n        \n        <ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/classification\/document\/'>Classify a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/classification\/text\/'>Classify text online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Compare two documents","link":"https:\/\/docs.aspose.cloud\/words\/compare\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/compare\/","description":"\n        \n        \n        <p>Comparing documents is often used to track changes made to important documents. Additionally, it is used in editing to compare the modified document version with the original.<\/p>\n<p>Aspose.Words REST API is a powerful document manipulation tool that allows developers to compare two documents and retrieve the differences between them.<\/p>\n<p>As a result of the comparison, a list of differences between the two Word documents is returned. Each difference will contain information about the type of difference (e.g. deleted text, added text, formatting change), the location of the difference in the document, and the text that was added or deleted.<\/p>\n<h2 id=\"compare-two-documents-rest-api\">Compare two documents REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/online\/put\/compareDocument<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>loadEncoding<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.<\/td>\n<\/tr>\n<tr>\n<td><code>password<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don&rsquo;t recommend to use the parameter to pass a plain password for direct call of API.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.<\/td>\n<\/tr>\n<tr>\n<td><code>destFileName<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword2<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>encrypted password for the second document.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use <code>$multipart\/form-data<\/code> request to combine one or more properties into a single body:<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>document<\/code><\/td>\n<td>string(binary)<\/td>\n<td>Required<\/td>\n<td>The document.<\/td>\n<\/tr>\n<tr>\n<td><code>compareData<\/code><\/td>\n<td>CompareData<\/td>\n<td>Required<\/td>\n<td>Compare data.<\/td>\n<\/tr>\n<tr>\n<td><code>comparingDocument<\/code><\/td>\n<td>string(binary)<\/td>\n<td>Optional<\/td>\n<td>The comparing document.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"compare-two-documents-usage-examples\">Compare two documents usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-compare-twodocuments-with-curl-or-postman\">How to compare twodocuments with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=CompareDocumentOnline.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=CompareDocumentOnline.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-compare-two-documents-in-python-java-c-c-javascript-and-other-programming-languages\">How to compare two documents in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=CompareDocumentOnline.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=CompareDocumentOnline.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=CompareDocumentOnline.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=CompareDocumentOnline.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=CompareDocumentOnline.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=CompareDocumentOnline.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=CompareDocumentOnline.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=CompareDocumentOnline.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=CompareDocumentOnline.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=CompareDocumentOnline.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Compress a document","link":"https:\/\/docs.aspose.cloud\/words\/documents\/compress\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/documents\/compress\/","description":"\n        \n        \n        <p>Compress and resize images inside a document.<\/p>\n<h2 id=\"compress-a-word-document-rest-api\">Compress a Word document REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/online\/put\/compress<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>loadEncoding<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.<\/td>\n<\/tr>\n<tr>\n<td><code>password<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don&rsquo;t recommend to use the parameter to pass a plain password for direct call of API.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.<\/td>\n<\/tr>\n<tr>\n<td><code>destFileName<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use <code>$multipart\/form-data<\/code> request to combine one or more properties into a single body:<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>document<\/code><\/td>\n<td>string(binary)<\/td>\n<td>Required<\/td>\n<td>The document.<\/td>\n<\/tr>\n<tr>\n<td><code>compressOptions<\/code><\/td>\n<td>CompressOptions<\/td>\n<td>Required<\/td>\n<td>Options for compress the document.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"compress-a-word-document-usage-examples\">Compress a Word document usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-compress-a-word-document-with-curl-or-postman\">How to compress a Word document with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=CompressDocumentOnline.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=CompressDocumentOnline.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-compress-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to compress a Word document in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=CompressDocumentOnline.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=CompressDocumentOnline.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=CompressDocumentOnline.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=CompressDocumentOnline.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=CompressDocumentOnline.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=CompressDocumentOnline.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=CompressDocumentOnline.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=CompressDocumentOnline.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=CompressDocumentOnline.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=CompressDocumentOnline.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Convert a document to another format","link":"https:\/\/docs.aspose.cloud\/words\/convert\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/convert\/","description":"\n        \n        \n        <p>If you have originally created a document in a certain format, like <a href=\"https:\/\/docs.fileformat.com\/word-processing\/doc\/\">DOC<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/docx\/\">DOCX<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/odt\/\">ODT<\/a> or <a href=\"https:\/\/docs.fileformat.com\/word-processing\/rtf\/\">RTF<\/a>, you may sometimes find it useful to convert the document to another format so you can take advantage of special features provided by it. For example, you may want to convert a Word document to <a href=\"https:\/\/docs.fileformat.com\/pdf\/\">PDF<\/a> to protect your contents from any unauthorized modifications and make it easy to read and share simultaneously. Or, for instance, you may want to convert a <a href=\"https:\/\/docs.fileformat.com\/pdf\/\">PDF<\/a> to <a href=\"https:\/\/docs.fileformat.com\/word-processing\/docx\/\">DOCX<\/a> to extract the original text.<\/p>\n<p>Document conversion is a complex process. Many factors contribute to the complexity and therefore, should be taken into account during the transformation process. The ability to convert Word documents from one format to another with a precise professional quality is a top feature of Aspose.Words Cloud.<\/p>\n<p>It works perfectly for any document format conversions. You can both import and export documents in: <a href=\"https:\/\/docs.fileformat.com\/word-processing\/doc\/\">DOC<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/docx\/\">DOCX<\/a>, <a href=\"https:\/\/docs.fileformat.com\/pdf\/\">PDF<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/rtf\/\">RTF<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/dot\/\">DOT<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/dotx\/\">DOTX<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/odt\/\">ODT<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/ott\/\">OTT<\/a>, <a href=\"https:\/\/docs.fileformat.com\/web\/html\/\">HTML<\/a>, <a href=\"https:\/\/docs.fileformat.com\/web\/mhtml\/\">MHTML<\/a>, <a href=\"https:\/\/docs.fileformat.com\/web\/xml\/\">XML<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/txt\/\">TXT<\/a>. The export-only formats are: <a href=\"https:\/\/docs.fileformat.com\/page-description-language\/ps\/\">PS<\/a>, <a href=\"https:\/\/docs.fileformat.com\/page-description-language\/xps\/\">XPS<\/a>, <a href=\"https:\/\/docs.fileformat.com\/page-description-language\/xps\/\">OpenXPS<\/a>, <a href=\"https:\/\/docs.fileformat.com\/image\/png\/\">PNG<\/a>, <a href=\"https:\/\/docs.fileformat.com\/image\/jpeg\/\">JPEG<\/a>, <a href=\"https:\/\/docs.fileformat.com\/image\/bmp\/\">BMP<\/a>, <a href=\"https:\/\/docs.fileformat.com\/page-description-language\/svg\/\">SVG<\/a>, <a href=\"https:\/\/docs.fileformat.com\/image\/tiff\/\">TIFF<\/a>, <a href=\"https:\/\/docs.fileformat.com\/image\/emf\/\">EMF<\/a>, <a href=\"https:\/\/docs.fileformat.com\/page-description-language\/pcl\/\">PCL<\/a>, <a href=\"https:\/\/docs.fileformat.com\/ebook\/epub\/\">EPUB<\/a>.<\/p>\n<p>The following APIs to convert a Word document to other file formats are provided:<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align:left\">API<\/th>\n<th style=\"text-align:left\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align:left\"><a href=\"https:\/\/apireference.aspose.cloud\/words\/#\/Convert\/GetDocumentWithFormat\">GET \/words\/{name}<\/a><\/td>\n<td style=\"text-align:left\">Export the document into the specified format.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align:left\"><a href=\"https:\/\/apireference.aspose.cloud\/words\/#\/Convert\/ConvertDocument\">PUT \/words\/convert<\/a><\/td>\n<td style=\"text-align:left\">Converts document from the request&rsquo;s content to the specified format.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align:left\"><a href=\"https:\/\/apireference.aspose.cloud\/words\/#\/Convert\/SaveAs\">PUT \/words\/{name}\/saveAs<\/a><\/td>\n<td style=\"text-align:left\">Convert a document to destination format with detailed settings and save the result to storage.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align:left\"><a href=\"https:\/\/apireference.aspose.cloud\/words\/#\/Convert\/SaveAsTiff\">PUT \/words\/{name}\/saveAs\/tiff<\/a><\/td>\n<td style=\"text-align:left\">Convert a document to tiff with detailed settings and save the result to storage.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The following articles explain each API in detail and contain cURL and SDK Examples of each API:<\/p>\n<ul>\n<li><a href=\"https:\/\/docs.aspose.cloud\/words\/words\/convert\/specified-format\/\">Convert document from request content to specified format<\/a>.<\/li>\n<li><a href=\"https:\/\/docs.aspose.cloud\/words\/words\/convert\/document-to-tiff\/\">Convert document to tiff with detailed settings and save result to storage<\/a>.<\/li>\n<li><a href=\"https:\/\/docs.aspose.cloud\/words\/words\/convert\/pdf-to-word\/\">Convert PDF file to a Word Document<\/a>.<\/li>\n<li><a href=\"https:\/\/docs.aspose.cloud\/words\/words\/convert\/conversion-settings\/\">Convert document to destination format with detailed settings and save result to storage<\/a>.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Create a new document","link":"https:\/\/docs.aspose.cloud\/words\/documents\/create\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/documents\/create\/","description":"\n        \n        \n        <p>Creates a new document in the Cloud Storage in the format specified by the file extension.<\/p>\n<h2 id=\"create-a-new-document-rest-api\">Create a new document REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/create<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>fileName<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>The filename of the document.<\/td>\n<\/tr>\n<tr>\n<td><code>folder<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>The path to the document folder.<\/td>\n<\/tr>\n<tr>\n<td><code>storage<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Original document storage.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"create-a-new-document-usage-examples\">Create a new document usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-create-a-new-document-with-curl-or-postman\">How to create a new document with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=CreateDocument.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=CreateDocument.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-create-a-new-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to create a new document in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=CreateDocument.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=CreateDocument.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=CreateDocument.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=CreateDocument.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=CreateDocument.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=CreateDocument.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=CreateDocument.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=CreateDocument.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=CreateDocument.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=CreateDocument.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Create multiple documents at once using MailMerge","link":"https:\/\/docs.aspose.cloud\/words\/mail-merge\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/mail-merge\/","description":"\n        \n        \n        <ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/mail-merge\/execute\/'>Execute Mail Merge online online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/mail-merge\/insert-html\/'>Insert HTML<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/mail-merge\/read-field-names-online\/'>Get all field names in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Download a web page and save it in the specified format","link":"https:\/\/docs.aspose.cloud\/words\/documents\/save-webpage\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/documents\/save-webpage\/","description":"\n        \n        \n        <p>Downloads a web page and saves it in the specified document format.<\/p>\n<h2 id=\"download-a-web-page-and-save-it-in-the-specified-document-format-rest-api\">Download a Web page and save it in the specified document format REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/loadWebDocument<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>storage<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Original document storage.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&lsquo;application\/json&rsquo; Encoding<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<\/table>\n<p>&lsquo;application\/xml&rsquo; Encoding<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"download-a-web-page-and-save-it-in-the-specified-document-format-usage-examples\">Download a Web page and save it in the specified document format usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-download-a-web-page-and-save-it-in-the-specified-document-format-with-curl-or-postman\">How to download a Web page and save it in the specified document format with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=LoadWebDocument.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=LoadWebDocument.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-download-a-web-page-and-save-it-in-the-specified-document-format-in-python-java-c-c-javascript-and-other-programming-languages\">How to download a Web page and save it in the specified document format in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=LoadWebDocument.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=LoadWebDocument.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=LoadWebDocument.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=LoadWebDocument.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=LoadWebDocument.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=LoadWebDocument.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=LoadWebDocument.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=LoadWebDocument.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=LoadWebDocument.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=LoadWebDocument.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Generate documents, build reports","link":"https:\/\/docs.aspose.cloud\/words\/report\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/report\/","description":"\n        \n        \n        <ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/report\/build-online\/'>Runs a report generation process online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Get general information about a document","link":"https:\/\/docs.aspose.cloud\/words\/documents\/information\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/documents\/information\/","description":"\n        \n        \n        <p>Get general information about a Word document.<\/p>\n<h2 id=\"get-general-information-about-a-word-document-rest-api\">Get general information about a Word document REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>GET<\/td>\n<td><code>\/words\/{documentName}<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>, where:<\/p>\n<ul>\n<li><strong><code>documentName<\/code><\/strong> (required) \u2014 the filename of the input document.<\/li>\n<\/ul>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>folder<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Original document folder.<\/td>\n<\/tr>\n<tr>\n<td><code>storage<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Original document storage.<\/td>\n<\/tr>\n<tr>\n<td><code>loadEncoding<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.<\/td>\n<\/tr>\n<tr>\n<td><code>password<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don&rsquo;t recommend to use the parameter to pass a plain password for direct call of API.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"get-general-information-about-a-word-document-usage-examples\">Get general information about a Word document usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-get-general-information-about-a-word-document-with-curl-or-postman\">How to get general information about a Word document with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=GetDocument.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=GetDocument.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-get-general-information-about-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to get general information about a Word document in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=GetDocument.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=GetDocument.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=GetDocument.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=GetDocument.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=GetDocument.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=GetDocument.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=GetDocument.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=GetDocument.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=GetDocument.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=GetDocument.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Get information about the application","link":"https:\/\/docs.aspose.cloud\/words\/info\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/info\/","description":"\n        \n        \n        <p>Aspose.Words REST API includes a <code>GetInfo<\/code> method that allows developers to retrieve information about the application, such as the version number and build date.<\/p>\n<p>This method can be useful for troubleshooting and for keeping track of which version of the application is in use. It can also be used to verify that the application is up-to-date.<\/p>\n<h2 id=\"retrieve-information-about-the-application-rest-api\">Retrieve information about the application REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>GET<\/td>\n<td><code>\/words\/info<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"retrieve-information-about-the-application-usage-examples\">Retrieve information about the application usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-retrieve-information-about-the-application-with-curl-or-postman\">How to retrieve information about the application with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=GetInfo.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=GetInfo.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-retrieve-information-about-the-application-in-python-java-c-c-javascript-and-other-programming-languages\">How to retrieve information about the application in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=GetInfo.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=GetInfo.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=GetInfo.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=GetInfo.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=GetInfo.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=GetInfo.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=GetInfo.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=GetInfo.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=GetInfo.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=GetInfo.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Get statistics on a document","link":"https:\/\/docs.aspose.cloud\/words\/documents\/statistics\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/documents\/statistics\/","description":"\n        \n        \n        <p>Returns statistics on a Word document.<\/p>\n<h2 id=\"get-statistics-on-a-word-document-rest-api\">Get statistics on a Word document REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/online\/get\/statistics<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>loadEncoding<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.<\/td>\n<\/tr>\n<tr>\n<td><code>password<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don&rsquo;t recommend to use the parameter to pass a plain password for direct call of API.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.<\/td>\n<\/tr>\n<tr>\n<td><code>includeComments<\/code><\/td>\n<td>boolean<\/td>\n<td>Optional<\/td>\n<td>The flag indicating whether to include comments from the WordCount. The default value is &ldquo;false&rdquo;.<\/td>\n<\/tr>\n<tr>\n<td><code>includeFootnotes<\/code><\/td>\n<td>boolean<\/td>\n<td>Optional<\/td>\n<td>The flag indicating whether to include footnotes from the WordCount. The default value is &ldquo;false&rdquo;.<\/td>\n<\/tr>\n<tr>\n<td><code>includeTextInShapes<\/code><\/td>\n<td>boolean<\/td>\n<td>Optional<\/td>\n<td>The flag indicating whether to include shape&rsquo;s text from the WordCount. The default value is &ldquo;false&rdquo;.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use <code>$multipart\/form-data<\/code> request to combine one or more properties into a single body:<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>document<\/code><\/td>\n<td>string(binary)<\/td>\n<td>Required<\/td>\n<td>The document.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"get-statistics-on-a-word-document-usage-examples\">Get statistics on a Word document usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-get-statistics-on-a-word-document-with-curl-or-postman\">How to get statistics on a Word document with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=GetDocumentStatisticsOnline.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=GetDocumentStatisticsOnline.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-get-statistics-on-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to get statistics on a Word document in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=GetDocumentStatisticsOnline.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=GetDocumentStatisticsOnline.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=GetDocumentStatisticsOnline.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=GetDocumentStatisticsOnline.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=GetDocumentStatisticsOnline.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=GetDocumentStatisticsOnline.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=GetDocumentStatisticsOnline.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=GetDocumentStatisticsOnline.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=GetDocumentStatisticsOnline.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=GetDocumentStatisticsOnline.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Merge several documents into one","link":"https:\/\/docs.aspose.cloud\/words\/merge\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/merge\/","description":"\n        \n        \n        <p>Merges several Word, PDF documents to a single document.<\/p>\n<h2 id=\"merge-several-word-pdf-documents-to-a-single-document-rest-api\">Merge several Word, PDF documents to a single document REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/online\/put\/appendDocument<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>loadEncoding<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.<\/td>\n<\/tr>\n<tr>\n<td><code>password<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don&rsquo;t recommend to use the parameter to pass a plain password for direct call of API.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.<\/td>\n<\/tr>\n<tr>\n<td><code>destFileName<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.<\/td>\n<\/tr>\n<tr>\n<td><code>revisionAuthor<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Initials of the author to use for revisions.If you set this parameter and then make some changes to the document programmatically, save the document and later open the document in MS Word you will see these changes as revisions.<\/td>\n<\/tr>\n<tr>\n<td><code>revisionDateTime<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>The date and time to use for revisions.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use <code>$multipart\/form-data<\/code> request to combine one or more properties into a single body:<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>document<\/code><\/td>\n<td>string(binary)<\/td>\n<td>Required<\/td>\n<td>Original document.<\/td>\n<\/tr>\n<tr>\n<td><code>documentList<\/code><\/td>\n<td>BaseEntryList<\/td>\n<td>Required<\/td>\n<td><see cref=\"BaseEntryList\"\/> with a list of entries to append<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"merge-several-word-pdf-documents-to-a-single-document-usage-examples\">Merge several Word, PDF documents to a single document usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-merge-several-word-pdf-documents-to-a-single-document-with-curl-or-postman\">How to merge several Word, PDF documents to a single document with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=AppendDocumentOnline.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=AppendDocumentOnline.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-merge-several-word-pdf-documents-to-a-single-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to merge several Word, PDF documents to a single document in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=AppendDocumentOnline.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=AppendDocumentOnline.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=AppendDocumentOnline.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=AppendDocumentOnline.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=AppendDocumentOnline.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=AppendDocumentOnline.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=AppendDocumentOnline.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=AppendDocumentOnline.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=AppendDocumentOnline.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=AppendDocumentOnline.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Protect a document","link":"https:\/\/docs.aspose.cloud\/words\/documents\/protection\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/documents\/protection\/","description":"\n        \n        \n        <ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/documents\/protection\/get\/'>Get information about Word document protection online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/documents\/protection\/add\/'>Add protection to a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/documents\/protection\/remove\/'>Remove protection from a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Remove all macros from a document","link":"https:\/\/docs.aspose.cloud\/words\/documents\/remove-macros\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/documents\/remove-macros\/","description":"\n        \n        \n        <p>Removes all macros from a Word document.<\/p>\n<h2 id=\"remove-all-macros-from-a-word-document-rest-api\">Remove all macros from a Word document REST API<\/h2>\n<table>\n<thead>\n<tr>\n<th>Server<\/th>\n<th>Method<\/th>\n<th>Endpoint<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>https:\/\/api.aspose.cloud\/v4.0<\/code><\/td>\n<td>PUT<\/td>\n<td><code>\/words\/online\/delete\/macros<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>You can use the following parameters in a REST request:<\/p>\n<table>\n<thead>\n<tr>\n<th>Parameter Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>loadEncoding<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.<\/td>\n<\/tr>\n<tr>\n<td><code>password<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don&rsquo;t recommend to use the parameter to pass a plain password for direct call of API.<\/td>\n<\/tr>\n<tr>\n<td><code>encryptedPassword<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.<\/td>\n<\/tr>\n<tr>\n<td><code>destFileName<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.<\/td>\n<\/tr>\n<tr>\n<td><code>revisionAuthor<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>Initials of the author to use for revisions.If you set this parameter and then make some changes to the document programmatically, save the document and later open the document in MS Word you will see these changes as revisions.<\/td>\n<\/tr>\n<tr>\n<td><code>revisionDateTime<\/code><\/td>\n<td>string<\/td>\n<td>Optional<\/td>\n<td>The date and time to use for revisions.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use <code>$multipart\/form-data<\/code> request to combine one or more properties into a single body:<\/p>\n<table>\n<thead>\n<tr>\n<th>Property Name<\/th>\n<th>Data Type<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>document<\/code><\/td>\n<td>string(binary)<\/td>\n<td>Required<\/td>\n<td>The document.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<strong>Note<\/strong>: to access this REST API, you need to register and get personal credentials. Use the &lsquo;<a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">Quick Start<\/a>&rsquo; guide to go through the procedure in a couple of minutes.\n<\/div>\n\n<h2 id=\"remove-all-macros-from-a-word-document-usage-examples\">Remove all macros from a Word document usage examples<\/h2>\n<p>Let&rsquo;s look at practical examples of using the web service. You can do this both with cURL and Postman utilities, and from your code in various programming languages: Python, Java, JavaScript, C#, PHP, C++, Go, Ruby, Swift, Dart.<\/p>\n<h3 id=\"how-to-remove-all-macros-from-a-word-document-with-curl-or-postman\">How to remove all macros from a Word document with cURL or Postman<\/h3>\n<p>One of the easiest and fastest ways to call a REST API is to use cURL or Postman:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=DeleteMacrosOnline.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=DeleteMacrosOnline.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"how-to-remove-all-macros-from-a-word-document-in-python-java-c-c-javascript-and-other-programming-languages\">How to remove all macros from a Word document in Python, Java, C#, C++, JavaScript and other programming languages<\/h3>\n<p>Using SDK is the quickest way to speed up the development. Please take a look at the provided code examples to quickly call this web service from your favourite programming language:<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-1\" checked=\"checked\" \/>\n      <label for=\"tabs-2-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=DeleteMacrosOnline.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-2\"  \/>\n      <label for=\"tabs-2-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=DeleteMacrosOnline.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-3\"  \/>\n      <label for=\"tabs-2-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=DeleteMacrosOnline.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-4\"  \/>\n      <label for=\"tabs-2-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=DeleteMacrosOnline.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-5\"  \/>\n      <label for=\"tabs-2-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=DeleteMacrosOnline.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-6\"  \/>\n      <label for=\"tabs-2-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=DeleteMacrosOnline.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-7\"  \/>\n      <label for=\"tabs-2-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=DeleteMacrosOnline.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-8\"  \/>\n      <label for=\"tabs-2-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=DeleteMacrosOnline.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-9\"  \/>\n      <label for=\"tabs-2-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=DeleteMacrosOnline.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-2\" id=\"tabs-2-10\"  \/>\n      <label for=\"tabs-2-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=DeleteMacrosOnline.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See Also<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub repository<\/a> \u2014 explore Aspose.Words Cloud SDK Family. These software libraries take care of all low-level document-processing details.<\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Render document pages into graphics format","link":"https:\/\/docs.aspose.cloud\/words\/documents\/render-into-image\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/documents\/render-into-image\/","description":"\n        \n        \n        <ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/documents\/render-into-image\/page\/'>Render a Word document page as an image online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/documents\/render-into-image\/paragraph\/'>Render a paragraph as an image online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/documents\/render-into-image\/table\/'>Render a table as an image online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/documents\/render-into-image\/drawringobject\/'>Render a DrawingObject as an image online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/documents\/render-into-image\/mathobject\/'>Renders an OfficeMath object as an image online<\/a>\n    <\/li><\/ul>\n\n\n\n      "},{"title":"Developer-Guide: Split a document into parts","link":"https:\/\/docs.aspose.cloud\/words\/split\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/split\/","description":"\n        \n        \n        <p>Aspose provides a powerful API to split Word documents. It&rsquo;s a common document automation task when you need to break a large document into a number of smaller ones to handle them separately.<\/p>\n<p>For example, you must have been in a situation when you have a massive <a href=\"https:\/\/docs.fileformat.com\/word-processing\/docx\/\">DOCX<\/a> file, requiring urgent team work. In this case, it is pretty necessary to divide a Word document into sub-documents to speed up the collaborative workflow.<\/p>\n<p>Task to split a <a href=\"https:\/\/docs.fileformat.com\/word-processing\/docx\/\">DOCX<\/a> document by hand with manual copying and pasting may be a long, labor-intensive, sub-optimal approach. Instead, you can improve your efficiency dramatically with this API by breaking Word document into files, while specifying operation parameters as you need.<\/p>\n<p>Using this API you can easily split a <a href=\"https:\/\/docs.fileformat.com\/word-processing\/doc\/\">DOC<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/dot\/\">DOT<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/docx\/\">DOCX<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/dotx\/\">DOTX<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/rtf\/\">RTF<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/odt\/\">ODT<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/ott\/\">OTT<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/txt\/\">TXT<\/a> document and save the results to <a href=\"https:\/\/docs.fileformat.com\/word-processing\/doc\/\">DOC<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/docx\/\">DOCX<\/a>, <a href=\"https:\/\/docs.fileformat.com\/pdf\/\">PDF<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/odt\/\">ODT<\/a>, <a href=\"https:\/\/docs.fileformat.com\/word-processing\/rtf\/\">RTF<\/a>, <a href=\"https:\/\/docs.fileformat.com\/web\/html\/\">HTML<\/a>, <a href=\"https:\/\/docs.fileformat.com\/image\/jpeg\/\">JPEG<\/a>, <a href=\"https:\/\/docs.fileformat.com\/image\/png\/\">PNG<\/a> and many other file formats.<\/p>\n<h2 id=\"usage-examples-with-curl-and-postman\">Usage examples with cURL and Postman<\/h2>\n<p>You can carry out REST API interactions using <code>cURL<\/code> and <code>Postman<\/code>. Please read these <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instructions<\/a> to receive a personal <code>JWT_TOKEN<\/code> for authorization.<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-1\" checked=\"checked\" \/>\n      <label for=\"tabs-1-1\">cURL Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/8a52e648cd36d3e0a7402727561073b6.js?file=SplitDocumentOnline.curl\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use this <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instruction<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-2\"  \/>\n      <label for=\"tabs-1-2\">Postman Request<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/894866974db18d27af2a7f67dd929b6f.js?file=SplitDocumentOnline.json\"><\/script>\n<p style=\"margin-top:-32px;font-size:80%;font-style:italic\">To get a JWT token use this <a href=\"https:\/\/docs.aspose.cloud\/words\/words\/getting-started\/quickstart\/\">instruction<\/a><\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-1\" id=\"tabs-1-3\"  \/>\n      <label for=\"tabs-1-3\">Server Response<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><div class=\"highlight\"><pre class=\"chroma\"><code class=\"language-json\" data-lang=\"json\"><span class=\"p\">{<\/span>\n  <span class=\"nt\">&#34;SplitResult&#34;<\/span><span class=\"p\">:<\/span> <span class=\"p\">{<\/span>\n    <span class=\"nt\">&#34;SourceDocument&#34;<\/span><span class=\"p\">:<\/span> <span class=\"p\">{<\/span>\n      <span class=\"nt\">&#34;Href&#34;<\/span><span class=\"p\">:<\/span> <span class=\"s2\">&#34;test_doc.docx&#34;<\/span><span class=\"p\">,<\/span>\n      <span class=\"nt\">&#34;Rel&#34;<\/span><span class=\"p\">:<\/span> <span class=\"s2\">&#34;self&#34;<\/span>\n    <span class=\"p\">},<\/span>\n    <span class=\"nt\">&#34;Pages&#34;<\/span><span class=\"p\">:<\/span> <span class=\"p\">[<\/span>\n      <span class=\"p\">{<\/span>\n        <span class=\"nt\">&#34;Href&#34;<\/span><span class=\"p\">:<\/span> <span class=\"s2\">&#34;test_doc_page2.pdf&#34;<\/span><span class=\"p\">,<\/span>\n        <span class=\"nt\">&#34;Rel&#34;<\/span><span class=\"p\">:<\/span> <span class=\"s2\">&#34;page&#34;<\/span>\n      <span class=\"p\">},<\/span>\n      <span class=\"p\">{<\/span>\n        <span class=\"nt\">&#34;Href&#34;<\/span><span class=\"p\">:<\/span> <span class=\"s2\">&#34;test_doc_page3.pdf&#34;<\/span><span class=\"p\">,<\/span>\n        <span class=\"nt\">&#34;Rel&#34;<\/span><span class=\"p\">:<\/span> <span class=\"s2\">&#34;page&#34;<\/span>\n      <span class=\"p\">}<\/span>\n    <span class=\"p\">]<\/span>\n  <span class=\"p\">}<\/span>\n<span class=\"p\">}<\/span>\n<\/code><\/pre><\/div><\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"asposewords-cloud-sdk-family\">Aspose.Words Cloud SDK Family<\/h2>\n<p>Using SDK is the best way to speed up the development. Please go to the <a href=\"https:\/\/github.com\/aspose-words-cloud\">GitHub<\/a> repository to explore a wide family of our Cloud SDKs. These powerful libraries take care of all low-level programming details and let you focus on your primary tasks.<\/p>\n<h2 id=\"usage-examples-in-python-java-c-etc\">Usage examples in Python, Java, C#, etc.<\/h2>\n<p>The following code samples show how to interact with the REST API using almost any mainstream programming language.<\/p>\n<p>You can find a lot of other examples in <a href=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0\">Python<\/a>, <a href=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4\">Java<\/a>, <a href=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549\">C#<\/a>, <a href=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a\">JavaScript<\/a>, <a href=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a\">PHP<\/a>, <a href=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e\">C++<\/a>, <a href=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5\">Golang<\/a>, <a href=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7\">Ruby<\/a>, <a href=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c\">Swift<\/a>, <a href=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf\">Dart<\/a> on GitHub. All codes are thoroughly tested and ready for production use.<\/p>\n<h3 id=\"split-docx-to-pdfs\">Split DOCX to PDFs<\/h3>\n<p>The following code examples demonstrate how to split all pages in a Word document.<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-1\" checked=\"checked\" \/>\n      <label for=\"tabs-4-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=SplitDocumentOnline.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-2\"  \/>\n      <label for=\"tabs-4-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=SplitDocumentOnline.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-3\"  \/>\n      <label for=\"tabs-4-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=SplitDocumentOnline.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-4\"  \/>\n      <label for=\"tabs-4-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=SplitDocumentOnline.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-5\"  \/>\n      <label for=\"tabs-4-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=SplitDocumentOnline.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-6\"  \/>\n      <label for=\"tabs-4-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=SplitDocumentOnline.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-7\"  \/>\n      <label for=\"tabs-4-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=SplitDocumentOnline.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-8\"  \/>\n      <label for=\"tabs-4-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=SplitDocumentOnline.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-9\"  \/>\n      <label for=\"tabs-4-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=SplitDocumentOnline.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-10\"  \/>\n      <label for=\"tabs-4-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=SplitDocumentOnline.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"split-specific-pages-to-pdfs\">Split specific pages to PDFs<\/h3>\n<p>The following code examples demonstrate how to split specific pages of a Word document.<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-1\" checked=\"checked\" \/>\n      <label for=\"tabs-4-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=SplitDocumentOnline_2.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-2\"  \/>\n      <label for=\"tabs-4-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=SplitDocumentOnline_2.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-3\"  \/>\n      <label for=\"tabs-4-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=SplitDocumentOnline_2.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-4\"  \/>\n      <label for=\"tabs-4-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=SplitDocumentOnline_2.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-5\"  \/>\n      <label for=\"tabs-4-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=SplitDocumentOnline_2.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-6\"  \/>\n      <label for=\"tabs-4-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=SplitDocumentOnline_2.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-7\"  \/>\n      <label for=\"tabs-4-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=SplitDocumentOnline_2.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-8\"  \/>\n      <label for=\"tabs-4-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=SplitDocumentOnline_2.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-9\"  \/>\n      <label for=\"tabs-4-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=SplitDocumentOnline_2.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-10\"  \/>\n      <label for=\"tabs-4-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=SplitDocumentOnline_2.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h3 id=\"split-specific-pages-to-any-supported-format\">Split specific pages to any Supported Format<\/h3>\n<p>The following code examples demonstrate how to split a Word document to any format.<\/p>\n<div data-nosnippet>\n    \n\n\n\n\n\n<nav>\n  <div class=\"book-tabs nav nav-tabs\" id=\"nav-tab\" role=\"tablist\">\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-1\" checked=\"checked\" \/>\n      <label for=\"tabs-4-1\">Python<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e26813ced70692c544820cd8011ee7e0.js?file=SplitDocumentOnline_1.py\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-2\"  \/>\n      <label for=\"tabs-4-2\">Java<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/caede439bfd2e57c3010befe504faff4.js?file=SplitDocumentOnline_1.java\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-3\"  \/>\n      <label for=\"tabs-4-3\">Node.js<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/a9510e4b51613f1138e7c1ec09634c4a.js?file=SplitDocumentOnline_1.js\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-4\"  \/>\n      <label for=\"tabs-4-4\">C#<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/374e1e3dd4bca8f696f29d913645f549.js?file=SplitDocumentOnline_1.cs\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-5\"  \/>\n      <label for=\"tabs-4-5\">PHP<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/e2a72445b96362dc0117f06ab54bb94a.js?file=SplitDocumentOnline_1.php\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-6\"  \/>\n      <label for=\"tabs-4-6\">C&#43;&#43;<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/49aa5151a094849179bae8672c887a0e.js?file=SplitDocumentOnline_1.cpp\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-7\"  \/>\n      <label for=\"tabs-4-7\">Go<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=config.json\"><\/script>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/625ca80adffd779e8f6e3611551e14d5.js?file=SplitDocumentOnline_1.go\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-8\"  \/>\n      <label for=\"tabs-4-8\">Ruby<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/339f3835a4c0a536c81ec941de29baf7.js?file=SplitDocumentOnline_1.rb\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-9\"  \/>\n      <label for=\"tabs-4-9\">Swift<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/790dbd2edd5d36f170732366f52cac4c.js?file=SplitDocumentOnline_1.swift\"><\/script>\n<\/div>\n      <input type=\"radio\" class=\"toggle\" name=\"tabs-4\" id=\"tabs-4-10\"  \/>\n      <label for=\"tabs-4-10\">Dart<\/label>\n      <div class=\"book-tabs-content markdown-inner\"><script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-cloud-gists\/6aae628cf2b878b78fea177c3171c6bf.js?file=SplitDocumentOnline_1.dart\"><\/script>\n<\/div><\/div>\n<\/nav>\n\n\n<\/div>\n\n<h2 id=\"see-also\">See also<\/h2>\n<ul>\n<li>Product page description: <a href=\"https:\/\/products.aspose.cloud\/words\/python\/split\" target=\"_blank\">Python<\/a>, <a href=\"https:\/\/products.aspose.cloud\/words\/net\/split\" target=\"_blank\">C#<\/a>, <a href=\"https:\/\/products.aspose.cloud\/words\/java\/split\" target=\"_blank\">Java<\/a>, <a href=\"https:\/\/products.aspose.cloud\/words\/nodejs\/split\" target=\"_blank\">Node.js<\/a>, <a href=\"https:\/\/products.aspose.cloud\/words\/php\/split\" target=\"_blank\">PHP<\/a>, <a href=\"https:\/\/products.aspose.cloud\/words\/go\/split\" target=\"_blank\">Go<\/a><\/li>\n<li><a href=\"https:\/\/products.aspose.app\/words\/splitter\" target=\"_blank\" rel=\"noopener\">Free online splitter app<\/a><\/li>\n<\/ul>\n\n      "},{"title":"Developer-Guide: Track revision changes in a document","link":"https:\/\/docs.aspose.cloud\/words\/documents\/track-changes\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.cloud\/words\/documents\/track-changes\/","description":"\n        \n        \n        <ul><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/documents\/track-changes\/accept-all\/'>Accept all revisions in a Word document online<\/a>\n    <\/li><li>\n        <a href='https:\/\/docs.aspose.cloud\/words\/words\/documents\/track-changes\/reject-all\/'>Reject all revisions in a Word document online<\/a>\n    <\/li><\/ul>\n\n\n\n      "}]}}