Category Archive: Aspose.Words Product Family

The official blog of Aspose.Words for .NET, Java and C++ that contains feature-based blog posts.

QJumpers Supports multiple Document Formats conversion to PDF within Software using APIs

About QJumpers

QJumpers company logo

QJumpers is an innovative online provider of recruitment services. The business was formed to help employers recruit a lot easier without having to pay the fees of a typical recruitment company. Our services provide a helping hand in the recruitment process without taking control of the employer.

Our base service, Applicant Sourcing, includes advertising on the top jobsites as well as the use of our Applicant Tracking System (ATS) to help manage the communication and the recruitment process. … Continue Reading

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

G Squared Consulting Implemented Mail Merge, Created, Printed reports and Collected Data Efficiently in a Student Tracking system

About G Squared Consulting

G Squared Consulting is an IT consulting company. Our client, a local school district vocational center, was seeking to streamline their business process and web presence. A new state mandate required a new way of tracking students, and with this came a need to retool many of their system processes, fundamentally changing the way they do business with their students. One of the aims was to reduce the amount of staff interaction with a student’s records … Continue Reading

Posted in Aspose.Words Product Family, Aspose.Total Product Family, Aspose.PDF Product Family, Aspose.Cells Product Family, Aspose.Cells, Aspose.PDF, Aspose.Total, Aspose.Words, Success Stories | Tagged , , , , , , , , , ,

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 , ,

Gladstone Uses Aspose.Words for .NET to Generate Document Templates Enabling Users to Personalize Communication

About Gladstone Health and Leisure

Gladstone Health and Leisure, based in the UK, is a market-leading supplier of comprehensive leisure management solutions covering all aspects of membership management and health club fitness facility administration.

About Orbit Professional


Orbit Professional™, the first of a new line of products from Gladstone, is a simple, intelligent and integrated membership management solution for private independent health clubs. The product supports prospecting, member sign up, access control, communication, bookings, point of sale, administration, payment collection, … Continue Reading

Posted in Aspose.Words Product Family, Aspose.Words, Success Stories |

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:

  1. Make sure Aspose.Words does not lose mail merge data source settings in a document during open/save or conversion.
  2. Ability to specify a mail merge data source for a document programmatically.
  3. 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 |