Thursday, November 29, 2012

Customize Barcode Size, Generate Barcode with Checksum Option in Cloud

What's New in this Release?
Saaspose.Barcode API allows you to generate barcode images in various formats and recognize barcode from those images as well. You can also set the image resolution of the barcodes. Using this REST API, you can generate barcodes with appropriate code text location. Saaspose.Barcode supports barcode generation with checksum option and it allows rotating the barcode image with suitable angle. You can customize barcode size and set x and y dimensions of barcode as per your requirements. You can provide custom values for width and height of barcode image to generate images with better quality and readability. Similarly, Saaspose.Barcode allows you to specify barcode image margins or you may choose to set the height of bars in the barcode image. Using Saaspose.Barcode REST API, you can specify the format while saving the barcode image. It also facilitates you to specify the codetext and symbology for barcode in your PHP applications. Barcode generation and processing the generated image with a variety of features is a simple task without involving any complicated tasks. From barcode generation to customizing the barcode image resolution, Saaspose.Barcode provides a variety of features that you can incorporate in your applications by utilizing the PHP examples. You can use any required feature or you may choose to use a set of examples offered by this feature-rich API to incorporate the required features in your applications and get quality results in no time.
Newly added documentation pages and articles
Some new tips and articles have now been added into Saaspose.Barcode documentation that may guide you briefly how to use Saaspose.Barcode for performing different tasks like the followings.
Overview: Saaspose.Barcode
Saaspose.Barcode is a cloud based REST API that helps developers to generate new barcode images from scratch, recognize barcodes from images, specify barcode text attributes, set barcode image characteristics like width, height, border style, output format etc. Developers can create barcode using more than 40 symbologies like (1D) EAN13, EAN8, UPCA, UPCE barcode, MSI & Code11 (2D) like PDF417, DataMatrix, Aztec, QR, Italian Post 25 & postal types like Postnet, Planet, USPS OneCode & many more.
More about Saaspose.Barcode
Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
Saaspose - Your File Format Experts 2.0
sales@aspose.com
Phone: 1.214.329.1520
Fax: 866.810.9465

Wednesday, November 28, 2012

Watermark Text Addition to Word Documents in .NET Applications

This technical tip allows developers to add watermark text to a Word document using Saaspose.Words REST API in your .NET applications. Some important steps for performing this task are to build URI to add watermark text and then serialize the JSON request content. After that, parse the json string to JObject. Developers can use the WatermarkText class and BaseResponse class for adding Watermark text.
Sample Code for Adding Watermark Text to a Word Document
//build URI to add watermark text
            string strURI = "http://api.saaspose.com/v1.0/words/input.docx/insertWatermarkText";
            string signedURI = Sign(strURI);
            //serialize the JSON request content
            WatermarkText watermark = new WatermarkText();
            watermark.Text = "Watermark Text Here";
            watermark.RotationAngle = 45.0;
            string strJSON = JsonConvert.SerializeObject(watermark);
            Stream responseStream = ProcessCommand(signedURI, "POST", strJSON);
            StreamReader reader = new StreamReader(responseStream);
            string strResponse = reader.ReadToEnd();
            //Parse the json string to JObject
            JObject pJSON = JObject.Parse(strResponse);
            BaseResponse baseResponse = JsonConvert.DeserializeObject<BaseResponse>(pJSON.ToString());
            if (baseResponse.Code == "200" && baseResponse.Status == "OK")
               Console.WriteLine("Watermark text has been added successfully");
            //Here is the WatermarkText class            
            public class WatermarkText
            {
                public string Text { get; set; }
                public double RotationAngle { get; set; }
            }
            //Here is the BaseResponse class            
            public class BaseResponse
            {
               public BaseResponse() { }
                public string Code { get; set; }
               public string Status { get; set; }
            }
Overview: Saaspose.Words
Saaspose.Words is a platform independent REST API used for cloud based document creation, manipulation & conversion. It allows converting document to DOC, DOCX, XPS, TIFF, PDF, HTML, SWF & many other formats. It can be used languages like .NET, Java, PHP, Ruby, Rails, Python, jQuery & many others. It can also be integrated with other cloud services to process documents. Other features include Create & modify watermark, content & formatting manipulation, mail merge abilities, reporting features.
More about Saaspose.Words
Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
Saaspose - Your File Format Experts 2.0
sales@aspose.com
Phone: 1.214.329.1520
Fax: 866.810.9465

