Search
Follow Us
Categories
- Success Stories(157)
Archives
How to Add Microsoft Word Export Formats to Visual Studio 2005 Report Designer
It’s a bit shameful but until recently I was almost sure that the Visual Studio 2005 Report Designer (Business Intelligence Development Studio) does not support custom rendering extensions and the export formats are hard coded 🙂 Thanks to one of our customers, it turned out I was wrong. So, since Aspose.Words for Reporting Services is a rendering extensions allowing to export RDL reports to Microsoft Word formats, you can easily add those formats directly to your report designer. Moreover, starting … Continue Reading
Posted in Aspose.Words Product Family
Aspose.Words for Reporting Services 1.4.2.0 Released
This is a maintenance release.
What’s new
- MSI installer now automatically adds Microsoft Word export formats to the Visual Studio Report Designer.
- Added the support for the HideDuplicates property of textboxes.
What’s fixed
- Minor fixes.
To download visit http://www.aspose.com/Community/Files/52/aspose.words.reporting.services/default.aspx… Continue Reading
Posted in Aspose.Words Product Family
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