Hi!
Is it possible to put emojis like rocket or flag in a docx file?
Thanks
p.s. cant insert emoji picture here (but you can google it by "emoji rocket")
Hi!
Is it possible to put emojis like rocket or flag in a docx file?
Thanks
p.s. cant insert emoji picture here (but you can google it by "emoji rocket")
Hello,
Using the addText method (and also other methods) you can add emojis as any other text content. We have done a quick test and everything is working as expected.
Plese check that the font family you are using includes all needed contents. You can also use a specific font family such as 'Segoe UI Emoji', or embed a custom font with embedFont.
Regards.