Monday, November 26, 2012

Presentation Conversion to Image & Text Recognition from Image in Cloud

What’s new in this release?
Saaspose has been quite successful in getting popular among mobile and web developers due to its useful collection of features for document processing. These APIs support different kinds of document processing and management tasks for MS Word documents, presentations, worksheets and images through web or mobile applications in the cloud. While processing your presentations you may come across scenarios where you need to convert the presentations to images using Saaspose.Slides and recognize text from images using Saaspose.OCR. Saaspose.Slides is a REST API that allows you to create, modify and convert presentations in the cloud whereas Saaspose.OCR is a REST API for optical character recognition and document scanning. Using these two REST APIs you can work with conversion of presentations and text recognition from images. Using Saaspose.Slides, you can convert presentations to different file formats such as images, worksheets etc. You can save a particular slide as image with default size or you may choose to save the slide as image with specified size. You can upload the presentation to Saaspose Storage using Saaspose REST API and can convert the uploaded file to images using Saaspose.Slides REST examples. You can also directly convert the presentations on your local system using Saaspose.Slides REST API and SDKs without saving the file to Saaspose Storage. Using Saapose.OCR REST API, you can recognize text from these images and save to the database. You can also recognize the font attributes from extracted text such as font type, font style and font size through Saaspose.OCR. It supports to recognize a collection of characters from images in different languages like English, French, and Spanish. For more information, please refer to Saaspose.Slides and Saaspose.OCR documentation. Saaspose.Slides is a platform independent API and you can process your presentations in any language across any platform. Saaspose.OCR recognizes a collection of characters from the extracted text and supports different programming languages support for optical character recognition and text extraction from images files. Using a combination of these two REST APIs, you can easily achieve quality results of conversion of slides to images and character recognition.
About Saaspose
SaaSpose is a cloud-based document generation, conversion and automation platform for developers. Using SaaSpose makes it easy for Web & Mobile Developers to work with Microsoft Word documents, Microsoft Excel spreadsheets, Microsoft PowerPoint presentations, Adobe PDFs, OpenDocument formats, and email formats and protocols in their Apps.  The SaaSpose REST API enables you to quickly integrate the following into your Web: Document Assembly & Mail-Merge, Reporting, Document Conversion, Text and Image Extraction, Device Targeting, Metadata Removal, Barcode Recognition, Generation & Embedding, Email Templating & Tracking. The REST API can be called from any platform: .NET, Java, Ruby, Salesforce, Amazon etc.
More about Saaspose.Cells
Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
Saaspose - Your File Format Experts 2.0
sales@aspose.com
Phone: 1.214.329.1520
Fax: 866.810.9465

Friday, November 23, 2012

Convert Workbook Objects to Image, Extract & Recognize Text from Image

