Monthly Archives: May 2007

Aspose.Slides for .NET 2.6.18.0 released!

Hot fix contains:
  • New: Extracting embedded text files (and other “native” documents which don’t have special OLE server) from a presentation.
Continue Reading
Posted in Aspose.Slides Product Family |

Aspose.Slides for .NET 2.6.17.0 released!

Hot fix contains:
  • New: Reading and creating extended bullets on notes.
  • Fixed: Wrong size of Bevel autoshape after slide cloning.
Continue Reading
Posted in Aspose.Slides Product Family |

How to Create a Wrapper to Assist in calling Aspose.Words Methods from Classic ASP.

As you probably know, it is quite possible to use Aspose.Words in classic ASP applications. Aspose.Words assembly gets registered for COM Interop during setup and it is then possible to use it from classic ASP.

The following articles provide an interesting example of how to create Aspose.Words powered ASP application without even having Visual Studio installed.

However, recently one of our customers reported a problem … Continue Reading

Posted in Aspose.Words Product Family |

Convert an Excel Chart To Image

Purpose

This document is designed to provide the developers with a detailed understanding on how an excel chart can be exported as an image.

Introduction

Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in data. For instance, rather than having to analyze several columns of worksheet numbers, you can see at a glance whether sales are falling or rising over quarterly periods, or how the actual sales compare to the projected sales. … Continue Reading

Posted in Aspose.Cells Product Family | Tagged ,

Aspose.Words for .NET 4.2.3 Released

This is a maintenance release, here is what’s been done:

New Features

  • API documentation now shows values of enumerations. This is helpful for customers who use Aspose.Words from classical ASP.
  • Vertical text in table cells and textboxes is now exported to PDF.
  • Footnotes and endnotes are now exported to PDF.
  • The size of generated files is optimized – if the same image occurs multiple times in the document it is written to DOC, HTML and PDF files only once.
  • All CSS
Continue Reading
Posted in Aspose.Words Product Family |

Aspose.Words for Reporting Services 1.0.4 Released

This release addresses several minor issues reported by customers. In particular, rendering of complex nested subreports was improved. Nested subreports containing tables often result in a deep hierarchy of nested tables in Microsoft Word documents. Starting with v1.0.4, the tables are “really” nested (containing each other) which fixes the layout and simplifies editing – for example, inner (child) tables are moved together with the outer (parent) table when positioning it in the document.

The next release will be more significant and will introduce MSI installer that … Continue Reading

Posted in Aspose.Words Product Family |

Aspose.Slides for Java 1.7.2.0 released!

Hot fix contains:
  • Fixed: SVG rendering. First line of text could be moved to the right or left.
Continue Reading
Posted in Aspose.Slides Product Family |

Aspose.Slides for .NET 2.6.16.0 released!

Hot fix contains:
  • New: Hyphenation of text with ‘-‘ characters on thumbnail.
  • Fixed: Rendering Bevel autoshapes.
Continue Reading
Posted in Aspose.Slides Product Family |

Aspose.Slides for Java 1.7.1.0 released!

Hot fix contains:
  • New: Hyphenation of text with ‘-‘ characters on thumbnail.
  • Fixed: Rendering Bevel autoshapes.
  • Fixed: Rotated shapes could be moved to random place after slide cloning.
Continue Reading
Posted in Aspose.Slides Product Family |

How to insert image, rescaling it to fit the container’s size

Sometimes, there is a need to rescale the images so that they could comply with the overall design of the document or simply fit to page size.

The best way to do it is creating a container having the desired size and putting it to the document. The two possible candidates for containers are table cell or textbox. And the best way to mark up the place for image insertion is an image merge field (the filed that has … Continue Reading

Posted in Aspose.Words Product Family | Tagged , , , , ,