0

I found missing characters in plotted PDF when I evaluated Autocad plot API with forge design automation. Missing characters are typed in the Japanese font "MS P Gothic".

Please tell me how to use extra font on Forge design automation with AutoCAD Plot API.

"PlotToPDF" command works fine for this issue, but our existing add-in didn't use the export command.

Result of PlotToPDF Result of AutoCAD PlotAPI with Forge

  • Can you please share the non-confidential drawing for us to understand the behavior? `Please tell me how to use extra font on Forge design automation with AutoCAD Plot API` , – Madhukar Moogala Jan 22 '19 at 07:16
  • Sure, I can put Dwg and sample source code. but I can't find the issue now. I will put the materials if the problem recurs. – Hiroyuki Abe Jan 22 '19 at 08:43
  • Thank you, in case if you are looking to substitute Big Font, you may try this example. Uses LISP script. https://github.com/MadhukarMoogala/acadio-snippets/blob/master/case4.md – Madhukar Moogala Jan 22 '19 at 09:27
  • @randomguy I just found the cause of this issue. Its a "22.0" version problem , and I checked correct output on "23.0". Thank you. The annoucement URL is below . https://knowledge.autodesk.com/ja/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/kA23A000000es3B.html – Hiroyuki Abe Jan 24 '19 at 05:59

1 Answers1

0

I just found the cause of this issue. Its a "22.0" version problem , and I checked correct output on "23.0".