What’s new in this release?
These Saaspose file format APIs have been designed to manipulate and process the documents in cloud across any platform. Saaspose APIs offer to work with MS Word documents, presentations, worksheets, images, barcode, etc. There might be a scenario where developers want to convert workbook elements to images using Saaspose.Cells and extract text from the images using Saaspose.OCR. Saaspose.Cells is a REST API that helps you create, manipulate and convert spreadsheets in the cloud whereas Saaspose.OCR is a REST API for optical character recognition and document scanning. Let’s have a look at how you can use these two REST APIs together to work with spreadsheets and text recognition. A workbook may contain a variety of objects such as auto shapes, charts, ole objects, pictures, etc. You can convert auto shape to image using Saaspose.Cells in your applications. This feature-rich API allows you to convert different charts in a workbook to images. You may choose to convert a single chart or all charts to images. Similarly, you can convert ole object in a workbook to image and convert the pictures to images as well. An ole object may contain different types of external objects and Saaspose.Cells supports the conversion of such objects to images in no time. Also, you can convert a whole worksheet to image using Saaspose.Cells REST API. Once you have performed conversion of workbook elements to images, you can use Saaspose.OCR REST API to recognize text from images and save it to the database. Saaspose.OCR supports a variety of fonts in different styles, like regular, bold, and italic, and different image formats. Saaspose.Cells eliminates the need of any complex operations involved in manipulating the workbooks or working with various elements of a worksheet. Conversion of worksheet objects to images is a significant aspect of worksheets and formatting is not compromised during the conversion to image. Saaspose.OCR recognizes a collection of characters from the extracted text provides support for optical character recognition and text extraction from images files using different programming languages. So using a combination of these two REST APIs, you can easily achieve quality results of image extraction and character recognition.
About Saaspose
SaaSpose is a cloud-based document generation, conversion and automation platform for developers. Using SaaSpose makes it easy for Web & Mobile Developers to work with Microsoft Word documents, Microsoft Excel spreadsheets, Microsoft PowerPoint presentations, Adobe PDFs, OpenDocument formats, and email formats and protocols in their Apps.  The SaaSpose REST API enables you to quickly integrate the following into your Web: Document Assembly & Mail-Merge, Reporting, Document Conversion, Text and Image Extraction, Device Targeting, Metadata Removal, Barcode Recognition, Generation & Embedding, Email Templating & Tracking. The REST API can be called from any platform: .NET, Java, Ruby, Salesforce, Amazon etc.
More about Saaspose.Cells
Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
Saaspose - Your File Format Experts 2.0
sales@aspose.com
Phone: 1.214.329.1520
Fax: 866.810.9465

Wednesday, November 21, 2012

Saaspose SDK for Android Apps Development is Getting Ready for Release

What’s new in this release?
Saaspose development team is pleased to announce the Saaspose SDK for Android developers is getting ready for release. Android developers can quickly add file processing APIs in their Applications. Saaspose APIs have gained immense popularity across the globe in such a small span of time. Being language independent, these APIs can be utilized in the applications using programming language of your choice such as .NET, Java, Ruby and PHP. Saaspose makes it easy for web and mobile app developers to work with Microsoft Word documents, Microsoft Excel spreadsheets, Microsoft PowerPoint presentations, Adobe PDFs, OpenDocument formats, barcodes, OCR and email formats and protocols in their apps.
Saaspose development team is currently working on Saaspose SDKs for Android to facilitate the Android developers for the document manipulation tasks in the applications. This effort would be of great help for the Android developers to use a variety of document manipulation features in the applications. The Android developers can enhance their applications by using Saaspose REST APIs and integrate the required features to manipulate different file formats in the cloud. This adds great benefit for the Android developers as our SDKs would help them achieving the desired results through simple and efficient steps in no time. For instance, you can extract text from documents, calculate formula in worksheets, convert PDF to images, extract images and slides from presentations and perform many such operations on the documents in your Android applications. You can add these file processing APIs in your Android applications easily and utilize the SDKs as per your requirements. Please refer to our comprehensive documentation of these file format APIs for more information and details on the features and SDKs. If you are not a part of Saaspose family, sign up now and integrate the feature-rich APIs in your Android applications. Get started with Saaspose APIs right away and enjoy a whole new experience of document manipulation. You can opt for the free development account to evaluate these APIs for your Android applications. You may choose to upgrade to our monthly pricing plans that have been prepared to offer you the best value for your required package. Stay tuned to our blog and newsletter for latest updates on Android SDKs and the release announcements. Please feel free to contact us if you have any queries, confusions or suggestions regarding Saaspose SDKs for Android.
About Saaspose
SaaSpose is a cloud-based document generation, conversion and automation platform for developers. Using SaaSpose makes it easy for Web & Mobile Developers to work with Microsoft Word documents, Microsoft Excel spreadsheets, Microsoft PowerPoint presentations, Adobe PDFs, OpenDocument formats, and email formats and protocols in their Apps.  The SaaSpose REST API enables you to quickly integrate the following into your Web: Document Assembly & Mail-Merge, Reporting, Document Conversion, Text and Image Extraction, Device Targeting, Metadata Removal, Barcode Recognition, Generation & Embedding, Email Templating & Tracking. The REST API can be called from any platform: .NET, Java, Ruby, Salesforce, Amazon etc.
More about Saaspose
Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
Saaspose - Your File Format Experts 2.0
sales@aspose.com
Phone: 1.214.329.1520
Fax: 866.810.9465

