I am running into an issue with some PDF templates where Adobe is requiring a Japanese font package to be installed due to a reference to various Kozuka fonts. These Kozuka fonts do not exist in the PDF document. However, the fonts are referenced in the typeface tags as seen below.
<typefaces>
<typeface name="Myriad Pro"/>
<typeface name="Minion Pro"/>
<typeface name="Courier Std"/>
<typeface name="Adobe Pi Std"/>
<typeface name="Adobe Hebrew"/>
<typeface name="Adobe Arabic"/>
<typeface name="Adobe Thai"/>
<typeface name="Kozuka Gothic Pro-VI M"/>
<typeface name="Kozuka Mincho Pro-VI R"/>
<typeface name="Adobe Ming Std L"/>
<typeface name="Adobe Song Std L"/>
<typeface name="Adobe Myungjo Std M"/>
</typefaces>
If I manually remove these references in each PDF, I can view the PDF in any default Adobe Reader install and in the designer preview tab without the need to install the Japanese font package. However, manually removing the references in the XML Source is not efficient when you have to do it for tens of thousands of forms. Is there any way in LC Designer 4 to remove these references without manually editing the XML. I tried commenting out the Kozuka references in the default.xci file with no change. Any help or feedback would be appreciated.