Hi
iam using phpdocx-premium-12.5. i need to extract data as plain text from the header/footer.
iam able to get document data as text from document using
\Phpdocx\Create\CreateDocx::DOCX2TXT(..)
but i need to do the same get plain text with the header footer not only the document. i want to get all data of the document as plained text without tags.
Thanks