Monday, November 19, 2012

Integrate Windows Azure Storage with Saaspose APIs & Manipulate Docs

What’s new in this release?
Saaspose development team is very happy to announce the Windows Azure storage Integration with Saaspose File Format REST API. Saaspose team has always been putting efforts to give you a remarkable experience of cloud computing on 3rd party platforms. As we have previously introduced support for Google Drive storage, Amazon S3 storage and Dropbox storage integration with Saaspose APIs, we are pleased to announce that Saaspose now supports Windows Azure storage. You can store your files in the cloud through Windows Azure storage and process your documents with the help of Saaspose file format APIs.
The configuration of Windows Azure storage is simple and quick, and you can integrate it with Saaspose through a set of simple steps. Firstly, you need to create an application at Windows Azure and get the “Account name” and “Account key”. Then sign in at Saaspose and open “My Storage”, select “Windows Azure Storage” from “Create New Storage” list on Saaspose. On “Create Windows Azure Storage” page, provide the required data in the fields. You need to provide “Storage Name”, “Account Name” and “Account Key” in the form fields. Click “Save” to confirm the provided information and enjoy using Windows Azure storage with Saaspose API. Saaspose file format APIs allow you to process your files and perform multiple operations on your documents. You can upload your documents on Windows Azure storage and choose from a variety of features to manipulate the documents. For example, you can upload your presentations on the storage and save single slide or multiple slides as images using Saaspose.Slides REST API. Similarly, you can also extract text,extract images, convert documents to other file formats, and calculate formula in a worksheet using Saaspose APIs for different file formats such as PDF files, presentations, documents and images uploaded on Windows Azure storage. Windows Azure storage integration with Saaspose APIs has added the flexibility to process your files from external storage providers helps you access your files and process them with a wide range of REST API features. Stay tuned to our newsletter and blog for the latest updates about storage integration. We look forward to your valuable feedback to improve our services, or you may write to us in case of any queries.
About Saaspose
SaaSpose is a cloud-based document generation, conversion and automation platform for developers. Using SaaSpose makes it easy for Web & Mobile Developers to work with Microsoft Word documents, Microsoft Excel spreadsheets, Microsoft PowerPoint presentations, Adobe PDFs, OpenDocument formats, and email formats and protocols in their Apps.  The SaaSpose REST API enables you to quickly integrate the following into your Web: Document Assembly & Mail-Merge, Reporting, Document Conversion, Text and Image Extraction, Device Targeting, Metadata Removal, Barcode Recognition, Generation & Embedding, Email Templating & Tracking. The REST API can be called from any platform: .NET, Java, Ruby, Salesforce, Amazon etc.
More about Saaspose
Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
Saaspose - Your File Format Experts 2.0
sales@aspose.com
Phone: 1.214.329.1520
Fax: 866.810.9465

Thursday, November 15, 2012

Read & Recognize Barcode from External Image URL Using REST API

