Categories
- Customer Newsletters(87)
- News Release(51)
Archives
Authors
Meta
Category Archive: Aspose.Metafiles Product Family
Official blog of Aspose.Metafiles with news of newly supported features, hot fixes, technical articles, tips and videos.
Better WMF,EMF rendering to raster graphics, get image dimensions
A new stable version of Aspose.Metafiles for Java 1.7.0 is released. This release version provides remarkable support for rendering complex WMF & EMF files into Windows raster graphics format. Nevertheless, now users have the capability to get Metafile’s DPI, position … Continue reading →
Aspose.Metafiles for Java 1.6.1 with improved WMF to PNG text rendering
Dear Customers, We are pleased to announce the new release of Aspose.Metafiles for Java 1.6.1. This release fixes issues regarding text rendering for WMF to PNG conversion. For more information and downloads, please visit: http://www.aspose.com/community/files/72/java-components/aspose.metafiles-for-java/entry216548.aspx
Aspose.Metafiles for Java 1.6.0 with better image rendering capabilities, cloneable interface implementation, SetROP2 GDI function and much more…
Dear Customers, We are pleased to announce the new release of Aspose.Metafiles for Java 1.6.0. This release includes enhancements in image rendering with respect to ternary raster operations, implements cloneable interface as well as SetRop2 GDI function. In addition to these, … Continue reading →
Aspose.Metafiles for Java 1.5.0 Released
Dear Customers,We are glad to announce new Aspose.Metafiles for Java 1.5.0 release. This is maintenance release which includes all fixes provided in the 1.4.* versions of Aspose.Metafiles. This release also contains workaround for the incorrect processing of font glyphs in … Continue reading →
Aspose.Metafiles for Java 1.4.0 Released
We released Aspose.Metafiles for Java 1.4.0 today.That is maintenance release and contains several important fixes only.Since it’s first release published 3 years ago Aspose.Metafiles became very stable and renders most of WMF/EMF metafiles with highest quality. Thank you to all … Continue reading →
Aspose.Metafiles for Java 1.3.0.0 Released
We have released Aspose.Metafiles for Java 1.3.0.0 What’s New: Metafile.getTextStrings() method. Returns all text strings from a metafile.TextOutOperation class which represents text string in a metafile with simple rendering rules like transformation matrix, position, color and font. Metafile.getTextOutOperations() method. Returns … Continue reading →
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. … Continue reading →
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
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
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
