We are pleased to announce “[Aspose.Words Java for Jython][1] developers who want to utilize [Aspose.Words for Java API][2] in their Jython applications to deal with Microsoft Word and OpenOffice documents.
Download, Installation, and Usage
Please check the links below to find instructions on downloading, installing and using Aspose.Words Java for Jython.
- Downloads and Installation
OR
You can download the latest version from:
Quick Start Tutorial
The following example demonstrates how you can create HelloWorld document.
from asposewords import Settings
from com.aspose.words import Document
from com.aspose.words import DocumentBuilder
class HelloWorld:
def __init__(self):
dataDir = Settings.dataDir + 'quickstart/'
doc = Document()
builder = DocumentBuilder(doc)
builder.writeln('Hello World!')
doc.save(dataDir + 'HelloWorld.docx')
print "Document saved."
if __name__ == '__main__':
HelloWorld()
Aspose.Words Java for Jython Examples
Aspose.Words Java for Jython Documentation
Aspose.Words Java for Jython [Documentation][3] is available to guide developers to get familiar with the specific resources and operations within the Aspose.Words Java for Jython.
Start a Free Trial Today
Start a free trial today – all you need is to sign up with Aspose. Once you have signed up, you are ready to try powerful file processing features offered by Aspose file format APIs.
[1]: https://docs.aspose.com/)”, a new project for Jython developers. Project is aimed to provide useful examples for [Jython](http://www.jython.org/ [2]: https://products.aspose.com/words/java [3]: https://docs.aspose.com/words/java/aspose-words-java-for-jython/