This technical tip allows developers to read barcode from external image URL using Saaspose.BarCode REST API in your Java applications. Some important steps for performing this task is to build URI for reading barcode, sending the request to Saaspose server, parse and Deserializes the JSON to an object and display the value and type of all the recognized barcodes.
Sample Code for Reading Barcode from external image URL
//build URI to read barcode
            //type:  Codabar, Code11, Code128 and Code39Extended etc.
            String strURI = "http://api.saaspose.com/v1.0/barcode/recognize?type=QR&url=http://upload.wikimedia.org/wikipedia/commons/c/ce/WikiQRCode.png";
            // Send the request to Saaspose server
            InputStream responseStream = ProcessCommand(Sign(strURI), "POST");
            // Read the response
            String strJSON = StreamToString(responseStream);
            //Parse and Deserializes the JSON to a object.
            RecognitionResponse barcodeRecognitionResponse = gson.fromJson(strJSON,RecognitionResponse.class);
            List<RecognizedBarCode> barcodes = barcodeRecognitionResponse.getBarcodes();
       
            // Display the value and type of all the recognized barcodes
            for (RecognizedBarCode barcode : barcodes)
            {
                System.out.println("Codetext: " + barcode.BarcodeValue() + "\nType: " + barcode.getBarcodeType());
            }
            \\Here is the RecognitionResponse class
            public class RecognitionResponse extends BaseResponse
            {
                private List<RecognizedBarCode> Barcodes ;
                public List<RecognizedBarCode> getBarcodes(){return Barcodes;}
            }
            \\Here is the RecognizedBarCode class        
            public class RecognizedBarCode
            {
                private String BarcodeType ;
                private String BarcodeValue;
                public String getBarcodeType(){return BarcodeType;}
                public String BarcodeValue(){return BarcodeValue;}
            }
            \\Here is the BaseResponse class     
            public class BaseResponse
            {
                public BaseResponse() { }
                private String Code;
                private String Status;
                public String getCode(){return Code;}
                public String getStatus(){return Status;}
                public void  setCode(String temCode){ Code=temCode;}
                public void setStatus(String temStatus){ Status=temStatus;}
            }
Overview: Saaspose.Barcode  
Saaspose.Barcode is a cloud based REST API that helps developers to generate new barcode images from scratch, recognize barcodes from images, specify barcode text attributes, set barcode image characteristics like width, height, border style, output format etc. Developers can create barcode using more than 40 symbologies like (1D) EAN13, EAN8, UPCA, UPCE barcode, MSI & Code11 (2D) like PDF417, DataMatrix, Aztec, QR, Italian Post 25 & postal types like Postnet, Planet, USPS OneCode & many more.
More about Saaspose.BarCode
Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
Saaspose - Your File Format Experts 2.0
sales@aspose.com
Phone: 1.214.329.1520
Fax: 866.810.9465

Tuesday, November 13, 2012

Get PDF File as Images & Extract Text from Images Using REST APIs

Saaspose development team is very happy to announce the conversion of PDF file to images and recognize text using Saaspose APIs. A very important and interesting aspect of Saaspose APIs is that you can integrate multiple file format APIs to combine a variety of features and achieve the desired results. There might be scenarios where you want to get PDF file as images using Saaspose.Pdf and extract text from the images using Saaspose.OCR. Saaspose.Pdf is a REST API for creating and editing PDF files and converting to other file formats. Saaspose.OCR is a REST API for optical character recognition and document scanning. Let’s have a look at how you can use these two REST APIs together to work with PDF files and text recognition. You can convert PDF file to images using Saaspose.Pdf API. This REST API allows converting the PDF file to images in the cloud; it converts the PDF file to images, you may choose to convert the whole PDF file to image, or you may choose to convert the required pages. The supported image formats are JPEG, PNG, GIF, BMP, TIFF etc. Once you have converted the PDF files to images, you can use Saaspose.OCR REST API to recognize text from images and save it to the database. You can also recognize the font attributes from extracted text such as font type, font style and font size through Saaspose.OCR. Saaspose.Pdf supports this very strong and useful feature of converting PDF files to images. You can also convert PDF page to image with default size or specified size. You can choose to manipulate the images using Saaspose APIs; for instance, Saaspose.OCR to recognize a collection of characters from images in different languages like English, French, and Spanish. So using a combination of these two REST APIs, you can easily achieve quality results of image extraction and character recognition.
About Saaspose
SaaSpose is a cloud-based document generation, conversion and automation platform for developers. Using SaaSpose makes it easy for Web & Mobile Developers to work with Microsoft Word documents, Microsoft Excel spreadsheets, Microsoft PowerPoint presentations, Adobe PDFs, OpenDocument formats, and email formats and protocols in their Apps.  The SaaSpose REST API enables you to quickly integrate the following into your Web: Document Assembly & Mail-Merge, Reporting, Document Conversion, Text and Image Extraction, Device Targeting, Metadata Removal, Barcode Recognition, Generation & Embedding, Email Templating & Tracking. The REST API can be called from any platform: .NET, Java, Ruby, Salesforce, Amazon etc.
More about Saaspose.Pdf
Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
Saaspose - Your File Format Experts 2.0
sales@aspose.com
Phone: 1.214.329.1520
Fax: 866.810.9465

