Web-based document merge solution?
Posted
by rugcutter
on Stack Overflow
See other posts from Stack Overflow
or by rugcutter
Published on 2010-05-22T01:35:26Z
Indexed on
2010/05/22
1:40 UTC
Read the original article
Hit count: 300
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?
© Stack Overflow or respective owner