AutoXchange 2024 Technical Documentation

JSON General Parameters

The General Parameters are all parameters that define how the conversion process is done, but not dealing with Block or Layer manipulation.

The following parameters can be currently listed in the JSON Parameter File:

  • Input File Name
  • Output File Name
  • Output Format
  • Font Path
  • License Path
  • XRef Path
  • View
  • Layout

NOTE: From AutoXchange version 23.05.80 the supported JSON commands are being extended to include the entire set of AutoXchange commands as listed in the Parameter Interface section. See each section for details.

View and Layout are mutually exclusive and Layout will take precedence over view.

A sample file below:

  {
    "General": {
      "InputFile":  "/home/tms/drawings/ma5000_300.dwg",
      "OutputFile": "/home/tms/drawings/ma5000_300_test.svg",
      "Format": "SVG",
      "Fontpath":  "/home/tms/fonts",
      "Licensepath":  "/home/tms/license",
      "Xrefpath":  "/home/tms/some/place/with/xrefs",
      "View":  "ModelSpace"
    }
  },
Last updated on 26 Sep 2022
Published on 26 Sep 2022