Skip to content

AutoCAD configuration parameters

These parameters are used in AutoCAD integration.

Property Type Description
extension.cadviewer.autoxchange String Tailor-made AutoXchange AX2020 tool. This tool is used to convert a given AutoCAD file to DWF or PDF format.
/home/openkm/tomcat-9.0.76/bin/ax2020
extension.cadviewer.linklist String Tailor-made LinkList tool. This tool is used to extract text and annotations from a DXF file.
/home/openkm/tomcat-9.0.76/bin/linklist
extension.cadviewer.dwglist String Configures the DWGList tool. This tool is used to extract XRefs from a given DWG file. It is also used in PDF conversion.
/home/openkm/tomcat-9.0.76/bin/dwglist
extension.cadviewer.sibling.xrefs Boolean When this parameter is set to true , the AutoCAD files’ references must all be in the same folder. If it is set to false , the AutoCAD files’ references can be stored in any place in the taxonomy tree. In this case, keep in mind that you should avoid document name duplication. There is an automation called CheckUniqueDocumentName which can help you maintain this restriction.