Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Total Product Family
Aspose.Flash for .NET 1.5.6.0 Released
This is a hotfix release addressing some recent issues reported by customers.
Fixes:
… Continue Reading
Fixes:
- 3984 – Compiled action script with method calls didn’t work in 1.5.0 – 1.5.5 versions.
… Continue Reading
Posted in Aspose.Total Product Family
Aspose.Flash for .NET 1.5.5.0 Released
This is a hotfix release addressing some recent issues reported by customers.
Fixes:
… Continue Reading
Fixes:
- 3874 – Errors (exception) on parsing flash files. Reading wrong length of With actionscript tag.
… Continue Reading
Posted in Aspose.Total 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.Chart v3.4.6 Released
What’s New
- Adds CustomAttributes.BarOverlap for supporting bar overlap.
- Adds CustomAttributes.BubbleSize for seting the size of each bubble manually and changs the arithmetic that calculate max bubble size and min bubble size by.
- Adds CustomAttributes.BubbleSizeRepresents for bubble size representing bubble’s area or bubble’s diameter.
Fixes
- Multiple chart areas is missed vertical grid lines
- Labels on Y-Axis with small font not be displayed
Posted in Aspose.Total Product Family
Aspose.Flash for .NET 1.5.4.0 Released
This is a hotfix release addressing some recent issues reported by customers.
Fixes:
… Continue Reading
Fixes:
- 3660 – Possible exception on reading some swf files with actions inside DefineButton2 tag.
… Continue Reading
Posted in Aspose.Total Product Family
Aspose.Chart v3.4.5 Released
What’s New
- 3617 – DataLabelValueType.YTotalStacked.
- 3539 – Support ChartArea.AxisAreaPosition for radar chart.
3510 – Possibility to disable margins of axis Y for radar chart
Fixes
- 3647 – The black rectangle is represented on a picture when Chart. Save (string imageFile, long jpegQuality) is used.
- 3589 – The chart enters into an infinite cycle when width > 39 and < 49.
- 3517 – Color of last segment of radar chart is displayed incorrectly.
- 3457 – 3D Bars are shifted to the right on an axis X when
Posted in Aspose.Total Product Family
Aspose.Metafiles for Java 1.2.4.0 Released
This is a hotfix release addressing some recent issues reported by customers.
Fixes:
… Continue Reading
Fixes:
- 3603 – Possible NullPointerException on playMetafile method call with some EMF files.
… Continue Reading
Posted in Aspose.Total Product Family
Aspose.Metafiles for Java 1.2.3.0 Released
This is a hotfix release addressing some recent issues reported by customers.
Fixes:
… Continue Reading
Fixes:
- NullPointerException on rendering metafiles with clipped text.
… Continue Reading
Posted in Aspose.Total Product Family
Aspose.Metafiles for Java 1.2.2.0 Released
Aspose.Metafiles for Java 1.2.2.0 hot fix contains the following changes:
… Continue Reading
- Fixed: Exception on reading some non standard emf metafiles (without EOF record).
… Continue Reading
Posted in Aspose.Total Product Family
Aspose.Chart v3.4.4 Released
This release contains the following fixes and new features:
What’s New?
What’s Fixed?
Download URL: http://www.aspose.com/Downloads/Aspose.Chart/Default.aspx |
Posted in Aspose.Total Product Family