I am using ampps as a windows 10 apache server, my php version is 7.3. I downloaded it from the LibreOffice download page and installed it on my computer. Then I installed this library via composer https://github.com/ncjoes/office-converter. I try as in the example given, but it does not convert and gives an error. I would be very grateful if you
Tag: libreoffice
PhpWord output doesn’t work in LibreOffice but works fine in MS Word
This relates to a semi-known issue listed on the GitHub page [link], where the way PhpWord generates tables causes it to set the cell width to “”, which isn’t valid in LibreOffice, but is fine in Word. The issue on GitHub lists html-to-word conversion specifically, but I’m getting this issue when just going by the regular object-oriented interface also. I’ve