Merge multiple doc or rtf files into a single doc or rtf file by using php script
问题 I would like to merge multiple doc or rtf files into a single file which should be the same format of multiple files. What I mean is that if a user selects multiple rtf template files from a list box and clicks on a button on web page, the output should be a single rtf file which combines multiple rtf template files, I should use php for this. I haven't decided the format of template files, but it should be either rtf or doc, and also I assume that template file has some images as well. I