Category Archive: Aspose.Total Product Family

Official blog of Aspose.Total for .NET, Java & Reporting Services with news of newly supported features, hot fixes, technical articles, tips and videos.

Aspose.Flash for .NET 1.5.6.0 Released

This is a hotfix release addressing some recent issues reported by customers.
Fixes:
  • 3984 – Compiled action script with method calls didn’t work in 1.5.0 – 1.5.5 versions.
To download: http://www.aspose.com/Community/Files/51/aspose.flash/default.aspx
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:
  • 3874 – Errors (exception) on parsing flash files. Reading wrong length of With actionscript tag.
To download: http://www.aspose.com/Community/Files/51/aspose.flash/category1092.aspx
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.
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.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 
     
     
Continue Reading
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:
  • 3660 – Possible exception on reading some swf files with actions inside DefineButton2 tag.
Download URL: http://www.aspose.com/Community/Files/51/aspose.flash/category1092.aspx
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
Continue Reading
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:
  • 3603 – Possible NullPointerException on playMetafile method call with some EMF files.
To download http://www.aspose.com/Community/Files/51/aspose.metafiles/entry91849.aspx
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:
  • NullPointerException on rendering metafiles with clipped text.
To download http://www.aspose.com/Community/Files/51/aspose.metafiles/entry90422.aspx
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:
  • Fixed: Exception on reading some non standard emf metafiles (without EOF record).
Download URL: http://www.aspose.com/Downloads/Aspose.Metafiles/1.2.2.0/Default.aspx
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?

  • 3309 – Aspose.Chart for.NET 2.0
  • 3308 – Demo projects for VS 2005

What’s Fixed?

  • 3307 – The sizes of axis labels influence margins when they are invisible.

Download URL: http://www.aspose.com/Downloads/Aspose.Chart/Default.aspx

Continue Reading
Posted in Aspose.Total Product Family |