![]() |
|
| *AX SOFT>>>Programming & Design |
How to program to copy the content from a word file to a .html file and keep the original format? |
How to convert a .doc file to a .html file by programming/coding(not by manual)? u need to know the format of word file to do that (.doc file format) Just save it with a different name as a webpage. File >> Save As I don't quite get the question.. do you mean "keep the original format" as keeping the text formatting in the word document? Such as bold, underline, italic, font size, type, color etc?? Program it in what language? You're not going to do it as a straight conversion - you have to generate html code to simulate Word's formatting - <strong> for bold, etc. The main problem is that you didn't know how word stores his docs into html pages, they use html code just to show the document not to understand how it's written or if a human can read it. Maybe there are some plugins or libraries that do this work but at expense of money |
| Tags |
| General - Computers & Internet Software Security Programming & Design Facebook Flickr Google MSN MySpace |
| Related information |
If this is homework, your textbook. If it's for a qualifying exam, a textbook for that exam. ...Dear... > You Can Use The Web View Buttone On Bottom Left Area, And See how IT Will Be After Saveing As Web. > You Don't Have To Use Ms-Word To Build A website, You Can Use Frontpage, ... CREATE TABLE `person` ( `id` INT NOT NULL AUTO_INCREMENT , `name` VARCHAR( 64 ) NOT NULL , `age` INT( 8 ) NOT NULL , UNIQUE ( `id` ) ) ENGINE = innodb; Simple example that works for me. You can edit the .htaccess file placed in your wwwroot directory and add the line: DirectoryIndex index.html index.htm index.php Using this line you can specify (the order in) which documents... getElementsByTagName('a') will return an array of all anchor elements in the page. Compare the href attributes of those items to the requested url until you find a match or fail. <h... You're lucky girl coz i answer you : Use this .. ... Ok, I will assume that 'topic_id' is the criteria for determining if the row is repeated (i.e. topic_id is the same on two or more items). I am giving you a generic way of dealing wit... www.w3.org has an HTML validator and a CSS validator that are great for helping you to debug your code: HTML Validator (first step) ... |
Categories--Copyright/IP Policy--Contact Webmaster |