PHPDocumentParser
PHPDocumentParser copied to clipboard
p tag not removed
Hello (again),
i test with DOCX file and remains P tags. You could remove in adding the following in your parseZipped function $content = preg_replace('/<p\b[^>]>(.?)</p>/i', '\1', $content);
Thanks