When converting a dwg file using Japanese characters of "HG丸ゴシックM-PRO" font to PDF using PlotToPDF, the Japanese characters become "?".
I want to be able to display this in alternate font.
In the case of the "MSゴシック" font, conversion is possible without problems.
"HG丸ゴシックM-PRO" font is included in MS-Office Japanese version.
I tryed change script to below in PlotToPDF Activity, But the result did not change
"Script": "_FONTALT extfont2.shx\n_layoutcreateviewport 1 _tilemode 0 -export _pdf _all result.pdf\n"
●Target dwg file : jp_test.dwg
●Results of AutoCAD2020 output : AC2020.pdf
●Results of PlotToPDF output : PlotToPDF(23.1).pdf
●Results of PlotToPDF edited script output : PlotToPDF231_JPN.pdf
These are included in the following zip file
https://1drv.ms/u/s!AlrvGXP_bP3HvTNoIvn_FH9wtpnO
Please let me know if there is a solution.