Wednesday, January 28, 2015

Process Documents from FTP Storages Using Cloud APIs with Enhanced UI

What's New in this Release?

We are pleased to announce the release of Aspose for Cloud 1.1.7.5. With this new release, create, read, manipulate and export features are greatly improved. You can now process your documents uploaded to FTP storage of your choice. All you need to do to process documents from FTP storage is configure your FTP storage with Aspose for Cloud. Once configured with Aspose for Cloud, you can use this storage by passing storage name to any API supported by Aspose for Cloud. Storage parameter is supported by all APIs to accept storage name. Aspose for Cloud will expect the document at root of your FTP storage if you provide storage name of your FTP storage to any API. If your documents are not at the root and uploaded to any folder or sub-folder, you will have to use folder parameter in your request URI and pass path to the folder your document is present in. Several UI and API issues have also been fixed in this release. Below is the list of improvements included in this new release
  • Add Promo Banner To Plan Page
  • Problems with Password Reset
  • Usage chart not shown when user created
  • Error while signUp
  • Dynamically read product data for Dynabic service
  • Reinstall Dynabic service on production
  • Ensure service api works on production environment
  • Fix broken tests
  • Implement tests for token based service application authorization.
  • Update Aspose.Word to version 14.11
  • Remove dependancies from SaaSpose.API.Data, SaaSpose.API.Business.DTO, SaaSpose.API.Business and use Aspose.Platform.Common.Business classes
  • Bookmarks are not preserved during open/save a DOCX
  • System.IndexOutOfRangeException is thrown while converting Docx to Pdf
  • [executeTemplate] The same table 'contact' cannot be the child table in two nested relations.
  • [executeMailMerge] The same table 'contact' cannot be the child table in two nested relations.
  • [executeTemplate] Support PUT method for executeTemplate resource
  • Update Aspose.Word to version 14.9
  • SAspose.Words.FileCorruptedException is thrown while loading Docx
  • Add support to get paragraph's form fields
  • Make it possible to insert a checkbox form field into a document
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, January 20, 2015

Integrate Aspose Maven Dependencies with NetBeans IDE & Use Powerful Java APIs

What's New in this Release?

With the advent of Aspose Maven Dependencies through Aspose Cloud Maven repository and now with the release of Aspose Maven Archetype, it has been very easy to work with Aspose Java APIs in Maven based project because of the Aspose Maven projects easy creation on Major IDEs platforms including NetBeans IDE using Maven best practices. Furthermore, Aspose maven dependencies can also be easily integrated on any other tool / platform that understands the Maven standards and supports Maven project creation from Archetype.

Aspose Maven Project Archetype – v1.0

This Archetype allows easy creation of Aspose Maven based project. You don’t even need to worry about the latest available versions for Aspose Java APIs as all latest version Aspose APIs Maven Dependencies will automatically be imported for the newly created Maven Project. This will also add the required configuration of Aspose Cloud Maven Repository to the Maven Project. The blog will present a step by step tutorial as how to use Aspose Maven Archetype for the seemless creation of Aspose Maven based project on NetBeans IDE platform using NetBeans IDE’s native Maven Project Wizard.

Creating Aspose Maven Project using Aspose Maven Archetype on NetBeans IDE

You can create Maven projects that will contain all the latest Aspose Java APIs Maven Dependencies and necessary Aspose Cloud Maven Repository configuration by following the steps as below:
  1. Fire up NetBeans IDE – In this tutorial I am using NetBeans 8.0.1,
  2. Goto -> File > New Project
  3. “New Project” Dialog containing project wizards will appear.
Select Maven > Project from Archetype and Click Next as shown below:
  1. On next wizard step, you will see a list of available Archetypes, here please just enter the following information about Aspose Maven Archetype:
GroupId: com.aspose
Artifact Id: aspose-java-for-maven
Version: 1.0
Repository:
http://maven.aspose.com/artifactory/simple/ext-release-local/
  1. On next screen, please provide your creating Maven project’s Name, Location and Artifact values as shown in below snapshot and click Finish:
  2. Final screen will appear for your created Aspose Maven project, that will contain all latest Aspose Java APIs Maven Dependencies. NetBeans IDE will import all the defined Aspose Maven Dependencies in pom.xml, as shown in below snapshot:
Congratulations! you’ve successfully created your first Aspose Maven Project using Aspose Maven Archetype in NetBeans IDE.

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, January 6, 2015

Protect Word Doc, Insert Page Number & More using Aspose for Cloud Ruby SDK

Aspose Cloud SDK for Ruby allows you to use cloud based REST API in your applications quickly and easily. Aspose.Words for 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 for 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. We have implemented the following features:
  • Accept All Tracking Changes – This feature allows you to accept all tracking changes in the document.
  • Reject All Tracking Changes – This feature allows you to reject all tracking changes in the document.
  • Get Word and Paragraph Count – This feature allows you to get word and paragraph count from a Word document.
  • Insert Page Number Field – This feature allows you to insert page number field into the Word document.
  • Update All Fields – This feature allows you to update fields in the whole Word document.
  • Protect a Word Document – This feature allows you to protect a Word document.
  • Get the Current Protection – This feature allows you to get the current protection of the Word document.
  • Modify Protection – This feature allows you to modify protection of the Word document.Start a free trial today – all you need is to sign up with the Aspose for Cloud service. Once you have signed up, you are ready to try the powerful file processing features offered by Aspose for Cloud.
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.