Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Alcrus
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.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.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