Collect your March Edition of Aspose.Newsletter

Collect your March Edition of Aspose.Newsletter

Welcome to the March 2007 issue of the Aspose Newsletter! In this month’s newsletter, we will provide some introductory information about our recently released spotlight product: Aspose.Form. We will also cover the new business partnership of Aspose with the company Sun and look at the new exciting features offered by Aspose.Grid in its recent major release. You will learn about the latest news from Aspose along with the monthly Tech-Tip, which demonstrates how you can specify multiple email addresses for an email message in a smarter way using Aspose.Network.

Product Spotlight

Aspose.Form is a GUI based .NET component that provides a set of powerful web controls to operate InfoPath templates through web browser. Aspose.Form is written in native C#, is lightening fast and works great with all kinds of ASP.NET web applications. Whenever you want to expand the power of InfoPath templates across internet, Aspose.Form is sure to fully accommodate your needs.

Aspose.Form can easily be embedded in your web pages. All you have to do is just to provide the path of your InfoPath template to Aspose.Form control and it will automatically open the InfoPath form in the web page. All InfoPath controls like Plain Text, Check Box, Option Button, Drop Down, List Box, Rich Text, Bulleted List, Numbered List, Date Picker, Inline Image, Linked Image, Repeating Table, Section & Repeating Section etc. are fully supported by Aspose.Form. Users can fill forms manually. However, it's also possible to fill forms automatically using Xml based data files. Please download the free evaluation version of Aspose.Form to see how it fulfills your business needs. To learn more about its usage, please click here.

Aspose.Grid 1.9 Released!

We are happy to announce a new release of Aspose.Grid. With the new and exciting features of Aspose.Grid 1.9, you will feel an improved web experience. These new features include the support of multiple languages, multiple rows selection, selecting cells through keyboard, creating hints in row and column headers, pasting a string to multiple cells and date time calculation etc. Moreover, many new client and server side events and functions are also added to provide more control of the Grid to the developers. The performance of formula engine is also greatly optimized to make it 20 times faster than the older one. For more details, please visit the official release page of Aspose.Grid 1.9.

Aspose.Pdf.Kit for .NET has just got better

With the addition of some nice features and few important bug fixes, Aspose.Pdf.Kit 2.3.3.0 has just got better. Now, developers can set page numbers on different positions of a page. It’s also possible to delete pages from a PDF document. Moreover, the support for reading strange PDFs with long “refx” and flattening fields on PDFs created by Adobe Designer 8.0 is also provided. Few bugs related to reading, printing, converting and concatenating PDF documents are also fixed. To get more details about the improvements made in Aspose.Pdf.Kit 2.3.3.0, please click here.

Technical Tip

Multiple addresses for an email message

Sending an email message to multiple recipients is a very common scenario and there are many ways to do that using Aspose.Network. Normally, we add a recipient of an email message by using MailMessage.To.Add() method. But, to add more recipients, Add() method needs to be called many times. So, Aspose.Network also provides a smarter way to perform this task using its powerful email address parser as shown below:

[C#]

//Instantiating a MailMessage object that represents an email message
Aspose.Network.Mail.MailMessage message;
message = new MailMessage();

//Specifying multiple recipients for the email message
message.To = "Tom <Tom@aspose.com>, Jerry <Jerry@aspose.com>";

[VB]

‘Instantiating a MailMessage object that represents an email message
Dim message As New Aspose.Network.Mail.MailMessage

‘Specifying multiple recipients for the email message
message.To = "Tom <Tom@aspose.com>, Jerry <Jerry@aspose.com>"

Using this approach, email addresses are specified as a string with display names followed by their email addresses separated by commas, which tell the parser that multiple addresses are used.

Aspose becomes a Sun Business Partner

We are very pleased to announce our new business partnership with the company Sun. For many years the development community has primarily known Aspose as a .NET component provider. However, Aspose has also had a very strong initiative to support the Java platform as well. This new partnership is another effort to help extend that initiative and continually provide better support for Java developers. If you would like to read the full story, please click here.

Aspose.Cells for .NET 4.1.2 Mega Hotfix

In the month of February, 2007, the Aspose.Cells team released a Mega Hotfix Aspose.Cells 4.1.2 that provides about 9 bug fixes related to concatenation of ASCII characters, copying of worksheets with images, pivot table, formula calculation engine and other general issues. Moreover, besides these bug fixes, few new features are also added to Aspose.Cells to make it more powerful. Be sure to check out the full list of these bug fixes and newly added features. Please download the latest release now to make your applications work better using Aspose.Cells.

Contact:
41, Lily Street
Hurstville, NSW, 2220
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465l
Company: Aspose Pty Ltd
Share |

Related press releases

  • Collect your July edition of Aspose.Newsletter
    [2007-07-02 02:17:54]
    Aspose publishes July 2007 Newsletter for the .NET & Java programmers with introductory information about our spotlight product: Aspose.Network. We will also look at the new and exciting features offe...
  • June edition for Aspose.Newsletter is launched
    [2007-06-01 09:18:12]
    Aspose publishes the June 2007 Newsletter for the .NET & Java programmers with introductory information about our spotlight product: Aspose.Chart. We will also look at the new and exciting features of...
  • May edition for Aspose.Newsletter is launched
    [2007-05-03 09:00:57]
    Aspose publishes the May 2007 Newsletter for the .NET & Java programmers with introductory information about our spotlight product: Aspose.Words for Reporting Services. Also examine the new & exciting...
  • Aspose.Newsletter: August edition with technical tip for parsing Outlook message...
    [2007-08-01 23:53:20]
    Aspose publishes August 2007 Newsletter for the .NET & Java programmers with introductory information about our spotlight product: Aspose.Slides for Reporting Services. We will also look at the new an...
  • Aspose.Newsletter: September edition with technical tip for page orientation set...
    [2007-09-03 06:43:57]
    Aspose publishes September 2007 Newsletter for .NET & Java programmers with introductory information about our spotlight product: Aspose.BarCode for Reporting Services. We will also look at the new an...
  • Collect your April edition of Aspose.Newsletter
    [2007-04-03 10:55:18]
    Welcome to the April 2007 issue of the Aspose Newsletter! In this month’s newsletter, we will provide some introductory information about our spotlight product: Aspose.BarCode. We will also look at th...
  • Adding glossary in Aspose.Pdf for .Net
    [2007-03-27 13:20:55]
    Aspose.Pdf is a .Net Pdf component to write Pdf documents without using Adobe Acrobat. Adding glossary to Aspose.Pdf for .Net is not supported directly yet it is possible to create glossary using the ...
  • Aspose.Excel for .NET and Aspose.Excel for Java ToDo List
    [2005-08-11 00:00:00]
    Aspose.Excel team are striving to make Aspose.Excel better and better. Now we have two products: Aspose.Excel for .NET and Aspose.Excel for Java. Aspose.Excel for .NET has been on the market for more...
  • Aspose.Metafiles is a Java EMF and WMF library for managing metafiles.
    [2007-07-18 00:45:35]
    Aspose.Metafiles is a Java WMF and EMF library for managing metafiles effectively that allows your Java applications to display and play both EMF and WMF files. You can also add both WMF and EMF files...
  • Aspose.Pdf.Kit for .Net - 2.5.0.0 Released
    [2007-06-08 06:46:39]
    Aspose.Pdf.Kit is a .NET component to edit the existing Pdf documents and supports windows forms and ASP.NET applications. It also supports for XFA, concatenating multiple Pdf files into one,14 built-...