Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: May 2007
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.
- Utilize Aspose.Words from COM Clients (ASP, VB, VBScript
- ASP/ASP.NET without Visual Studio – an Instant Primer
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
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
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
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