I have a tiny-mce in my code where I am editing the content with different fonts and saving it to database. Later my application is exporting a word file from this content to end user.
Now the problem is that if any font that does not exists in user's machine then word document is also not showing the content with that font instead some default font.
But the requirement of my client is that word document should support fonts even if they does not exists in user machine.
Please enlighten me if anyone have a solution of my problem.
My code to generate the word document is here