Home | Advertise | Submit | Press | Top | Contact | Help | Bookmark |
Search downloads:
Home Latest press releases Collect your April edition of Aspose.Newsletter

Collect your April edition of Aspose.Newsletter

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 the new and exciting features offered in recent releases of Aspose.Network, Aspose.Words and Aspose.Pdf.Kit. You will learn about the latest news from Aspose along with the monthly Tech-Tip, which demonstrates how you can convert your documents to different file formats using Aspose.Words.

Product Spotlight

Aspose.BarCode is a set of barcode generation and recognition controls built to allow developers for adding barcode functionality to all kinds of .NET applications. Moreover, with the recent support of Compact Framework, Aspose.BarCode also provides wider usability options to developers. Aspose.BarCode conforms to most of the barcode standards and specifications available now-a-days.

Aspose.BarCode supports most common 1D and 2D barcode symbologies including EAN13, EAN8, UPCA, UPCE, BooklandEAN, Interleaved2of5, Standard2of5, MSI, Codabar, Postnet, Planet, Code128, Code39 Extended, Code39 Standard, Code93 Extended, Code93 Standard, QR, Aztech, PDF417 and DataMatrix etc. Aspose.BarCode also supports printing and saving barcode images to different formats. Passing USPS Barcode Certification with “A” Grade is the proof of best quality features offered by Aspose.BarCode.

Aspose.Network supports Microsoft Exchange Server

In the recent release of Aspose.Network for .NET 3.3.0.0, many improvements are made but the most significant improvement is the support of Microsoft Exchange Server, which ensures that now developers can easily fetch, send and delete emails in an exchange store using Aspose.Network. Moreover, Aspose.Network now also allows its users to drag & drop email messages from Microsoft Outlook to their windows forms with the greater flexibility.

Aspose.Words for .NET 4.2.0 includes WordML Import feature

Aspose.Words for .NET 4.2.0 introduces a great new feature and that is WordprocessingML Import. So, now, developers can open and save documents with DOC, RTF, WordML and HTML/XHTML formats using Aspose.Words. Moreover, it is also possible to save documents in TXT and PDF (when used with Aspose.Pdf) formats. Besides some new features, Aspose.Words 4.2.0 also provides 12 bug fixes related to the processing of DOC, RTF, WordML, HTML and PDF documents.

Technical Tip

Convert documents to different formats

One of the important features of Aspose.Words for .NET is extensive support of DOC, RTF, WordprocessingML and HTML import & export. You can convert documents between any of these formats using just two lines of code. DOC, RTF and WordprocessingML are Microsoft Word document formats. Aspose.Words supports these formats to a very high degree and therefore conversions between these formats in any direction are very precise. No document content or formatting is lost during such conversions. Aspose.Words can be used in a server or client application, single threaded or multi-threaded.

[C#]

// Convert from RTF to DOC
Aspose.Words.Document doc = new Document("C:\\MyFolder\\MyFile.rtf");
doc.Save("C:\\MyFolder\\MyFile.doc");

// Convert from HTML to RTF
Aspose.Words.Document doc = new Document("C:\\MyFolder\\MyFile.html");
doc.Save("C:\\MyFolder\\MyFile.rtf");

// Convert from DOC to WordML
Aspose.Words.Document doc = new Document("C:\\MyFolder\\MyFile.doc");
doc.Save("C:\\MyFolder\\MyFile.xml");

// And so on.

[VB]

' Convert from RTF to DOC
Dim doc As Aspose.Words.Document = New Document("C:\\MyFolder\\MyFile.rtf")
doc.Save("C:\\MyFolder\\MyFile.doc")

' Convert from HTML to RTF
Dim doc As Aspose.Words.Document = New Document("C:\\MyFolder\\MyFile.html")
doc.Save("C:\\MyFolder\\MyFile.rtf")

' Convert from DOC to WordML
Dim doc As Aspose.Words.Document = New Document("C:\\MyFolder\\MyFile.doc")
doc.Save("C:\\MyFolder\\MyFile.xml")

' And so on.

Aspose.Pdf.Kit for .NET 2.4.0.0 Mega Hotfix

In the month of March, 2007, the Aspose.Pdf.Kit team released a Mega Hotfix Aspose.Pdf.Kit for .NET 2.4.0.0 that provides about 8 bug fixes related to printing and converting files, appending same input streams, watermarking with PNG images, concatenating PDF documents, hyperlinks and other general issues. In addition to these bug fixes, few new features are also added to Aspose.Pdf.Kit to make it more secure and powerful.

Contact Information:
Suite 180, 9 Crofts Avenue
Hurstville, NSW, 2220
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465l

Company: Aspose Pty Ltd
Related downloads
Clip'n Collect 1.8
Clipboard Tool, Note Collector, HTML Export
343
Collect Magic 1.0
Collection System for Small Accounts
217
Business-Professional Ringtone Collect. 3.7
Business-Professional Ringtone Collection
3261
Critical Seeker April Fool version 4.1
Hunt for image difference in this puzzle game
164
i-Newsletter.NET 3.2
Web Based Newsletter and Mailing List Manager
125
NewsLetter Pro 3.10
282
Newsletter Ease 2.02
Email Newsletter Software Bulk Mailing List
335
ACX Newsletter Designer pro 10.2.9
NewsletterDesigner software
328
Newsletter Manager Pro 6.50
Web based mailing list newsletter software
496
Newsletter website Software v 2.0
Newsletter website software with full source
63

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-...

Sendblaster
Sendblaster 32x32 pixels iconThe best bulk email sender and mailing list management software. It?s so user-friendly that you can launch your email marketing campaign in minutes: create a newsletter, select a mailing list and start its fast mass emailing engine

Nesox Email Marketer Business Edition
Nesox Email Marketer Business Edition 32x32 pixels iconProfessional HTML email newsletter software and opt-in email marketing software for targeted mailing list building, email campaigns creating, bulk mailing and click tracking at your own computer.

Quickeo
Quickeo 32x32 pixels iconQuickeo is the only sharing service that lets you create a rich multimedia gallery of several videos, images and music with out the typical restrictions and complications. Quickeo allows you to present your contents in a newsletter or album format.

RapidSMTP Free Edition
RapidSMTP Free Edition 32x32 pixels iconFastest newsletter software with Geolocation. Track opened e-mails, forwarded e-mails, clicked links and the geographical location of recipients. Send personalized e-mails. Send geotargeted e-mails to countries, regions or cities. Bypass ISP limits.


Archive: All downloads - Links - Links2

Copyright (c)2005-2009 Download3K.com - All rights reserved - Terms of use - Privacy Policy