1. Latest News
  2. Submit Press Release
  1. PR Home
  2. Latest News
  3. Feeds
  4. Alerts
  5. Submit Free Press Release
  6. Journalist Account

Collect your April edition of Aspose.Newsletter

Aspose publishes the April 2007 Newsletter for the .NET & Java programmers that provide introductory information about Aspose.BarCode, Aspose.Network, Aspose.Words & Aspose.Pdf.Kit along with the monthly Tech-Tip.

FOR IMMEDIATE RELEASE

PRLog (Press Release) - Apr 03, 2007 -
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

--- end ---

Click to Share

Contact Email:
Source:aspose_seo
Website:http://www.aspose.com/
Phone:888.277.6734
Fax:866.810.9465l
Address:Suite 180, 9 Crofts Avenue
Zip:2220
City/Town:Hurstville
State/Province:New South Wales
Country:Australia
Industry:Programming
Tags:, , , , , , , , , ,
Shortcut:http://prlog.org/10012415
Disclaimer:   Issuers of the press releases are solely responsible for the content of their press releases. PRLog can't be held liable for the content posted by others.   Report Abuse

Upcoming Press Releases...



  1. SiteMap
  2. Privacy Policy
  3. Terms of Service
  4. Copyright Notice
  5. About
  6. Advertise
Like PRLog?
3.5K1.4K1.3K
Click to Share