הרשם שאלות ותשובות רשימת חברים לוח שנה הודעות מהיום

חזור   הוסטס - פורום אחסון האתרים הגדול בישראל > עיצוב גראפי, תכנות על כל שפותיו וקידום ושיווק אתרים > פורום תיכנות

   
|!|

השב
 
כלים לאשכול תצורת הצגה
ישן 17-11-15, 16:54   # 1
MAORBARI
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Sep 2008
הודעות: 484

MAORBARI לא מחובר  

עזרה קטנה

שלום לכם
רציתי לדעת במידה ויש כאן מישהו שיודע איך
להמיר קובץ וורד ל HTML ושזה יהיה ברמת ה PHP
שאני יוכל דרך PHP לעשות את ההמרה הזאת
אשמח לקבל עזרה תודה רבה.
  Reply With Quote
ישן 17-11-15, 17:50   # 2
bomb
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Nov 2015
הודעות: 92

bomb לא מחובר  

http://word2cleanhtml.com/
  Reply With Quote
ישן 18-11-15, 10:59   # 3
Tyler
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Jul 2013
הודעות: 417

Tyler לא מחובר  

PHP קוד:
<?php
// htmlviewer.php
// convert a Word doc to an HTML file
//$DocumentPath = str_replace("\\", "\", $DocumentPath);
$DocumentPath="C:/Archivos de programa/Easyphp/www/subidas/curric.doc";
// create an instance of the Word application
$word = new COM("word.application") or die("Unable to instantiate application object");
// creating an instance of the Word Document object
$wordDocument = new COM("word.document") or die("Unable to instantiate document object");
$word->Visible 0;
// open up an empty document
$wordDocument $word->Documents->Open($DocumentPath);
// create the filename for the HTML version
$HTMLPath substr_replace($DocumentPath'txt', -33);
// save the document as HTML
$wordDocument->SaveAs($HTMLPath3);
// clean up
$wordDocument null;
$word->Quit();
$word null;
// redirect the browser to the newly-created document header("Location:". $HTMLPath);
header("Location:"$HTMLPath);
?>
__________________
facebook api, js, cpa, cpl, $$$
--------------------
שלח לי הודעה פרטית.
  Reply With Quote
ישן 22-11-15, 14:48   # 4
eliron
חבר חדש
 
מיני פרופיל
תאריך הצטרפות: Jan 2012
הודעות: 17

eliron לא מחובר  

הבעיה נפתרה?
  Reply With Quote
השב

חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים)
 


חוקי פירסום
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is מופעל
סמיילים הם מופעל
[IMG] קוד מופעל
קוד HTML מכובה

קפיצה לפורום


כל הזמנים הם GMT +2. הזמן כעת הוא 23:14.

מופעל באמצעות VBulletin גרסה 3.8.6
כל הזכויות שמורות ©
כל הזכויות שמורות לסולל יבוא ורשתות (1997) בע"מ