Monthly Archives: August 2010

FLV to SWF Conversion is Improved in Aspose.Flash for .NET

We have published Aspose.Flash for .NET 3.1.0. In this latest version, we have improved FLV to SWF conversion; the process of converting sound from the FLV file to an SWF file is enhanced . You can see the changes and download the latest version from the Aspose.Flash for .NET download section.

Continue Reading
Posted in Aspose.Total Product Family |

EMCRYPT Converted MSG to MHT, PDF format. Implemented PDF encryption and more using APIs

About EMCRYPT

EMCRYPT logo

EMCrypt is a plug-in for Microsoft Outlook, designed to effectively and easily encrypt and then convert Outlook emails to PDF format. It supports all versions from 2003 to 2010, and is compatible with Windows XP, Vista, and Windows 7.

With EMCrypt, the email, along with any attachments, is converted to PDF, encrypted, and can then be opened by the recipient using a PDF reader and the password. Appearance and functions can be adjusted to suit individual tastes

Requirements

Continue Reading
Posted in Aspose.Total Product Family, Aspose.Total, Success Stories | Tagged , , , , , , , , , , ,

Aspose.Words for .NET 9.3 delivers a bunch of long awaited fixes and improvements

It has been just under a month since we released 9.2. Our release cycle has recently been close to two months and we did not plan to release next version so soon. But we have been very productive this month and managed to close 82 issues, most of them had customers waiting for significant time. We decided no need to force so many customers to wait for another month just to repeat our regular two months release pattern.

I will … Continue Reading

Posted in Aspose.Words Product Family |

Aspose.Network for .NET supports accessing Outlook Contacts Information from PST file

We have recently released a new version of Aspose.Network for .NET v5.5. It now supports accessing Contacts information from PST files and saving a contact to disk in MSG format.

Sample code:
// load the Outlook PST file
PersonalStorage pst = PersonalStorage.FromFile(@”Outlook-File.pst”);
// Get the Contacts folder
FolderInfo folderInfo = pst.GetFolder(“Contacts”);
// loop through all the contacts in this folder
MessageInfoCollection messageInfoCollection = folderInfo.GetContents();
foreach (MessageInfo messageInfo in messageInfoCollection)
{
      // Get the contact information
    
Continue Reading
Posted in Aspose.Email Product Family |

Aztec Barcode Recognition Support Added in Aspose.BarCode for .NET 3.6.1

We have just released Aspose.BarCode for .NET hotfix v3.6.1. It supports reading Aztec barcodes. Sample code:

// read or decode Aztec barcode
BarCodeReader reader = new BarCodeReader(“aztec.png”, BarCodeReadType.Aztec);
while (reader.Read() == true)
{
      // display the detected codetext
      Console.WriteLine(“Codetext: ” + reader.GetCodeText());
}
// close the reader
reader.Close();

Some bugs were also fixed in this hotfix. For release notes and download, please visit http://www.aspose.com/community/files/51/.net-components/aspose.barcode-for-.net/default.aspx.
Continue Reading
Posted in Aspose.BarCode Product Family |

Aspose Customer Newsletter, August 2010

New Release – Aspose.Network for Java

After the enormous success of Aspose.Network for .NET, we are very excited to announce the release of our new product, Aspose.Network for Java. With Aspose.Network for Java you can develop Java applications that read and write Microsoft Outlook® MSG files without using Microsoft Outlook®.

Download the free trial version of Aspose.Network for Java and see it at work.

Product Spotlight – Aspose.Words for Reporting Services

Aspose.Words for Reporting Services is a unique solution

Continue Reading
Posted in Customer Newsletters | Tagged , ,

Aspose 2010年08月お客様へのメールマガジン

#newsletter-body font { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.6em; background-color:#FFFFFF; color: #646464; } #newsletter-body font strong { font-family: Arial, Helvetica, sans-serif; color: #646464; } #newsletter-body h4 { font-family: Helvetica, Arial, sans-serif; color: #0066cc; font-size: 24px; font-style: normal; font-weight: 100; text-transform: normal; letter-spacing: -1px; line-height: 1.2em; margin-bottom: 12px; margin-top: 28px; } #newsletter-body a, #newsletter-body a:link, #newsletter-body a:visited, #newsletter-body a:active, #newsletter-body a:focus { text-decoration:none; color: #009fcd; } #newsletter-body a:hover { text-decoration:underline; } #newsletter-body ol li{ font-family: Arial, Helvetica, sans-serif; line-height:… Continue Reading
Posted in Aspose Japan |