ProCad.IO uses ACadSharp behind ICadDocumentService so the rest of the app works with a stable document service contract.
Read and write behavior is configured through CadReadOptions and CadWriteOptions. The app exposes those settings through the IO Options tool.
ICadFileDialogService for one or more CAD files.ICadDocumentService loads the document.Saving uses the active document's path and format. Save As asks the file dialog service for a target path and format. Write options are built from the IO Options ViewModel.
The raw DXF view is useful for ASCII DXF inspection and text diff workflows. Binary DXF and DWG are not raw text formats; use semantic views and document diffing for those files.