Tuesday, October 28, 2014

Project Management & Presentation Processing APIs are now part of Aspose for Cloud .NET SDK

The Aspose for Cloud .NET SDK is an open source software development kit that makes it easy to call Aspose for Cloud APIs. We have added support for Aspose.Tasks and Aspose.Slides for Cloud in this improved version of the SDK. The SDK is designed to work like a product which means you can simply create an instance of any supported Cloud API service and then call its methods with a single line of code. All the complex authentication, request and response manipulation is seamlessly handled in the back-end. You can use the Aspose for Cloud .NET SDK in any version of Visual Studio as long as your project version is .NET 2.0 or higher. In order to run the source code of the SDK you need to have one Visual Studio 2010, 2012, 2013.
Aspose.Slides for Cloud
Aspose.Slides for Cloud is a REST API which allows you to process presentations. It allows you to create, modify, and convert presentations and provides a wide variety of features for working with presentations in the cloud. You can convert a presentation to TIFF, PDF, XPS, PPTX, ODP, PPSX, PPTM, PPSM, POTX, POTM, HTML and image formats. Aspose.Slides for Cloud allows you to extract different elements or a presentation including slide, text, color schemes, font schemes, shapes and images etc. Aspose.Slides for Cloud’s powerful API lets your apps process Microsoft PowerPoint presentations in the cloud, saving you the time it would take to develop your own API.
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.

More about Aspose for Cloud

Wednesday, October 22, 2014

Convert Online Web Pages to Word PDF Image & Other Formats Using Cloud API

What's New in this Release?

We are pleased to announce the release of Aspose for Cloud 1.1.7.2. The Aspose for Cloud GUI has been improved and several new fields and filters have been added to let you check usage and search the API call history. Please visit https://cloud.aspose.com which now provides a better user experience. With this new release, the create, read, manipulate and export features are greatly improved. You can extract sections, update page setup and convert online web pages to Word, PDF, image and many other formats. You can also set the PreblendImages option when converting to PDF using the saveAs resource. Several UI and API issues have also been fixed in this release. Below is a list of enhancements.
  • Get all sections – This feature allows you to get a list of all sections present in a Word document. Use the sections resource and send a GET request to get this list.
  • Get a specific section – This feature allows you to get any section from a Word document. Use the section resource and send a GET request to get a section.
  • Get page setup information – This feature allows you to get page setup information from any section of a Word document. Use the pageSetup resource and send a GET request for this purpose.
  • Update page setup – This feature allows you to update page setup of any section in a Word document. Use the pageSetup resource and send a POST request (specifying page setup options in the request body) to update page setup.
  • Convert web pages to Word documents – This feature allows you to convert online web pages to Word, PDF, images and several other formats. Use the loadWebDocument resource and send a POST request (passing save options in the request body) to convert web pages.
  • In addition to the above mentioned feature, the Aspose.Words for Cloud codebase has been upgraded to version 14.8.0 for improved performance and a better user experience.
  • Implementation of Heroku SSO for Client application have been made to the Aspose for Cloud platform
  • Fixed issue in the Aspose for Cloud UI: Update History, Upgrade Plan, Account, Dashboard and Login screens.
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, October 14, 2014

Extract Sections Paragraphs Page Setup & Fonts of Word Doc Using Python Cloud SDK

What's New in this Release?

We are pleased to announce the release of Aspose Cloud Python SDK as per Aspose for Cloud 1.1.7.1. With this new release it is possible to create, read, manipulate and export features are greatly improved. You can extract sections, paragraphs, runs, page setup and fonts and update page setup and font in a Word document. As per the latest version of Aspose for Cloud 1.1.7.1, we’ve implemented the following functions to the Aspose Cloud Python SDK:
  • Save Word documents as other formats – This feature allows you to save Word documents as DOC, DOCX, DOCM, DOT, DOTX, DOTM, OOXML, HTML, HTMLFixed, WordML, MHTML, ODT, PDF, XPS, TIFF, EPUB, image and several other formats. Now this feature also supports export to XAML_FIXED format. You can use saveAs resource and send a POST request (specifying save options in the request body) to convert to any supported format.
  • Split Word documents – This feature allows you to split all or specific pages of a Word document to many formats. This feature was already supported but now it supports split to XAML_FIXED format. You can use splitDocument resource and send a POST request to split to any supported format.
  • Get all sections – This feature allows you to get a list of all sections present in a Word document. You can use sections resource and send a GET request to get this list.
  • Get a specific section – This feature allows you to get any section from a Word document. You can use section resource and send a GET request to get a section.
  • Get all paragraphs – This feature allows you to get a list of all paragraphs present in a Word document. You can use paragraphs resource and send a GET request to get this list.
  • Get a specific paragraph – This feature allows you to get any paragraph from a Word document. You can use paragraph resource and send a GET request to get a paragraph.
  • Get a specific run – This feature allows you to get any run of any paragraph from a Word document. You can use run resource and send a GET request to get a run.
  • Get font information – This feature allows you to get font information from any run of a paragraph. You can use font resource and send a GET request for this purpose.
  • Update a run’s font – This feature allows you to update font of any run in a Word document. You can use font resource and send a POST request (specifying font options in the request body) to update font.
  • Get page setup information – This feature allows you to get page setup information from any section of a Word document. You can use pageSetup resource and send a GET request for this purpose.
  • Update page setup – This feature allows you to update page setup of any section in a Word document. You can use pageSetup resource and send a POST request (specifying page setup options in the request body) to update page setup.
  • Get mustache field names – This feature allows you to get mail merge and mustache field names. You can use mailMergeFieldNames resource and send a GET request (passing useNonMergeFields parameter in the request URI) to get all merge fields including mustache fields.
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.