DEV Community

cadguide.tools
cadguide.tools

Posted on

DWG TrueView and TrueConvert: Batch-Converting Drawings Without an AutoCAD License

Autodesk DWG TrueView doesn't get much press, but in any office that exchanges DWG files, it quietly does a job nothing else does for free: batch-converting between DWG versions with Autodesk's own geometry engine — no AutoCAD license required.

What it actually is

TrueView is the free, view-only distribution of AutoCAD's DWG reading engine. Plot, measure, and — the underrated part — DWG TrueConvert: batch conversion of entire folders between DWG versions, using the same code AutoCAD itself uses to open and save files. That last point is why its conversions are the fidelity benchmark: there is no "third-party interpretation" step.

The batch workflow

  1. Install TrueView (free download from Autodesk; check the current system requirements — it's a full desktop application, not a viewer applet)
  2. Open TrueConvert, add files or an entire folder tree
  3. Choose the target version — you can save back two to three release cycles (e.g., recent versions save back to 2013/2018 formats)
  4. Optional but recommended: convert to a separate output folder, never in place
  5. Run it, then spot-check: open one converted file at the target version and verify the features you care about

When TrueView is the right tool

  • Client compatibility: a partner on AutoCAD 2013 needs your 2024-format files — batch-save-down the deliverable set
  • Archive migration: bring a legacy library to a uniform version once, instead of per-project friction forever
  • Verification without licenses: view and measure on machines (QA, procurement, site laptops) that have no CAD seat
  • Plot fidelity checks: it plots with Autodesk's engine, so PDF output matches what AutoCAD users see

Where it falls short

  • Windows only, heavyweight install — not a quick viewer for occasional users
  • No editing — genuinely view/convert only
  • Version ceiling: it converts down to older formats; it can't add newer-version features to old files
  • Silent degradation is still possible: custom objects from vertical toolsets (Plant 3D, Civil 3D objects) may arrive as proxy graphics — always spot-check those files

The version discipline that prevents the problem

Most TrueView emergencies trace to one missing habit: a project-wide "save version" agreement. Decide per project (usually: the oldest version any stakeholder runs), set it in templates, and the conversion batch becomes a one-time event instead of a weekly chore.

Two free companions we built for the workflow: a browser-based DWG version checker that reads a file's format code (AC1032, AC1027...) locally — nothing uploads — for the "what version is this even?" moment; and the CADGuide directory if you're evaluating which CAD tools standardize your DWG pipeline. Free, no signup.

Top comments (0)