Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Words Product Family
Aspose.Words is now available for SharePoint too!
We are delighted to announce the availability of Aspose.Words for SharePoint, which is our latest addition to the Aspose.Words product family.
This release, Aspose.Words for SharePoint 1.0 makes high quality document conversions for DOC/DOCX/ODT/RTF/PDF/XPS and others easily accessible to SharePoint users.
Aspose.Words for SharePoint is built on top of the world-class Aspose.Words for .NET document processing technology and makes it available as an easy to deploy and use functionality in Windows SharePoint Services or Microsoft Office SharePoint Server environments.
A Bit … Continue Reading
Posted in Aspose.Words Product Family
Aspose launches SharePoint product line
Australia, Sydney – November 30, 2009 – Aspose has decided to add SharePoint to the platforms that they support. The first component to be launched on this platform is Aspose’s most popular product, Aspose.Words.
Aspose.Words for SharePoint is the first product of its kind on the components market. It makes it possible for software developers to open, convert and combine Microsoft Word and other popular word processing files from within their SharePoint applications. Developers can now offer their users high-fidelity … Continue Reading
Posted in Aspose.Words Product Family, News Release Tagged SharePoint, new product, platform launch
Aspose.Words for Reporting Services 3.3.1 Fully Supports Multi-column Reports
We have just released Aspose.Words for Reporting Services 3.3.1. This is a maintenance release that addresses a number of issues reported by the users, as well as fully supports multi-column reports (this feature used to be unstable until now).
Additionally, this release supports the recently introduced Product Family license type.
To download Aspose.Words for Reporting Services 3.3.1, please visit http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.words-for-reporting-services/default.aspx.… Continue Reading
Posted in Aspose.Words Product Family
How to load PDF into Aspose.Words?
You already know that Aspose.Words can convert DOC, DOCX, ODT, etc to PDF very well, but you might be wondering can it convert it the other way around?
The answer is yes. But you need to use our specialized and “experimental” product Aspose.Recognition for .NET. It can convert PDF to any document format supported by Aspose.Words, that are DOC, DOCX, ODT, MHTML, and others.
If you are interested, Aspose.Recognition internally consists of a PDF parsing module, an artificial intelligence … Continue Reading
Posted in Aspose.Words Product Family
Nested Mail Merge Regions in Word Documents using C#
You might be wondering, Aspose.Words for .NET 7.0 is barely 2 months old and we already have 8.0, a major version change? Yes, and that change reflects the importance of one feature that we have finally added.
You now can just design a template document like this:
MERGEFIELD TableStart:Orders
…
MERGEFIELD TableStart:OrderDetails
…
MERGEFIELD TableEnd:OrderDetails
MERGEFIELD TableEnd:Orders
and then call
doc.MailMerge.ExecuteWithRegions(myDataSet); <br>
and Aspose.Words will do its magic to produce an order document. Then you can of course
doc.Save(myStream, SaveFormat.Pdf);<br>
etc.
Aspose.Words’ … Continue Reading
Posted in Aspose.Words Product Family
Configure Individual Reports with Aspose.Words for Reporting Services 3.3.0
When exporting RDL reports to Microsoft Word documents, you can configure the export by specifying different configuration settings. You can control document layout, page breaks, page orientation, and so on.
There is one noticeable drawback, though. You can only configure the export at a Reporting Services instance level. That means you modify the rsreportserver.config file and it affects all the reports processed by the instance. But what if you have a single report that, for example, contains a text on top of an image and … Continue Reading
Posted in Aspose.Words Product Family
Create/Remove/Preserve Mail Merge Data Source in Documents using Java
Many customers have requested the following features over time:
- Make sure Aspose.Words does not lose mail merge data source settings in a document during open/save or conversion.
- Ability to specify a mail merge data source for a document programmatically.
- Ability to query or clear mail merge settings specified in a document.
We are happy to tell that we have implemented this. We have added the Document.MailMergeSettings property and MailMergeSettings, Odso, OdsoFieldMapData, OdsoRecipientData classes.
The current plan is … Continue Reading
Posted in Aspose.Words Product Family