Monday, November 12, 2012

Extract Images from Presentation & Create PDF File from These Images

Saaspose APIs offer various types of features to add kinds of common tasks to your web app such as text and image extraction, file conversion, barcode generation and recognition etc. Image extraction is an important aspect in processing the documents in cloud. Using Saaspose.Slides REST API, you can extract images from the presentations by saving the slide as an image and use this image to generate a PDF file by using Saaspose.Pdf. Saaspose.Slides allows you to save slide as an image. You can also save a slide as an image with specified size and use it accordingly in your applications. This REST API allows to extract the images from the slides and you can use these images in several ways as per your requirements. You can achieve the desired results in your applications by using a combination of features supported by Saaspose file format APIs. Once you have saved the slides as images, you can generate PDF files from image using Saaspose.Pdf REST API. Saaspose.Pdf allows creating PDF files from JPEG images in the cloud. You can either create a PDF file from a single image or you may choose to create PDF files from a number or images. This helps to create a PDF file from presentations through a set of simple steps and it eliminates the need of complex tasks. All you need to do is save the slides as images and create PDF file from the images by using both APIs; Saaspose.Slides and Saaspose.Pdf. For more information, please refer to Saaspose.Slides and Saaspose.Pdf documentation. Saaspose APIs offer quick and productive results with a suite of useful features that help you improve your applications.
About Saaspose
SaaSpose is a cloud-based document generation, conversion and automation platform for developers. Using SaaSpose makes it easy for Web & Mobile Developers to work with Microsoft Word documents, Microsoft Excel spreadsheets, Microsoft PowerPoint presentations, Adobe PDFs, OpenDocument formats, and email formats and protocols in their Apps.  The SaaSpose REST API enables you to quickly integrate the following into your Web: Document Assembly & Mail-Merge, Reporting, Document Conversion, Text and Image Extraction, Device Targeting, Metadata Removal, Barcode Recognition, Generation & Embedding, Email Templating & Tracking. The REST API can be called from any platform: .NET, Java, Ruby, Salesforce, Amazon etc.
More about Saaspose Products
Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
Saaspose - Your File Format Experts 2.0
sales@aspose.com
Phone: 1.214.329.1520
Fax: 866.810.9465

Tuesday, November 6, 2012

Create, Convert Docs to Other Formats & Perform Mail Merge in the Cloud

What’s new in this release?
MS Word documents are widely used by a number of people from different walks of life. Saaspose.Words is a REST API that allows you to manipulate your documents including MS Word documents using a number of features. You can create, edit and convert documents to other file formats. Saaspose storage is the default storage for uploading the files and processing them with Saaspose.Words. You can manipulate your documents including MS Word documents uploaded at Amazon S3 Storage using Saaspose.Words REST API. We have also discussed about integration of Amazon S3 storage with Saaspose File Format APIs in our blog post earlier. You can manipulate your documents by uploading them at Amazon S3 storage and incorporating the required featured for various aspects supported by Saaspose.Words API. You can convert Word documents to different file formats uploaded at Amazon S3 storage by using Saaspose.Words in your applications. Saaspose.Words allows you to replace text in a Word document, just upload the file at Amazon S3 storage and get the text of your documents replaced in the cloud. You can also insert page number field into the document uploaded at Amazon S3 Storage through this feature rich API designed for documents processing.
Saaspose.Words offers a suite of features to execute mail merge operations on documents including MS Word documents uploaded at Amazon S3 storage. You can execute mail merge with regions or you may choose to execute mail merge without regions by using Saaspose.Words in your applications. You can work with various aspects of drawing objects in your documents uploaded at the storage. For instance, you can extract ole data or extract images from the drawing objects within the documents uploaded at Amazon S3 storage. This feature rich API allows you to add watermark image or text to a Word document uploaded at Amazon S3 storage. Integration of Amazon S3 storage has added the flexibility to work with presentations with a variety of features on external storage provider. You can upload your files on Amazon S3 storage and use Saaspose.Words REST API URIs to perform multiple operations on the presentation slides. You can utilize our SDK and REST examples to work with presentations across any platform. All you need to do is download the required SDK and get started with Saaspose.Words API.
About Saaspose
SaaSpose is a cloud-based document generation, conversion and automation platform for developers. Using SaaSpose makes it easy for Web & Mobile Developers to work with Microsoft Word documents, Microsoft Excel spreadsheets, Microsoft PowerPoint presentations, Adobe PDFs, OpenDocument formats, and email formats and protocols in their Apps.  The SaaSpose REST API enables you to quickly integrate the following into your Web: Document Assembly & Mail-Merge, Reporting, Document Conversion, Text and Image Extraction, Device Targeting, Metadata Removal, Barcode Recognition, Generation & Embedding, Email Templating & Tracking. The REST API can be called from any platform: .NET, Java, Ruby, Salesforce, Amazon etc.
More about Saaspose
Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
Saaspose - Your File Format Experts 2.0
sales@aspose.com
Phone: 1.214.329.1520
Fax: 866.810.9465

