2

We are looking for a web-based document merge solution.

Our application is a web-based project management tool built using Xataface - PHP on Windows IIS + mySQL. We have a function that allows the user to generate a status report in Microsoft Word format based on data in the tool.

Currently this function is implemented using LiveDocX. We have a status report template, and LiveDocX performs the merge into the template using data from our project management tool.

The main drawback is LiveDocx is web-service based. We are looking to replace LiveDocX in order to reduce our dependence on the up-time of a third-party web-service that we cannot control.

Does anyone have any suggestions on a web-based document merge solution that I can install on my IIS or PHP based server?

Todd Main
  • 28,951
  • 11
  • 82
  • 146
rugcutter
  • 101
  • 1
  • 2
  • 8

2 Answers2

1

In reading your question, I'm not sure if what you're after is actual mail merge or just simply populating a single Word template server-side. In either case, here are some things to get your started:

Todd Main
  • 28,951
  • 11
  • 82
  • 146
0

If you are still looking for solution then you can try Aspose.Words for .NET it is a commercial component (not free).

Venkat Sadasivam
  • 1,435
  • 5
  • 24
  • 42