PhilGale92 / docx

PHP Based Docx Parser
MIT License
38 stars 19 forks source link

Word-art arrows & textboxes #8

Closed PhilGale92 closed 11 years ago

PhilGale92 commented 11 years ago

Currently if word-art arrows & textboxes are used to create a diagram, the parser simply outputs all of the text straight into the page as a normal paragraph, and duplicates its content.

I may rewrite the parser in the future to fully support textboxes however for now I will work towards removing the duplication issue first as that is an outright bug.

PhilGale92 commented 11 years ago

A fix to gracefully remove all textbox content is now in the Dev branch. https://github.com/PhilGale92/docx/commit/aafc0eb8fa406eabbcc8e258a17c2a6b3e00bcc7

PhilGale92 commented 11 years ago

Retagged as enhancement, Now the parser rewrite is on Dev I can look at handling the text box content rather than simply ignoring it.

Reopened.

PhilGale92 commented 11 years ago

Resolved due to commit: https://github.com/PhilGale92/docx/commit/366a00282842035eaba1c23c70cf4a02b0ae3953