Making template RTF Documents
Since RTF documents are stored in a plain-text markup format, they
are quite easy to generate dynamically
- • Create a RTF document template with the desired formatting, etc.
- • In place of actual values, use unique placeholders (i.e. %PLACEHOLDER%)
- • Open the document in PHP, Replace the placeholders with real values and re-save