Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: October 2007
Aspose.Metafiles for Java 1.2.5.0 Released
What’s New:
- Reading comments from a metafile. Small example how to read comments:
WmfMetafile wfile = new WmfMetafile(file);
MetafileComment[] comments = wfile.getComments();
for(int i = 0; i < comments.length; i++) {
System.out.println("comment " + comments[i].getRecordIndex() + ": " +
Charset.defaultCharset().decode(ByteBuffer.wrap(comments[i].getCommentData())).toString());
}
- Rendering text in different charsets. Aspose.Metafiles should select right charset automatically but it is possible to override it through rendering hints.
Fixed:MetafileCharsetCollection cc = new MetafileCharsetCollection();
Charset charset = (Charset)Charset.availableCharsets().get("windows-1251");
cc.SetCharset(MetafileCharsetCollection.DEFAULT_CHARSET, charset);
renderingHints.put(MetafileCharsetCollection.METAFILES_CHARSET_COLLECTION, cc);
- 3862 – Aspose.Metafiles didn’t
Posted in Aspose.Total Product Family
Aspose.Network for .NET v3.6.1.0 Released
What’s New
- Provide format template for customizing the file format convertion from msg files to mht files. More format templates are supported in MhtMessageFormatter class, which will provide more flexibility for .NET developers to customize the output of mht format files.
Sample:
MailMessage mail = MailMessage.Load(file, MessageFormat.Msg);
MhtMessageFormatter f = new MhtMessageFormatter();
f.FormFormat = “FROM:{0}<br>”;
f.SentFormat = “SENT:{0}<br>”;
f.SubjectFormat = “SUBJECT:{0}<br>”;
f.ToFormat = “TO:{0}<br>”;
f.CcFormat= “CC:{0}<br>”;
f.AttachmentFormat = “ATT:{0}<br>”;
mail.Save(@”D:\codestore\Aspose.network\phone2.mht”,
Posted in Aspose.Email Product Family
Aspose 顾客时事通讯, 2007 年10月
|
Posted in Aspose China
Aspose.Total Northwind Demos with Windows Vista support
Dear Customers,
We are glad to share that now Aspose.Total Northwind Demos are supported on Windows Vista too. These demos are offered in both Visual Studio 2003 & 2005 formats. We recommend for Windows Vista users to use Visual Studio 2005 version of Aspose.Total Northwind Demos. You may download and get more information about these demos from the links below:
- Aspose.Total Northwind Demos (CSharp) for Visual Studio 2003
- Aspose.Total Northwind Demos (VB) for Visual Studio 2003
- Aspose.Total Northwind Demos (CSharp)
Posted in Salman Sarfraz
Aspose Alıcı Bültenin, Ekim 2007
|
Posted in Aspose Turkey
Aspose Customer Newsletter, October 2007
|
Posted in Customer Newsletters