<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=8211560&amp;blogName=Tech+Tips,+Tricks+%26+Trivia&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http://mvark.blogspot.com/search&amp;blogLocale=en_IN&amp;v=1&amp;homepageUrl=http://mvark.blogspot.com/&amp;vt=-5147029996388199615" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>

Tech Tips, Tricks & Trivia

by 'Anil' Radhakrishna
A seasoned developer's little discoveries and annotated bookmarks.

Search from over a hundred HOW TO articles, Tips and Tricks


HOW TO generate a Word document dynamically with user submitted text formatted with Free Text Box

Driven by the questions that keep popping around my article "Dynamically generate a MS Word document using HTML & CSS" I've been finding new possibilities. My last experiment was about generating a Word document dynamically with user submitted text formatted with a rich text editor control like Free Text Box. By cross posting the formatted text to a separate Word file generation page the HTML content that makes up the Word document is cleaner.

When I was scouting for a rich text editor control, I found Free Text Box easy to use. It embeds all external files - CSS, Javascript & images into the DLL & the puppy is easy to handle. The free version of FreeTextBox allows basic HTML editing.

Some other free HTML text editor controls that have good cross browser support are:


Related links:
HOW TO implement "Download as Word/Excel" functionality through a web page
HOW TO send an email with a Word or Excel file attachment built on the fly
HOW TO add a header or footer to a dynamically generated Word document

Labels: ,

« Home | Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »

»

Post a Comment