Recommend this page to a friend! |
PHP Parse DOCX to HTML with Images | > | All threads | > | problems with undefined variables... | > | (Un) Subscribe thread alerts |
|
KIrk Schmitt - 2023-07-11 14:32:41
Any chance the wrong version has been posted? I get 3600 warnings almost all dealing with missing variable or index values from a <1 page document. I used php 7.4 and 8.0 to test and Word docx files from new to 12 years old and from both Mac and PC Word. It takes >5 seconds on a simple 2 page document which sounds like your comments about an earlier version.
The resulting html is good after all the whining from the system about errors is over. Bulleted lists come out with question marks instead of bullets and cropped images are no longer cropped. I am encouraged that this could work. Here are some typical warning messages: Warning: Undefined array key "Align" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 867 Warning: Undefined array key "Bcolor" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 738 Warning: Undefined array key "Bold" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 689 Warning: Undefined array key "bottom" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1614 Warning: Undefined array key "Caps" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 767 Warning: Undefined array key "cell" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1824 Warning: Undefined array key "Color" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 745 Warning: Undefined array key "colspan" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1677 Warning: Undefined array key "CRtext" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1424 Warning: Undefined array key "Dcap" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 974 Warning: Undefined array key "FontS" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 724 Warning: Undefined array key "Ifirst" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1009 Warning: Undefined array key "insideH" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1628 Warning: Undefined array key "insideV" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1635 Warning: Undefined array key "Iright" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 997 Warning: Undefined array key "Italic" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 703 Warning: Undefined array key "left" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1607 Warning: Undefined array key "left" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1658 Warning: Undefined array key "Mleft" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 976 Warning: Undefined array key "MPbot" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 962 Warning: Undefined array key "MPbot" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 966 Warning: Undefined array key "Mright" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 981 Warning: Undefined array key "Mtop" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 955 Warning: Undefined array key "Pbreak" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1397 Warning: Undefined array key "right" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1621 Warning: Undefined array key "style" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1396 Warning: Undefined array key "top" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1600 Warning: Undefined array key "Under" in /Users/user_name/Sites/docxtohtml/wordphp.php on line 696 Warning: Undefined array key 0 in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1416 Warning: Undefined array key 1 in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1026 Warning: Undefined variable $aind in /Users/user_name/Sites/docxtohtml/wordphp.php on line 989 Warning: Undefined variable $aind in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1014 Warning: Undefined variable $amar in /Users/user_name/Sites/docxtohtml/wordphp.php on line 961 Warning: Undefined variable $bcol in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1014 Warning: Undefined variable $bind in /Users/user_name/Sites/docxtohtml/wordphp.php on line 996 Warning: Undefined variable $bmar in /Users/user_name/Sites/docxtohtml/wordphp.php on line 948 Warning: Undefined variable $BookMk in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1400 Warning: Undefined variable $BookRet in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1488 Warning: Undefined variable $cind in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1001 Warning: Undefined variable $cind in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1014 Warning: Undefined variable $colours in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1870 Warning: Undefined variable $CRlink in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1428 Warning: Undefined variable $dind in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1008 Warning: Undefined variable $Etext in /Users/user_name/Sites/docxtohtml/wordphp.php on line 335 Warning: Undefined variable $Ftext in /Users/user_name/Sites/docxtohtml/wordphp.php on line 255 Warning: Undefined variable $halign in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1870 Warning: Undefined variable $hr in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1014 Warning: Undefined variable $Listlevel in /Users/user_name/Sites/docxtohtml/wordphp.php on line 990 Warning: Undefined variable $Lnum in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1053 Warning: Undefined variable $Lnum in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1060 Warning: Undefined variable $palign in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1014 Warning: Undefined variable $Pstyle in /Users/user_name/Sites/docxtohtml/wordphp.php on line 867 Warning: Undefined variable $Rhang in /Users/user_name/Sites/docxtohtml/wordphp.php on line 1002 Warning: Undefined variable $Rind in /Users/user_name/Sites/docxtohtml/wordphp.php on line 990 Warning: Undefined variable $script in /Users/user_name/Sites/docxtohtml/wordphp.php on line 733 Warning: Undefined variable $tcol in /Users/user_name/Sites/docxtohtml/wordphp.php on line 754 Warning: Undefined variable $xml_end in /Users/user_name/Sites/docxtohtml/wordphp.php on line 276 Warning: Undefined variable $xml_foot in /Users/user_name/Sites/docxtohtml/wordphp.php on line 195
Timothy Edwards - 2023-07-11 17:07:58 - In reply to message 1 from KIrk Schmitt
Kirk,
Sorry that you have these error messages. I will look into the problem. Looks as though somehow I didn't define these variables and arrays. Regards, Timothy Edwards
Timothy Edwards - 2023-07-11 20:47:46 - In reply to message 1 from KIrk Schmitt
Kirk, sorry you are having problems with this package. I have checked and the latest version is on this website.
With regard to all the warning messages, I rechecked and got none. I have done further investigations and found that my webhost has by default inhibited all php warning messages - which is why I get none during testing. I have managed to test the script in an environment without this inhibiting and have replicated your error messages. Will look into the error message problem over the next few days and get back to you. I find this package works quite quickly - Under a second for a 7 page docx file with 6 photos. Also tested it on a 14 page document and again under a second. Cropped pictures is something which I have not taken account of, as there were none in the documents I used for test purposes. Would need to look into how it could be implemented.
KIrk Schmitt - 2023-07-11 23:13:35 - In reply to message 1 from KIrk Schmitt
Thanks for looking into this. It may be the slowness is just the time it takes to report so many warnings.
Timothy Edwards - 2023-07-13 22:01:21 - In reply to message 4 from KIrk Schmitt
Kirk,
I have now updated the package to - hopefully - get rid of all the php warning messages. However due to the complexities of Word and the many options and facilities that it offers, I can't be 100% certain that I have eliminated them all. if you find any more please let me know what they are. Regarding your other problems like getting a question mark instead of a bullet, I have tried many options and have been unable to replicate the error. If you are still getting it with this new version, or any other errors, it may be a good idea for you to send me the word file concerned, so that I can investigate the issue. As I said above, Word is terribly complex with all its facilities and it is very difficult to ensure that all options are covered. My email address is timothy.edwards1@btinternet.com |
info at phpclasses dot org
.