Aspose.Newsletter: February 2008 edition with technical tip for Using Aspose.Words for .NET/Java with PHP

Softarea51.com is your source for all the latest computer technology and software related press releases.
Browse our archive for more press releases!

Released on: 2, February 2008
, Author: aspose_seo
, Audience: Software related

Aspose.Newsletter: February 2008 edition with technical tip for using Aspose.Words for .NET/Java with PHP.

Welcome to the February 2008 issue of the Aspose Newsletter! In this month's newsletter, we will provide some introductory information about our spotlight product: Aspose.Flash. We will also look at the new and exciting features offered in the recent releases of Aspose.Network, Aspose.Pdf.Kit, Aspose.Words and Aspose.Cells for Reporting Services. You will learn about the latest news from Aspose along with the monthly Tech-Tip, which demonstrates how you can use Aspose.Words with PHP.

Product Spotlight

Developers using Flash content in conjunction with the powerful .NET framework have the ability to produce some of the highest quality, feature rich sites today. Aspose.Flash helps to extend the potential of that powerful combination even further. Aspose.Flash is a non-graphical, .NET Flash management component. With Aspose.Flash developers can dynamically manipulate and generate Flash content directly from their .NET applications. Aspose.Flash is written in native C# and is lightening fast. Take the time to download the free evaluation version today to see how Aspose.Flash can work for you.

Aspose.Network supports SSL for IMAP / POP3 / SMTP

Aspose.Network is a complete solution for network programming on the .NET platform. The latest version 3.8.0.0 of Aspose.Network for .NET has been released. This is a major release containing SSL support for IMAP and POP3. SSL support for SMTP was added in the 3.7.0.0 release earlier. Aspose.Network now supports using Secure Sockets Layer (SSL) to encrypt the connection (POP3/IMAP). Aspose.Network.Mail also supports sending email via SSL over SMTP protocol. Implicit / Explicit Security mode is also supported in SSL over SMTP/IMAP/POP3. In addition Aspose.Network.Ftp now supports parsing VAS/VMS format item list and Aspose.Network.Pop3 includes support for 3 types of authentication. Also included in this release are numerous bug fixes and improvements. For more information about the 3.8.0.0 release and to download the latest version please refer to the description found here. For more information about the 3.7.0.0 release please consult the official release page.

Aspose.Pdf.Kit for .NET 2.7.0.0 released

Aspose.Pdf.Kit for .NET 2.7.0.0 has been released. This new release supports creating bookmarks for all pages as well as creating nested bookmarks. Support for exchanging bookmarks of XML and extracting bookmarks to HTML has also been added. In addition a new method is added for disposing Form fields more flexibly, and a set of new methods and properties have been added in PdfViewer for printing large PDF files more efficiently. This release also includes many improvements and numerous bug fixes. The latest version can be downloaded from here. For more details, please visit its official release page.

Exporting to DOCX with Aspose.Words for Java

The latest version 2.4.0.0 of Aspose.Words for Java has been released. With this release Aspose.Words for Java now supports exporting to Microsoft Office 2007 Open XML (DOCX) format. The set of DOCX features supported by Aspose.Words is comprehensive. Only a few limitations are applicable in the current version. The latest version can be downloaded from here. For more information about this release please consult the official release page.

Aspose.Words OOXML import soon to come out of beta

We have been working hard to provide great support for Office Open XML in Aspose.Words. In this regard there have been three major releases which can be considered as milestones. These include Aspose.Words for .NET 4.4.0.0 which included support for exporting to Microsoft Office 2007 Open XML (DOCX), Aspose.Words for .NET 4.4.1.0 with beta support for import of DOCX files and Aspose.Words for Java 2.4.0.0 with support for exporting to DOCX. Import of DOCX files is still in Beta, but we are successfully finalizing it. A production release is planned soon. We have also created a detailed Aspose.Words to OOXML conformance specification which can be found here. For more information please consult this post.

Aspose.Cells for Reporting Services 1.1.0.0 released

