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

Fixed:
  • 3862 – Aspose.Metafiles didn’t
Continue Reading
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”,

Continue Reading
Posted in Aspose.Email Product Family |

Aspose.Slides for .NET 2.7.3.0 Released

Fixes:
  • 3819, 3834 – DeleteHandout method didn’t clear all cross-references to Handout object and MS PowerPoint couldn’t open some presentations.
To download: http://www.aspose.com/Community/Files/51/aspose.slides/default.aspx
Continue Reading
Posted in Aspose.Slides Product Family |

Aspose 顾客时事通讯, 2007 年10月

 

  • 欢迎!
  • 产品推荐 – Aspose.Pdf for Reporting Services
  • 使用 Aspose.Cells for Java将Excel文件输出为PDF
  • Aspose.BarCode for .NET 现在支持MacroPDF417 条码
  • 使用Aspose.Cells for .NET创建加密的Excel文件
  • 使用Aspose.Words for Reporting Services将HTML格式报表输出至Word格式
  • Aspose.Network v3.6.0.0的最新更新
  • 技术小技巧 – 加载Web图片(从URL)至Excel工作表
  • Aspose.Pdf for .NET v3.6.0.0 补丁

欢迎

欢迎阅读Aspose2007年10月份时事快报! 在本月的时事快报中,我们将对推荐产品:Aspose.Pdf for Reporting Services做出相关性的介绍。我们还会介绍Aspose.Words for Reporting Services, Aspose.Network, Aspose.Pdf, Aspose.BarCode 以及Aspose.Cells这些产品在最新版本中新增的一些另人兴奋的功能。通过本月的技术小技巧,您将会了解到来自Aspose的最新信息—— 使用Aspose.Cells for .NET如何将Web图片(来自URL)加载到Excel的工作表中去。

   产品推荐

Aspose.Pdf for Reporting Services 是一个允许您在Microsoft SQL Server 2000 和 2005 Reporting Services中生成PDF报表的灵活的.NET解决方案。几乎支持所有的RDL报表特性,并允许您生成具备表格,图表,矩阵,页眉和页脚,节,列表,文本框,矩形,线条以及图片等的高质量PDF。得益于Aspose.Pdf组件技术,Aspose.Pdf for Reporting Services是一个在Microsoft SQL Server Reporting Services中生成PDF报表的理想产品。请下载 Aspose.Pdf for Reporting Services 的免费试用版,看其是否满足您的商业需求。

使用 Aspose.Cells

Continue Reading
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:

Continue Reading
Posted in Salman Sarfraz |

Aspose Alıcı Bültenin, Ekim 2007

Hosgeldiniz

Aspose Bülten’in Eylül 2007 sayısına hoşgeldiniz! Bu ayki bültenimizde vitrin ürünümü Aspose.Pdf for

Continue Reading
Posted in Aspose Turkey |

Aspose Customer Newsletter, October 2007

In This Issue

  • Welcome!
  • Product Spotlight – Aspose.Pdf for Reporting Services
  • Export Excel files to PDF using Aspose.Cells for Java
  • Aspose.BarCode for .NET now supports MacroPDF417 symbology
  • Create Encrypted Excel files using Aspose.Cells for .NET
  • Export HTML formatted reports to Word documents using Aspose.Words for Reporting Services
  • Latest Enhancements in Aspose.Network v3.6.0.0
  • Technical Tip – Load a Web Image (from a URL) into an Excel Worksheet
  • Aspose.Pdf for .NET v3.6.0.0 Mega Release

Welcome

Welcome to the October 2007 issue of

Continue Reading
Posted in Customer Newsletters |