[CHANGED] "README.md". Added notice required about input escaping.
This commit is contained in:
parent
34e6f50609
commit
beeaf89fd6
|
|
@ -123,6 +123,7 @@ $phpWord->save('helloWorld.odt', 'ODText');
|
|||
$phpWord->save('helloWorld.rtf', 'RTF');
|
||||
```
|
||||
:exclamation: Don't forget to escape any string you pass to PHPWord API.
|
||||
|
||||
More examples are provided in the [samples folder](samples/). You can also read the [Developers' Documentation](http://phpword.readthedocs.org/) and the [API Documentation](http://phpoffice.github.io/PHPWord/docs/master/) for more detail.
|
||||
|
||||
## Contributing
|
||||
|
|
|
|||
Loading…
Reference in New Issue