Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
CUA web dev #1
Edit MS Word in a rich text editor on the web
Hello developers. We have developed a document management system for a client.
In the last minute of the project, he tacked on a requirement. He would like to
edit a MS Word document that is stored on the server in a web page (much like
editing HTML content with eWebEdit Pro or soEditor) - not download, edit and
upload to the document management system.
We have racked our brains out trying to figure exactly how to do such a task.
One option is to have CFMX7 open the word doc with a command line option in
Word and export to HTML. Then, port that HTML to a rich text editor. The finish
and submit would upload the HTML content to the server and have CF use another
MS Word command line option to port the data on the file saved on the server.
Does anyone have such a idea? Has anyone accomplished something like this?
CUA web dev Guest
-
Rich Text Editor
Hi! I know that exists many rich text editor on internet. But i want lear how to do it. I learn to do, but i?m not getting to aply the bold... -
Rich Text Editor Options
I am working on a project that needs a Rich-Text Editor with ability to insert tables, images, and more complex editing features such as what... -
superscript in Rich text Editor
Help!!!:brokenheart; Is there a way to add superscript/subscript in rich text editor? Current editor does not support this. Can any one give me... -
Rich Text Editor in DW ?
Looking for a way to edit a MySQL db text field as RTF...is there an RTE extension / add in / whatever that will allow me to do that ? Thanks, Nick -
OT: Rich Text Box editor (IE object)
Hi, I am looking for a way to have a textbox, but with some rich text box type properties. Most importently, it should let a user create... -
Stressed_Simon #2
Re: Edit MS Word in a rich text editor on the web
It really depends on how complicated the word document is?
If it is relatively simple, then my advice to you is to keep nearly all the
actual text in a db and an .rtf template with unique handles in it. Then when
he makes changes you can edit the information in the db. Then to output it use
cffile to read the doc and then use Replace() to swap the unique handle for the
text in the db, then cfcontent to output the word doc!!!
Make sense?
Stressed_Simon Guest



Reply With Quote

