I am trying to render MS word template having a paragraph having normal + italic text (using font Tele-GroteskNor). The text in italic has bookmark set on it which replaces text with dynamic value. The outcome of rendered document is fine. However, when I further create PDF document out of this rendered document, all the text preceding italics in that paragraph changes from normal text to italics. Ideally, it should not change font style from normal to italic for preceding text after bookmark.
Template text: This is a line
MS Word text: This a Sample Value Of Bookmark line.
PDF text: This is Sample Value Of Bookmark line.
Note, word line changed from normal to italic in case of PDF rendering.
One observation, when I change the font from Tele-GroteskNor to Arial in the work template document then, it work as expected i.e preceding text remains in normal format.
Currently we are using Aspose 9.1 version.
Appreciate any help in the matter.
Thank you!