Aspose.Words Cloud
Aspose.Words Cloud’s platform independent document manipulation API is a true REST API that can be used with any language: .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more. You can use it with any platform — web, desktop, mobile, and cloud.
With Aspose.Words Cloud you can modify and convert documents on the cloud. It supports DOC, DOCX, OOXML, RTF, HTML, OpenDocument, PDF, XPS, EPUB and many other formats. Learn More
Release NotesComplete release notes can be found along with appropriate usage examples at Github
New Words Features in the Aspose Cloud Python SDK
We have implemented the following functions to the Aspose Cloud Python SDK:
- Get all bookmarks from a Word document - This feature allows you to get all bookmarks from a Word document on the Aspose Cloud Storage.
- Get a specific bookmark from a Word document - This feature allows you to get a specific bookmark from a Word document on the Aspose Cloud Storage.
- Count the bookmarks in a Word document - This feature allows you to get bookmark count from a Word document on the Aspose Cloud Storage.
- Update bookmark text in a Word document - This feature allows you to update bookmark text of a Word document on the Aspose Cloud Storage.
- Get all hyperlinks in a Word document - This feature allows you to get all hyperlinks from a Word document on the Aspose Cloud Storage.
- Get a particular hyperlink from a Word document - This feature allows you to get a particular hyperlinks from a Word document on the Aspose Cloud Storage.
- Count the hyperlinks in a Word document - This feature allows you to get hyperlink count from a Word document on the Aspose Cloud Storage.
- Remove all headers and footers - This feature allows you to remove all headers and footers of a Word document on the Aspose Cloud Storage.
Code Snippets
Sample Code Aspose.Words - Get Bookmarks
import asposecloud
from asposecloud.storage import Folder
from asposecloud.words import Document
asposecloud.AsposeApp.app_key = '****'
asposecloud.AsposeApp.app_sid = '****'
asposecloud.Product.product_uri = 'http://api.aspose.com/v1.1/'
doc = Document('dummy.doc')
doc.get_bookmarks()
Download
- You can download Python SDK from https://github.com/asposeforcloud/Aspose_Cloud_SDK_For_Python
- Test Cases: https://github.com/asposeforcloud/Aspose_Cloud_SDK_For_Python/tree/master/tests
Start a Free Trial Today
Start a free trial today - all you need is to sign up with Aspose Cloud service. Once you have signed up, you are ready to try powerful file processing features offered by Aspose Cloud.