how to html to .doc files? anyone? |
[eluser]pixelazion[/eluser]
Anyone knows a better class out there? doesn't have to be a plugin or a library for CI, Please give me links... tnx tnx tnx a bunch ^_^
[eluser]pixelazion[/eluser]
ok, let's say i have an html file, and i want it to be converted to a .doc file. wich can later be opened and edited by non-web people. ^_^ OS is not really an issue here.
[eluser]palZ[/eluser]
I have found two libraries. http://www.phpclasses.org/browse/package/2763.html http://www.phpclasses.org/browse/package/2631.html i have ported the first one to CI: extract the html_to_doc.inc.php from zip and put in to system/plugins folder. create new file to_doc_pi.php in system/plugins folder. Code: <?php if (!defined('BASEPATH')) exit('No direct script access allowed'); Finally create test controller doc.php: Code: <?php
|
Welcome Guest, Not a member yet? Register Sign In |