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:
  • 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.Slides for .NET 2.7.4.0 Released

Fixes:
  • 3695 – Slide rendering
  • Visible bullets in empty paragraphs.
  • Rendering justified text.
  • Reading and rendering non-existent links in text.
  • Workaround for wrong rendering of Arial Black font by .NET framework.
  • 3520 – Lines rendering
    • Workaround for .NET (GDI+) bug when double and triple lines rendered as rectangles.
    To download: http://www.aspose.com/Community/Files/51/aspose.slides/default.aspx
    Continue Reading
    Posted in Aspose.Slides 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.Slides for .NET 2.7.3.0 Released

    Fixes:
    • 3819, 3834 – DeleteHandout method didn’t clear all cross-references to Handout object and MS PowerPoint couldn’t open some presentations.
    To download: http://www.aspose.com/Community/Files/51/aspose.slides/default.aspx
    Continue Reading
    Posted in Aspose.Slides Product Family |

    Aspose.Slides for .NET 2.7.2.0 Released

    Fixes:
    • Aspose.Slides didn’t delete referenced OLE and embedded sound data after removing OleObjectFrame and AudioFrame shapes. Also Shape object now has special boolean property HasExternalData to determine if shape has some hidden data (in case shape is not recognised as OleObjectFrame, AudioFrame and etc.)
    • 3181 – Font of symbols inserted to a text could be changed after slide cloning.
    • 3623, 3800 – MS PowerPoint couldn’t open presentations (“PowerPoint can’t open ppt because part of the file is missing”). If target
    Continue Reading
    Posted in Aspose.Slides Product Family |

    Aspose.Slides for .NET 2.7.1.0 Released

    What’s new:
    • Table.DeleteColumn method
    • 3330 – Slide.AddNotes returns created Notes object
    Fixes:
    • “This operation is not supported on SortedList nested types …” exception on tables writing and cloning in the .NET 2.0 framework.
    • 3682 – CloneSlide could throw exception for slides with zero width autoshapes.
    To download: http://www.aspose.com/Community/Files/51/aspose.slides/default.aspx
    Continue Reading
    Posted in Aspose.Slides Product Family |

    Aspose.Slides for .NET 2.7.0.0 Released

    What’s New:
    • New enhanced high speed tables engine.
    • Aspose.Slides installer and assemblies now come signed with Authenticode.
    Fixes:
    • 3596 – European umlaut characters (e.g. Swedish å, ä and ö) lose font after slide cloning.
    More Info:
    From this version we change API for working with tables. We tried to make it as close as possible to previous releases but there are some differences anyway.
    • Temporally it’s not possible to delete columns and split cells.
    • CellBorder class has GetEnumerator() method instead
    Continue Reading
    Posted in Aspose.Slides 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.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 |