Tuesday, August 26, 2014

Create & Convert MS Project Files to Other Formats in Python Application

What's New in this Release?

Aspose development team is pleased to announce the release of Aspose.Tasks as part of the Aspose for Cloud SDK for Python. The Aspose for Cloud SDK for Python has been around for quite a while and now we’ve added features for working with Microsoft Project files. Python developers can convert project files to other formats. Also, developers can work with project properties, tasks, task links, assignment, calendars, outline codes and extended attributes. Start a free trial today – all you need is to sign up with Aspose for Cloud service. Once you have signed up, you are ready to try powerful file processing features offered by Aspose for Cloud.
                      
Introduction: Aspose.Tasks for Cloud

Aspose.Tasks for Cloud is a project management API that enables developers to provide Microsoft Project® document manipulation capability in their applications – all without using Microsoft Project®. With this powerful cloud API, developers can control various stages of project management. API provides full control over a project’s tasks, task links, resources, resource assignments and extended attribute data. Tasks and resources can be added to a project and resources can be assigned to or remove from tasks. Aspose.Tasks supports rendering tasks, resources and resource assignment data to various output formats such as JPG, PNG, PDF, XML, XAML, HTML, BMP, XPS, TIFF and SVG.

Introduction to Python

Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs. Python can be easy to pick up whether you’re a first time programmer or you’re experienced with other languages. The community hosts conferences and meetups, collaborates on code, and much more. Read more about Python.

Overview: Aspose for Cloud

Aspose for Cloud is a cloud-based document generation, conversion and automation platform for developers. Before Aspose for Cloud APIs document processing and manipulation tasks were not so easy. Aspose for Cloud APIs give developers full control over documents and file formats. Each API has been developed to offer you a wide range of features for file processing in cloud. Aspose for Cloud REST APIs are platform independent and can be utilized across any platform such as Node.js, Amazon, Salesforce etc. without any installation. Being language independent makes it a suitable choice for the developers having expertise in any programming language. We also provide SDKs in different programming languages such as .NET, Java, PHP, Ruby, Node.js and Now in ZF 2.0.

Tuesday, August 19, 2014

Use Powerful Aspose Java APIs Directly inside Your Maven Projects

What's New in this Release?

We are pleased to announce that Aspose has launched the Maven dependencies for its Java Platform APIs enabling customers to easily use Aspose powerful Java APIs directly in their Maven Projects with simple configurations. Aspose Maven dependencies are supported by Aspose Cloud Maven Repository.
Configuring Maven Project for Aspose Maven Dependencies
Below are the steps will lead you to the successful configuration of Aspose Cloud Maven Repository / Aspose Maven dependencies for your Maven Projects.
1. First of all you need to specify Aspose Cloud Maven Repository configuration / location in your Maven pom.xml as below
<repositories>
   <repository>
       <id>AsposeJavaAPI</id>
       <name>Aspose Java API</name>
       <url>http://maven.aspose.com/artifactory/simple/ext-release-local/</url>
   </repository>
</repositories>
2. Define dependency of Aspose Java API. For example, if you are Aspose.Words for Java API customer, you need to specify the following dependency to be included in your pom.xml:
<dependency>
   <groupId>com.aspose</groupId>
   <artifactId>aspose-words</artifactId>
   <version>14.5.0</version>
</dependency>
Congratulations! You have successfully defined the Aspose Maven dependency for Aspose.Words Java API in your Maven project. Pretty Straighforward !

The following Aspose Java APIs are now supported as Aspose Maven Dependencies.
  • Aspose.Cells for Java (Maven Dependency)
  • Aspose.Words for Java (Maven Dependency)
  • Aspose.Pdf for Java (Maven Dependency)
  • Aspose.Slides for Java (Maven Dependency)
  • Aspose.BarCode for Java (Maven Dependency)
  • Aspose.Tasks for Java (Maven Dependency)
  • Aspose.Email for Java (Maven Dependency)
  • Aspose.Diagram for Java (Maven Dependency)
  • Aspose.OCR for Java (Maven Dependency)
  • Aspose.Imaging for Java (Maven Dependency)
Overview: Aspose for Cloud

Aspose for Cloud is a cloud-based document generation, conversion and automation platform for developers that offer a unique suite of APIs to work with Word documents, Excel spreadsheets, PowerPoint presentations, PDFs, and email formats and protocols. It supports all features for file processing, document scanning, barcodes creation and recognition, and allows extracting text or images too. You can also work with SaaSpose APIs using REST SDKs that can be called from .NET, Java, PHP and Ruby etc.

Tuesday, August 5, 2014

Work with MS Word Excel PowerPoint Barcodes & PDF Files in Cloud Using Python

We are pleased to announce the release of a revamped version of the Aspose for Cloud SDK for Python. The Aspose for Cloud SDK for Python has been around for a quite a while and now we’ve updated it with PEP-8 coding standards and also used some requests as a REST library. New enhancements allow Python developers to communicate with the Aspose for Cloud REST API easily and efficiently. Aspose for Cloud SDK for Python makes it easy for Python developers to work with Microsoft Word documents, Microsoft Excel spreadsheets, Microsoft PowerPoint presentations, Adobe PDFs, OpenOffice formats, barcodes, OCR and email formats and protocols in their applications. Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs. Python can be easy to pick up whether you’re a first time programmer or you’re experienced with other languages. The community hosts conferences and meetups, collaborates on code, and much more.

Overview: Aspose for Cloud

Aspose for Cloud is a cloud-based document generation, conversion and automation platform for developers that offer a unique suite of APIs to work with Word documents, Excel spreadsheets, PowerPoint presentations, PDFs, and email formats and protocols. It supports all features for file processing, document scanning, barcodes creation and recognition, and allows extracting text or images too. You can also work with SaaSpose APIs using REST SDKs that can be called from .NET, Java, PHP and Ruby etc.