aspose-words-cloud


Nameaspose-words-cloud JSON
Version 24.3.0 PyPI version JSON
download
home_pagehttps://github.com/aspose-words-cloud/aspose-words-cloud-python
SummaryPython Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate Microsoft Word file generation, manipulation, conversion & inspection features into your own python applications.
upload_time2024-03-25 11:03:54
maintainerNone
docs_urlNone
authorYaroslaw Ekimov
requires_pythonNone
licenseNone
keywords office convert word pdf docx html rtf png jpg split merge edit word to pdf pdf to word docx to pdf pdf to docx word to html html to word reporting mailmerge statistics watermark fields generate create report table paragraph images text generator creator maker
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate Microsoft Word® file generation, manipulation, conversion & inspection features into your own python applications.

[Aspose.Words Cloud SDK for Python](https://products.aspose.cloud/words/python) allows to work with Word document headers, footers, page numbering, tables, sections, document comments, drawing objects, FormFields, fonts, hyperlinks, ranges, paragraphs, math objects, watermarks, revisions and document protection. It also assists in appending documents, splitting documents as well as converting document to other supported file formats. Please feel free to explore the [Developer's Guide](https://docs.aspose.cloud/display/wordscloud/Developer+Guide) for all possible usage scenarios. 

## Document Processing Features

- Programmatically create new documents of various file formats.
- Availability of Mail Merge and report generation features.
- Split or merge documents on demand.
- Manage watermarks and protection.
- Full read & write access to Document Object Model.
- Fetch web pages via URL and save in Microsoft Word file formats.
- Get document information in JSON or XML representation.
- [Fetch statistical data](https://docs.aspose.cloud/display/wordscloud/Get+Document+Statistics) of a document.
- [Remove all macros](https://docs.aspose.cloud/display/wordscloud/Remove+all+Macros+from+Document) contained in a specific document.
- [Convert a document to desired file format](https://docs.aspose.cloud/display/wordscloud/Convert+Document+to+Destination+Format+with+Detailed+Settings+and+Save+Result+to+Storage) along with detailed settings.
- Convert an encrypted PDF document into Word document format.

## Enhancements in Version 24.3

- Added support for 'RemoveEmptyCells' option for the 'Cleanup' parameter in the insert 'MailMerge' API method.


## Enhancements in Version 24.1

- Added support for InsertAfterNode in the insert API without NodePath.
- Added support for inserting nodes (runs/rows/cells/bookmarks) without NodePath.
- Added support for transparency in the Watermark API.
- Added support for password and encryptedPassword fields in FileReference.
- Fixed missing href value in document responses.


## Enhancements in Version 23.12

- Properties Name, Text, StartRange, EndRange marked as required for InsertBookmark operation.
- Implemented DeleteOfficeMathObjects operation to delete all office math objects from document.
- Parameter ProtectionRequest was removed from the UnprotectDocument operation. Now removing protection from a document does not require a password.
- Model ProtectionRequest marked as deprecated, please use ProtectionRequestV2 instead for perform ProtectDocument operation. To change the password or protection type of protected document, the old password is no required.
- Added fields Password and EncryptedPassword to FileReference for documents encrypted by password.
- Removed parameter encryptedPassword2 from CompareDocument method. Please use FileReference password instead.
- Rename aspose-client header.

## Enhancements in Version 23.11

- Support of required properties in models.
- Property StyleName marked as required for InsertStyle operation.
- Property StyleName marked as required for CopyStyle operation.
- Property StyleName marked as required for ApplyStyleToDocumentElement operation.
- Properties SdtType and Level marked as required for InsertStructuredDocumentTag operation.
- Property Text marked as required for InsertParagraphoperation.
- Property Value marked as required for CreateOrUpdateDocumentProperty operation.
- Property NewValue marked as required for ReplaceText operation.
- Property Text marked as required for ReplaceWithText operation.


## Enhancements in Version 23.9

- Support for class inheritance in responses from the server.


## Enhancements in Version 23.6

- Fix XMLHttpRequest in web applications.


## Enhancements in Version 23.5

- Added InsertSection method.


## Enhancements in Version 23.4

- Added new type of RangeEndIdentifier for RangeApi: document:end


## Enhancements in Version 23.3

- Fix compatibility between CreateDocument API and Dropbox storage.
- Fix compatibility for property PageCount for FixedPageSaveOptionsData.


## Enhancements in Version 23.2

- Added operations to manipulate with Structure Document Tags (SDT) in documents.


## Enhancements in Version 23.1

- Various changes related to stability and performance


## Enhancements in Version 22.12

- Various changes related to stability and performance


## Enhancements in Version 22.11

- Added 'EmbedAttachments' property for PdfSaveOptionsData class.


## Enhancements in Version 22.10

- Added 'CacheHeaderFooterShapes' property for PdfSaveOptionsData class.
- FileReference structure has been added that allows to determine how the document will be accessed: from the remote storage, or loaded directly in the request.
- The 'AppendDocument' and 'AppendDocumentOnline' methods takes a 'FileReference' instead of an 'href' property.
- Added property 'StartingNumber' for 'PageNumbers' class.
- Added property 'GlobalCultureName' for 'FieldOptions' class.


## Enhancements in Version 22.9

- CompressDocument method now can handle images.
- Added support to convert password protected document using ConvertDocument API.


## Enhancements in Version 22.8

- Added optional loadEncoding and password parameters for ConvertDocument API method.


## Enhancements in Version 22.7

- Expand 'AppendDocument' API method to support 'ImageEntryList' for directly appending images to documents and another images.
- Added 'CompressDocument' API method to support compression and resizing images inside the document for reduce the size of the document.


## Enhancements in Version 22.6

- Added 'DeleteBookmark' and 'DeleteBookmarkOnline' API methods for delete bookmarks by name from the document.
- Added 'DeleteBookmarks' and 'DeleteBookmarksOnline' API methods for delete all bookmarks from the document.
- Added 'InsertBookmark' and 'InsertBookmarkOnline' API methods for create new bookmarks in the document.
- Support all save formats for 'CreateDocument' operation.


## Enhancements in Version 22.5

- Internal API fixes and improvments.


## Enhancements in Version 22.4

- Added ExportShapesAsSvg to HtmlSaveOption.
- Added new endpoint '~/styles/copy_from'.


## Enhancements in Version 22.3

- Online methods returns the dictionary of files with included original filename as key instead of single file content in responses.
- Parameters contained sensitive data should be passed in encrypted form. Names of the parameters have 'encrypted' prefix.
- Added Encrypt method to encrypt data on the API public key. Use it to prepare values for parameters required encrypted data.
- Changed type of enumerations for members of SaveOptionsData and other inherited classes from string to enum.


## Enhancements in Version 22.2

- Made 'SaveOprionsData.SaveFormat' property readonly with default value.
- Added subclasses for all formats of SaveOprionsData with specified SaveFormat.
- 'SaveOptionsData', 'FixedPageSaveOptionsData', 'ImageSaveOptionsData', 'OoxmlSaveOptionsData', 'TxtSaveOptionsBaseData' classes now is abstract.


## Enhancements in Version 22.1

- Added 'FieldOptions.FieldUpdateCultureName' to set Culture for fields
- Added 'DocumentEntry.Password' to set an encrypted password for appending document
- Added 'encryptedPassword2' query parameter to CompareDocuments to set an encrypted password for the second comparing document


## Enhancements in Version 21.12

- Added FieldOptions parameter to mail merge operations
- Added timeout parameter to api configuration


## Enhancements in Version 21.11



## Enhancements in Version 21.10

- Removed 'GraphicsQualityOptions' image save option as it no longer supported.
- Added query parameter 'displayIntermediateResults' for batch requests. If 'false', the last response in batch will be returned only. Default is 'true'
- Added 'JsonDataLoadOptions' and 'XmlDataLoadOptions' to 'ReportEngineSettings'


## Enhancements in Version 21.8

- Added new api methods to get, insert, update or delete custom xml parts from documents.
- Added parameter 'ResultDocumentFormat' to Compare API
- Added 'ExportLanguageToSpanTag' pdf save option
- Added 'FlatOpcXmlMappingOnly' save option


## Enhancements in Version 21.7

- ImlRenderingMode option introduced witch is used to determine how ink (InkML) objects are rendered
- MaxCharactersPerLine option introduced which is used to specify the maximum number of characters per one line
- Added new API method to get a RSA public key to encrypt document passwords
- Added encryptedPassword common query option to pass an encrypted document password


## Enhancements in Version 21.6

- Implemented beta version of CompareDocumentOnline feature with both document sending in request
- CompareDocument method now can handle PDF files
- AcceptAllRevisionsBeforeComparison option introduced which is used to specify if accept all revisions before comparison


## Enhancements in Version 21.5

- Update dependencies in sdk


## Enhancements in Version 21.4

- Removed obsolete pdf save option 'EscapeUri'
- SaveOptions now contains CustomTimeZoneInfo to set custom timezone when SdtType.Date structured document tag updated from custom XML
- Url of child requests in batch can be full now (earlier it can be only relative)
- Added 'RquestId' header to all responses


## Enhancements in Version 21.3

- Added 'UpdateCreatedTimeProperty' save option
- Added Tables into HeaderFooter so it's possible to address paragraphs inside table which is located in headerfooter (sections/0/headersfooters/1/tables/0/rows/0/cells/0/paragraphs/0)


## Enhancements in Version 21.2

- Added delete all comments method


## Enhancements in Version 21.1

- Added online version for all API methods


## Enhancements in Version 20.11

- In configuration json file appSid / appKey has been replaced to clientId / clientSecret.
- In Words API initialization methods clientId parameter precedes clientSecret parameter.


## Enhancements in Version 20.10

- Internal API changes.


## Enhancements in Version 20.9

- Added Batch API feature


## Enhancements in Version 20.8

- Added new api method (PUT '/words/{name}/compatibility/optimize') which is allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word
- Added 'ApplyBaseDocumentHeadersAndFootersToAppendingDocuments' option to 'DocumentEntryList' for AppendDocument API
- WithoutNodePath methods have been removed, pass null values instead


## Enhancements in Version 20.7

- Added 'Markdown' save format
- Added endpoint to update paragraph format without node path (PUT '/words/{name}/paragraphs/{index}/format')


## Enhancements in Version 20.6

- Added new methods:
  - DeleteAllParagraphTabStopsWithoutNodePath
  - DeleteParagraphTabStopWithoutNodePath
  - GetParagraphTabStopsWithoutNodePath
  - InsertOrUpdateParagraphTabStopWithoutNodePath
  - InsertParagraphWithoutNodePath
  - UpdateParagraphFormatWithoutNodePath
  - UpdateParagraphListFormatWithoutNodePath
  - DeleteParagraphListFormatWithoutNodePath
- DrawingObject related methods have been changed body content. Special request classes are introduced instead of strings.
- InsertOrUpdateParagraphTabStop, DeleteParagraphTabStop methods have been changed parameter order
- OoxmlSaveOptionsData.CompressionLevel property has been added


## Enhancements in Version 20.5

- Added methods to work with Word document lists
  - GetLists
  - GetList
  - InsertList
  - UpdateList
  - UpdateListLevel
- Added methods to work with styles
  - GetStyles
  - UpdateStyle
  - InsertStyle
  - CopyStyle
  - GetStyleFromDocumentElement
  - ApplyStyleToDocumentElement
- Added methods to work with paragraph list format
  - GetParagraphListFormat
  - GetParagraphListFormatWithoutNodePath
  - UpdateParagraphListFormat
  - DeleteParagraphListFormat
- Added methods to work with paragraph tab stops
  - GetParagraphTabStops
  - InsertOrUpdateParagraphTabStop
  - DeleteAllParagraphTabStops
  - DeleteParagraphTabStop
- Added methods to build reports
  - BuildReport
  - BuildReportOnline
- Added Shading property to ParagraphFormat


## Read & Write Document Formats

**Microsoft Word:** DOC, DOCX, RTF, DOT, DOTX, DOTM, FlatOPC (XML)
**OpenOffice:** ODT, OTT
**WordprocessingML:** XML
**Web:** HTML, MHTML, HtmlFixed
**Text:** TXT
**Fixed Layout:** PDF

## Save Document As

**Fixed Layout:** PDF/A, XPS, OpenXPS, PS
**Images:** JPEG, PNG, BMP, SVG, TIFF, EMF
**Others:** PCL

## Platform Independence

Aspose.Words Cloud’s platform independent document manipulation API is a true REST API that can be used from any platform. You can use it with any language or platform that supports REST, be it the web, desktop, mobile, or the cloud. The API integrates with other cloud services to provide you the flexibility you require for processing documents. It is suitable for the most types of businesses, documents, or content.

## Getting Started with Aspose.Words Cloud SDK for Python

Firstly, create an account at [Aspose for Cloud](https://dashboard.aspose.cloud/#/apps) to get your application information and free quota to use the API. Now execute `pip install aspose-words-cloud` from the command line to fetch the SDK. Then import the package via `import asposewordscloud`. 

### Install via Setuptools

Execute `python setup.py install --user` and import the package as `import asposewordscloud`.

The complete source code is available at [GitHub Repository](https://github.com/aspose-words-cloud/aspose-words-cloud-python).

## Delete Watermarks from Word Document via Python

```python
        # Start README example

        self.words_api = asposewordscloud.WordsApi(client_id, client_secret, base_url)

        upload_request = asposewordscloud.models.requests.UploadFileRequest(
            open(os.path.join(local_folder, filename), 'rb'), os.path.join(remote_folder, remote_name))
        self.words_api.upload_file(upload_request)

        request = asposewordscloud.models.requests.DeleteWatermarkRequest(remote_name, remote_folder)
        self.words_api.delete_watermark(request)

        # End README example
```

[Product Page](https://products.aspose.cloud/words/python) | [Documentation](https://docs.aspose.cloud/display/wordscloud/Home) | [API Reference](https://apireference.aspose.cloud/words/) | [Code Samples](https://github.com/aspose-words-cloud/aspose-words-cloud-python) | [Blog](https://blog.aspose.cloud/category/words/) | [Free Support](https://forum.aspose.cloud/c/words) | [Free Trial](https://dashboard.aspose.cloud/#/apps)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aspose-words-cloud/aspose-words-cloud-python",
    "name": "aspose-words-cloud",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "office, convert, word, pdf, docx, html, rtf, png, jpg, split, merge, edit, word to pdf, pdf to word, docx to pdf, pdf to docx, word to html, html to word, reporting, mailmerge, statistics, watermark, fields, generate, create, report, table, paragraph, images, text, generator, creator, maker",
    "author": "Yaroslaw Ekimov",
    "author_email": "yaroslaw.ekimov@aspose.com",
    "download_url": "https://files.pythonhosted.org/packages/3f/04/35b8d436af2394e48e3fbb705af74d77c9cb530c72a008743d50f909a4ee/aspose-words-cloud-24.3.0.tar.gz",
    "platform": null,
    "description": "Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate Microsoft Word\u00ae file generation, manipulation, conversion & inspection features into your own python applications.\n\n[Aspose.Words Cloud SDK for Python](https://products.aspose.cloud/words/python) allows to work with Word document headers, footers, page numbering, tables, sections, document comments, drawing objects, FormFields, fonts, hyperlinks, ranges, paragraphs, math objects, watermarks, revisions and document protection. It also assists in appending documents, splitting documents as well as converting document to other supported file formats. Please feel free to explore the [Developer's Guide](https://docs.aspose.cloud/display/wordscloud/Developer+Guide) for all possible usage scenarios. \n\n## Document Processing Features\n\n- Programmatically create new documents of various file formats.\n- Availability of Mail Merge and report generation features.\n- Split or merge documents on demand.\n- Manage watermarks and protection.\n- Full read & write access to Document Object Model.\n- Fetch web pages via URL and save in Microsoft Word file formats.\n- Get document information in JSON or XML representation.\n- [Fetch statistical data](https://docs.aspose.cloud/display/wordscloud/Get+Document+Statistics) of a document.\n- [Remove all macros](https://docs.aspose.cloud/display/wordscloud/Remove+all+Macros+from+Document) contained in a specific document.\n- [Convert a document to desired file format](https://docs.aspose.cloud/display/wordscloud/Convert+Document+to+Destination+Format+with+Detailed+Settings+and+Save+Result+to+Storage) along with detailed settings.\n- Convert an encrypted PDF document into Word document format.\n\n## Enhancements in Version 24.3\n\n- Added support for 'RemoveEmptyCells' option for the 'Cleanup' parameter in the insert 'MailMerge' API method.\n\n\n## Enhancements in Version 24.1\n\n- Added support for InsertAfterNode in the insert API without NodePath.\n- Added support for inserting nodes (runs/rows/cells/bookmarks) without NodePath.\n- Added support for transparency in the Watermark API.\n- Added support for password and encryptedPassword fields in FileReference.\n- Fixed missing href value in document responses.\n\n\n## Enhancements in Version 23.12\n\n- Properties Name, Text, StartRange, EndRange marked as required for InsertBookmark operation.\n- Implemented DeleteOfficeMathObjects operation to delete all office math objects from document.\n- Parameter ProtectionRequest was removed from the UnprotectDocument operation. Now removing protection from a document does not require a password.\n- Model ProtectionRequest marked as deprecated, please use ProtectionRequestV2 instead for perform ProtectDocument operation. To change the password or protection type of protected document, the old password is no required.\n- Added fields Password and EncryptedPassword to FileReference for documents encrypted by password.\n- Removed parameter encryptedPassword2 from CompareDocument method. Please use FileReference password instead.\n- Rename aspose-client header.\n\n## Enhancements in Version 23.11\n\n- Support of required properties in models.\n- Property StyleName marked as required for InsertStyle operation.\n- Property StyleName marked as required for CopyStyle operation.\n- Property StyleName marked as required for ApplyStyleToDocumentElement operation.\n- Properties SdtType and Level marked as required for InsertStructuredDocumentTag operation.\n- Property Text marked as required for InsertParagraphoperation.\n- Property Value marked as required for CreateOrUpdateDocumentProperty operation.\n- Property NewValue marked as required for ReplaceText operation.\n- Property Text marked as required for ReplaceWithText operation.\n\n\n## Enhancements in Version 23.9\n\n- Support for class inheritance in responses from the server.\n\n\n## Enhancements in Version 23.6\n\n- Fix XMLHttpRequest in web applications.\n\n\n## Enhancements in Version 23.5\n\n- Added InsertSection method.\n\n\n## Enhancements in Version 23.4\n\n- Added new type of RangeEndIdentifier for RangeApi: document:end\n\n\n## Enhancements in Version 23.3\n\n- Fix compatibility between CreateDocument API and Dropbox storage.\n- Fix compatibility for property PageCount for FixedPageSaveOptionsData.\n\n\n## Enhancements in Version 23.2\n\n- Added operations to manipulate with Structure Document Tags (SDT) in documents.\n\n\n## Enhancements in Version 23.1\n\n- Various changes related to stability and performance\n\n\n## Enhancements in Version 22.12\n\n- Various changes related to stability and performance\n\n\n## Enhancements in Version 22.11\n\n- Added 'EmbedAttachments' property for PdfSaveOptionsData class.\n\n\n## Enhancements in Version 22.10\n\n- Added 'CacheHeaderFooterShapes' property for PdfSaveOptionsData class.\n- FileReference structure has been added that allows to determine how the document will be accessed: from the remote storage, or loaded directly in the request.\n- The 'AppendDocument' and 'AppendDocumentOnline' methods takes a 'FileReference' instead of an 'href' property.\n- Added property 'StartingNumber' for 'PageNumbers' class.\n- Added property 'GlobalCultureName' for 'FieldOptions' class.\n\n\n## Enhancements in Version 22.9\n\n- CompressDocument method now can handle images.\n- Added support to convert password protected document using ConvertDocument API.\n\n\n## Enhancements in Version 22.8\n\n- Added optional loadEncoding and password parameters for ConvertDocument API method.\n\n\n## Enhancements in Version 22.7\n\n- Expand 'AppendDocument' API method to support 'ImageEntryList' for directly appending images to documents and another images.\n- Added 'CompressDocument' API method to support compression and resizing images inside the document for reduce the size of the document.\n\n\n## Enhancements in Version 22.6\n\n- Added 'DeleteBookmark' and 'DeleteBookmarkOnline' API methods for delete bookmarks by name from the document.\n- Added 'DeleteBookmarks' and 'DeleteBookmarksOnline' API methods for delete all bookmarks from the document.\n- Added 'InsertBookmark' and 'InsertBookmarkOnline' API methods for create new bookmarks in the document.\n- Support all save formats for 'CreateDocument' operation.\n\n\n## Enhancements in Version 22.5\n\n- Internal API fixes and improvments.\n\n\n## Enhancements in Version 22.4\n\n- Added ExportShapesAsSvg to HtmlSaveOption.\n- Added new endpoint '~/styles/copy_from'.\n\n\n## Enhancements in Version 22.3\n\n- Online methods returns the dictionary of files with included original filename as key instead of single file content in responses.\n- Parameters contained sensitive data should be passed in encrypted form. Names of the parameters have 'encrypted' prefix.\n- Added Encrypt method to encrypt data on the API public key. Use it to prepare values for parameters required encrypted data.\n- Changed type of enumerations for members of SaveOptionsData and other inherited classes from string to enum.\n\n\n## Enhancements in Version 22.2\n\n- Made 'SaveOprionsData.SaveFormat' property readonly with default value.\n- Added subclasses for all formats of SaveOprionsData with specified SaveFormat.\n- 'SaveOptionsData', 'FixedPageSaveOptionsData', 'ImageSaveOptionsData', 'OoxmlSaveOptionsData', 'TxtSaveOptionsBaseData' classes now is abstract.\n\n\n## Enhancements in Version 22.1\n\n- Added 'FieldOptions.FieldUpdateCultureName' to set Culture for fields\n- Added 'DocumentEntry.Password' to set an encrypted password for appending document\n- Added 'encryptedPassword2' query parameter to CompareDocuments to set an encrypted password for the second comparing document\n\n\n## Enhancements in Version 21.12\n\n- Added FieldOptions parameter to mail merge operations\n- Added timeout parameter to api configuration\n\n\n## Enhancements in Version 21.11\n\n\n\n## Enhancements in Version 21.10\n\n- Removed 'GraphicsQualityOptions' image save option as it no longer supported.\n- Added query parameter 'displayIntermediateResults' for batch requests. If 'false', the last response in batch will be returned only. Default is 'true'\n- Added 'JsonDataLoadOptions' and 'XmlDataLoadOptions' to 'ReportEngineSettings'\n\n\n## Enhancements in Version 21.8\n\n- Added new api methods to get, insert, update or delete custom xml parts from documents.\n- Added parameter 'ResultDocumentFormat' to Compare API\n- Added 'ExportLanguageToSpanTag' pdf save option\n- Added 'FlatOpcXmlMappingOnly' save option\n\n\n## Enhancements in Version 21.7\n\n- ImlRenderingMode option introduced witch is used to determine how ink (InkML) objects are rendered\n- MaxCharactersPerLine option introduced which is used to specify the maximum number of characters per one line\n- Added new API method to get a RSA public key to encrypt document passwords\n- Added encryptedPassword common query option to pass an encrypted document password\n\n\n## Enhancements in Version 21.6\n\n- Implemented beta version of CompareDocumentOnline feature with both document sending in request\n- CompareDocument method now can handle PDF files\n- AcceptAllRevisionsBeforeComparison option introduced which is used to specify if accept all revisions before comparison\n\n\n## Enhancements in Version 21.5\n\n- Update dependencies in sdk\n\n\n## Enhancements in Version 21.4\n\n- Removed obsolete pdf save option 'EscapeUri'\n- SaveOptions now contains CustomTimeZoneInfo to set custom timezone when SdtType.Date structured document tag updated from custom XML\n- Url of child requests in batch can be full now (earlier it can be only relative)\n- Added 'RquestId' header to all responses\n\n\n## Enhancements in Version 21.3\n\n- Added 'UpdateCreatedTimeProperty' save option\n- Added Tables into HeaderFooter so it's possible to address paragraphs inside table which is located in headerfooter (sections/0/headersfooters/1/tables/0/rows/0/cells/0/paragraphs/0)\n\n\n## Enhancements in Version 21.2\n\n- Added delete all comments method\n\n\n## Enhancements in Version 21.1\n\n- Added online version for all API methods\n\n\n## Enhancements in Version 20.11\n\n- In configuration json file appSid / appKey has been replaced to clientId / clientSecret.\n- In Words API initialization methods clientId parameter precedes clientSecret parameter.\n\n\n## Enhancements in Version 20.10\n\n- Internal API changes.\n\n\n## Enhancements in Version 20.9\n\n- Added Batch API feature\n\n\n## Enhancements in Version 20.8\n\n- Added new api method (PUT '/words/{name}/compatibility/optimize') which is allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word\n- Added 'ApplyBaseDocumentHeadersAndFootersToAppendingDocuments' option to 'DocumentEntryList' for AppendDocument API\n- WithoutNodePath methods have been removed, pass null values instead\n\n\n## Enhancements in Version 20.7\n\n- Added 'Markdown' save format\n- Added endpoint to update paragraph format without node path (PUT '/words/{name}/paragraphs/{index}/format')\n\n\n## Enhancements in Version 20.6\n\n- Added new methods:\n  - DeleteAllParagraphTabStopsWithoutNodePath\n  - DeleteParagraphTabStopWithoutNodePath\n  - GetParagraphTabStopsWithoutNodePath\n  - InsertOrUpdateParagraphTabStopWithoutNodePath\n  - InsertParagraphWithoutNodePath\n  - UpdateParagraphFormatWithoutNodePath\n  - UpdateParagraphListFormatWithoutNodePath\n  - DeleteParagraphListFormatWithoutNodePath\n- DrawingObject related methods have been changed body content. Special request classes are introduced instead of strings.\n- InsertOrUpdateParagraphTabStop, DeleteParagraphTabStop methods have been changed parameter order\n- OoxmlSaveOptionsData.CompressionLevel property has been added\n\n\n## Enhancements in Version 20.5\n\n- Added methods to work with Word document lists\n  - GetLists\n  - GetList\n  - InsertList\n  - UpdateList\n  - UpdateListLevel\n- Added methods to work with styles\n  - GetStyles\n  - UpdateStyle\n  - InsertStyle\n  - CopyStyle\n  - GetStyleFromDocumentElement\n  - ApplyStyleToDocumentElement\n- Added methods to work with paragraph list format\n  - GetParagraphListFormat\n  - GetParagraphListFormatWithoutNodePath\n  - UpdateParagraphListFormat\n  - DeleteParagraphListFormat\n- Added methods to work with paragraph tab stops\n  - GetParagraphTabStops\n  - InsertOrUpdateParagraphTabStop\n  - DeleteAllParagraphTabStops\n  - DeleteParagraphTabStop\n- Added methods to build reports\n  - BuildReport\n  - BuildReportOnline\n- Added Shading property to ParagraphFormat\n\n\n## Read & Write Document Formats\n\n**Microsoft Word:** DOC, DOCX, RTF, DOT, DOTX, DOTM, FlatOPC (XML)\n**OpenOffice:** ODT, OTT\n**WordprocessingML:** XML\n**Web:** HTML, MHTML, HtmlFixed\n**Text:** TXT\n**Fixed Layout:** PDF\n\n## Save Document As\n\n**Fixed Layout:** PDF/A, XPS, OpenXPS, PS\n**Images:** JPEG, PNG, BMP, SVG, TIFF, EMF\n**Others:** PCL\n\n## Platform Independence\n\nAspose.Words Cloud\u2019s platform independent document manipulation API is a true REST API that can be used from any platform. You can use it with any language or platform that supports REST, be it the web, desktop, mobile, or the cloud. The API integrates with other cloud services to provide you the flexibility you require for processing documents. It is suitable for the most types of businesses, documents, or content.\n\n## Getting Started with Aspose.Words Cloud SDK for Python\n\nFirstly, create an account at [Aspose for Cloud](https://dashboard.aspose.cloud/#/apps) to get your application information and free quota to use the API. Now execute `pip install aspose-words-cloud` from the command line to fetch the SDK. Then import the package via `import asposewordscloud`. \n\n### Install via Setuptools\n\nExecute `python setup.py install --user` and import the package as `import asposewordscloud`.\n\nThe complete source code is available at [GitHub Repository](https://github.com/aspose-words-cloud/aspose-words-cloud-python).\n\n## Delete Watermarks from Word Document via Python\n\n```python\n        # Start README example\n\n        self.words_api = asposewordscloud.WordsApi(client_id, client_secret, base_url)\n\n        upload_request = asposewordscloud.models.requests.UploadFileRequest(\n            open(os.path.join(local_folder, filename), 'rb'), os.path.join(remote_folder, remote_name))\n        self.words_api.upload_file(upload_request)\n\n        request = asposewordscloud.models.requests.DeleteWatermarkRequest(remote_name, remote_folder)\n        self.words_api.delete_watermark(request)\n\n        # End README example\n```\n\n[Product Page](https://products.aspose.cloud/words/python) | [Documentation](https://docs.aspose.cloud/display/wordscloud/Home) | [API Reference](https://apireference.aspose.cloud/words/) | [Code Samples](https://github.com/aspose-words-cloud/aspose-words-cloud-python) | [Blog](https://blog.aspose.cloud/category/words/) | [Free Support](https://forum.aspose.cloud/c/words) | [Free Trial](https://dashboard.aspose.cloud/#/apps)\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate Microsoft Word file generation, manipulation, conversion & inspection features into your own python applications.",
    "version": "24.3.0",
    "project_urls": {
        "Homepage": "https://github.com/aspose-words-cloud/aspose-words-cloud-python"
    },
    "split_keywords": [
        "office",
        " convert",
        " word",
        " pdf",
        " docx",
        " html",
        " rtf",
        " png",
        " jpg",
        " split",
        " merge",
        " edit",
        " word to pdf",
        " pdf to word",
        " docx to pdf",
        " pdf to docx",
        " word to html",
        " html to word",
        " reporting",
        " mailmerge",
        " statistics",
        " watermark",
        " fields",
        " generate",
        " create",
        " report",
        " table",
        " paragraph",
        " images",
        " text",
        " generator",
        " creator",
        " maker"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca06c7785366cda264ff64d7f4dfd40822490f2215a3059b49702732623d711b",
                "md5": "1033aebb5315929e875c73adc379b89d",
                "sha256": "b3077cf7887eb35dbfb095d863b65230a0de4b28ee7016ff7715712951ba3415"
            },
            "downloads": -1,
            "filename": "aspose_words_cloud-24.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1033aebb5315929e875c73adc379b89d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1719146,
            "upload_time": "2024-03-25T11:03:52",
            "upload_time_iso_8601": "2024-03-25T11:03:52.057676Z",
            "url": "https://files.pythonhosted.org/packages/ca/06/c7785366cda264ff64d7f4dfd40822490f2215a3059b49702732623d711b/aspose_words_cloud-24.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f0435b8d436af2394e48e3fbb705af74d77c9cb530c72a008743d50f909a4ee",
                "md5": "98f5e61236677ce66ab385ba77886bc8",
                "sha256": "8da13444bbdef137cf0c2d4a0dd0f358b94d4e659ad6d31b68de64801b4b634f"
            },
            "downloads": -1,
            "filename": "aspose-words-cloud-24.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "98f5e61236677ce66ab385ba77886bc8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 507293,
            "upload_time": "2024-03-25T11:03:54",
            "upload_time_iso_8601": "2024-03-25T11:03:54.129605Z",
            "url": "https://files.pythonhosted.org/packages/3f/04/35b8d436af2394e48e3fbb705af74d77c9cb530c72a008743d50f909a4ee/aspose-words-cloud-24.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 11:03:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aspose-words-cloud",
    "github_project": "aspose-words-cloud-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "aspose-words-cloud"
}
        
Elapsed time: 0.23569s