PhilGale92 / docx

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

Save inline text metadata #3

Closed PhilGale92 closed 11 years ago

PhilGale92 commented 11 years ago

Further text styling to be saved into the parser from the document - bold / emphasized wording and potentially different colours & highlighting effects.

As this can be applied per character in word the , tags will have to be inserted directly into the output rather than simply added on within the rendering stage.