Hi,
I am trying to convert a docx file to pdf using docx4j after binding values to it. If I save the output as a word document, Myriad Pro font is retained. However when pdf is generated it falls back to Helvetica and Calibri (looking at the pdf font properties). Intermediate fop file also shows font as Calibri.
Going through the code I see that if font is of type CFF it throws an UnsupportedOperationException ...