Hi Experts,
I would like to know how to merge 2 rtf files onto a single rtf file using PHP. let me explain you the problem briefly.
In my application i would like to present a word template with specific info to the user using open,save and cancel dialog box. i.e.. if user requests for one template and clicks on OK button, i need to open that word template through dialog box. If user requests for 2 templates, then user should get those 2 templates onto 1 word document and that document should be opened through open,save and cancel dialog box.
Currently i am able to populate the data onto 1 RTF template and able to present it to user. Also, i have no problem in creating multiple word documents. My questions are:
1)can i be able to populate the data(depending on users request) onto a single word document with multiple templates each in one page?i.e. one template per one page.
2)if the above option is not possible, then can i be able to merge existing 2 rtf files into one and display it to user as a single word document using open, save and cancel so that this final document contains 1st template in first page and 2nd template in second page.
I would be thankful to you if guys could help me in solving this problem. Thanks in advance.
Howto merge contents of 2 rtf files to 1 rtf file using php?
Moderator: General Moderators