0

I cannot find any resource similar to the Model Derivative API that has a list of supported file translations.

can the autocad Design Automation API take in .dxf, pdfs, etc., or is there a list somewhere?

J.E.C.
  • 2,616
  • 2
  • 18
  • 21

1 Answers1

1

Design Automation for AutoCAD can process DWG,DXF,DWT and DWS, unlike Model Derivative which has translation capabilities, Design Automation is a service to run automated jobs. At the moment, importing PDF in Design Automation for AutoCAD is not possible.

Madhukar Moogala
  • 635
  • 1
  • 5
  • 11
  • Having said this, using Design Automation it is possible to use Import command to convert one format to another format for [example](https://stackoverflow.com/questions/51496188/how-can-i-create-an-activity-for-data-conversion-in-design-automation-api/51497781#51497781) If you have specific questions on this, you can write to forge[dot]help[at]autodesk[dot]com – Madhukar Moogala Aug 19 '20 at 11:26