12-Amethyst
March 26, 2024
Solved
CREO Distributed Batch - plot_drw_to_pdf.ttd
- March 26, 2024
- 2 replies
- 2300 views
Hi everyone,
I have an issue regarding "plot_drw_to_pdf.ttd" in CREO Distributed Batch.
Can someone please tell my the correct syntax for "STROKE NON TRUETYPE FONTS" in the TTD file?
The default value for Font is:
<font enum="PRO_PDF_USE_TRUETYPE_FONTS"/>
I've tried various configurations like:
<font enum="PRO_PDF_STROKE_NON_TRUETYPE_FONTS"/>
or
<font enum="PRO_PDF_STROKE_NON-TRUETYPE_FONTS"/>
or
<font enum="PRO_PDF_STROKE_NONTRUETYPE_FONTS"/>
or
<font enum="PRO_PDF_STROKE_NON_TTF"/>
nothing worked.