Friday, November 2, 2012

November 2012 Edition of Saaspose.Newsletter is Out Now

SSaaspose Newsletter for November 2012 has now been published that highlights all newly added information, exciting new features & informative blogs about Saaspose APIs & SDKs. This month Saaspose.Words, Saaspose.Pdf & Saaspose.Cells have introduced new features for manipulating presentations uploaded at Amazon S3 storage, work with pages of PDF, extract text from any file format, convert different objects in worksheet, convert XML templates to DOC, Google Drive Storage Integration & many more.
Tip of the Month: Enjoy improved customer support for Saaspose APIs
Do you have any questions, suggestions or ideas while using Saaspose APIs or you are just gearing up to get started with Saaspose APIs? With our improved help desk system, you can get any kind of assistance to help you in getting started with the feature-rich Saaspose APIs. You can use our efficient support system to contact our support team and submit your queries. It allows you to communicate with our support staff to answer your queries and solve the problems. With its simple and intuitive user interface, you can easily submit your questions and get connected with our support team. Our help desk system generates a ticket against each query submitted by the customers. The tickets are acknowledged via email and customers can also follow up the ticket via email. You can also view the tickets online and follow up with your queries through web interface as well.You can keep updated with new examples through our newsletter, blog, and documentation. Click here to view improved Saaspose help desk support system
Best of Saaspose API Blogs
Stay tuned with the recent updates, features and announcements of Saaspose APIs through Saaspose Blog.
Latest From the Documentation
We have added many examples for various features of Saaspose File Format APIs in our documentation during the month of October. Our team has put great efforts to update the documentation for Saaspose.Words, and Saaspose.Pdf to provide quality results for your required features. We have added examples related to various features of these file format APIs; for example, create PDF from SVG file template, split PDF files at Amazon S3 storage, convert PDF to HTML, sign PDF documents, replace text in MS Word documents, add watermark image to documents uploaded at Amazon S3 storage etc.You may view a complete list of examples for each API in the following announcement posts
Saaspose API SDK Updates
 During the month of October 2012, we have introduced new features in our SDKs for different programming languages like .NET, Java, and PHP. There is a list of features available for each API on Github and you can download the required SDK. The new features are added in most of our APIs such as Saaspose.Words, Saaspose.Cells, Saaspose.Slides and Saaspose.Pdf. These features include extract document properties of MS Word documents, extract drawing objects, create workbook from template, get segment count, remove all properties etc. For more details, you may refer to the following announcement about Saaspose REST API Features Implemented in SDKs During the Month of October 2012  
Collect your copy of Saaspose Newsletter, August 2012 edition
Keep in Touch
There are several ways for you to keep in touch with us. The monthly newsletter is a way for us to keep in touch with you, but we are always interested in hearing from you.
- Ask your question from Saaspose Development Team
- Connect with us on Post a question on our Facebook
Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
Saaspose - Your File Format Experts 2.0
sales@aspose.com
Phone: 1.214.329.1520
Fax: 866.810.9465