The PARSACAD library defines a set of functions allowing to access textual information stored in AutoCAD DWG and DXF drawings (Release 10, 11, 12, 13, 14, 2000). Only one drawing a time may be examined.

You may use the functions in two ways:

  • load the drawing file, retrieve textual elements and close the file (tpOpen, tpGetFirstItem, tpGetNextItem, tpFreeItem, tpGetDrawingCodePage and tpClose function group)
  • load the file and dump its contents to a textual file (tpExportCsv function)

Examples and discription in work.