Hi,
I’m trying to convert customer’s input docm file into pdf where input file contains Eszett characters which are seen as ‘SS’ in pdf.
After further checking, we found the issue is specifically for the ones set into …...Sub AutoOpen() Dim oStory As Range For Each oStory In ActiveDocument...Sub AutoOpen() Dim aStory As Range Dim aField As Field For Each...