We have released Aspose.Cells for Reporting Services version 1.1.0.0. In this release we provide a client add-in tool, Aspose.Cells Report Designer, which allows users to use MS Excel as a report design tool. With Aspose.Cells Report Designer users can design a report template in Excel instead of Visual Studio or other report builder tool. The report template is embedded in Reporting Services RDL file and can be published to Report Server. It makes report design an easy and fast task. Also in this release the Aspose.Cells for Reporting Services server render is greatly enhanced. Working with the report template, users can utilize all advanced Excel features in Reporting Services, including native Excel charts, advanced formulas, pivot tables and more. Numerous other improvements and bug fixes have also been included. Please download this latest release from here.

Technical Tip Using Aspose.Words with PHP

Aspose.Words for .NET and Aspose.Words for Java can both be used with PHP. Given below is a code snippet showing how you can use Aspose.Words with PHP. The following example shows how to insert sections using DocumentBuilder, specify page setup for a section and reset page setup to defaults using Aspose.Words for .NET.

[PHP using Aspose.Words for .NET]

// Load License
$license = new COM('Aspose.Words.License');
$license->SetLicense("c:/Aspose.Words.lic");

// Create an object to use.
$builder = new COM('Aspose.Words.DocumentBuilder');

// Modify the first section in the document.
$builder->PageSetup->Orientation = 2;
$builder->PageSetup->VerticalAlignment = 1;
$builder->Writeln("Section 1, landscape oriented and text vertically centered.");

// Start a new section and reset its formatting to defaults.
$builder->InsertBreak(5);
$builder->PageSetup->ClearFormatting();
$builder->Writeln("Section 2, back to default Letter paper size, portrait orientation and top alignment.");

// Save the document
$builder->Document->Save("C:/tmp.doc");

The following example shows how to create a simple Hello World document in PHP using Aspose.Words for Java.

[PHP using Aspose.Words for Java]

$docFileName="c:/java.doc";

// Setting license
$License = new Java('com.aspose.words.License');
$License->setLicense('c:/Aspose.Words.Java.lic');

// Creating Aspose.Words Objects
$Document = new Java('com.aspose.words.Document') or die("Cant load Document");
$DocumentBuilder = new Java('com.aspose.words.DocumentBuilder',$Document) or die("Cant load DocumentBuilder");

// Do something with document
$DocumentBuilder->writeln("Hello world from Aspose.Words!!!");

// Saves the document to destination
$Document->save($docFileName,1)

Contact Information:
Suite 119, 272 Victoria Avenue
Chatswood, NSW, 2067
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465l
Related downloads

Aspose.Words for Java
Aspose.Words is a Java component to read, write and modify a word document without using MS Word. It supports content & formatting manipulation, mail merge abilities, OLE objects, ActiveX controls in documents and support of DOC, HTML and XHTML.
Aspose.Words for .NET
Aspose.Words is a word processing component that enables .NET applications to read, write & modify Word documents without using MS Word. Other features include content & formatting manipulation and support of DOCX, DOC, WordML, HTML & PDF formats.
Aspose.Words for Reporting Services
Aspose.Words for Reporting Services is a rendering extension for SQL Server 2000, 2005 and 2008 Reporting Services. You can export RDL reports in DOCX, DOC, RTF and WordML formats. It also converts all RDL report features to Microsoft Word documents.
Aspose.Pdf for Java
Aspose.Pdf is a Java Pdf component to write Pdf documents without using Adobe Acrobat and supports: Document & Page properties, Text, Headings, Tables, Images, Hyperlinks, Support for DOM, HTML/CSS into Pdf, Pdf creation by API, XML and XSL-FO files.
Aspose.Pdf.Kit for Java
Aspose.Pdf.Kit is a Java component for Pdf document manipulation of both windows & web based Java applications that allow developers to edit existing Pdf documents. It also supports for adding watermark and converting Pdf file to a Tiff or XML file.
Softarea51.com RSS Feed

Get RSS updates on latest computer technology and software related press releases Subscribe to this feed!  Subscribe to Latest Press Releases RSS feed

Google My Yahoo! Windows Live Newsgator Bloglines Add to Netvibes Add to del.icio.us

You are welcome to include these headlines in your own pages. If you want to find out how to parse this RSS file please read our tutorial How to parse RSS feeds with PHP.