You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
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