Pardon my ignorance, but how can I escape a “ (and all the other html entities) that are in all the html I need to convert manually so PHP Tidy will not convert them into unprintable characters? And when you say "change the config array directly", are you referring to the Tidy config file as referenced in php.ini? If not, how can I change the config array directly?
...I do understand that it's not wise to change the PHPDocx library, but it was the one thing that worked...
Thanks