Products
Seven independent tools that share the same safety pipeline — scan, preview, backup, execute, verify, and roll back if needed. License each one separately.
| Tool | Best for | AutoCAD | Languages | Licensing |
|---|---|---|---|---|
| BlockSync | Export block attributes to Excel, edit, and write them back safely. | AutoCAD 2021–2027 | English / 日本語 / 简体中文 | Free / Pro |
| BlockCopy | Push an updated block definition into hundreds of drawings without losing attribute values. | AutoCAD 2021–2027 | English / 日本語 / 简体中文 | Free / Pro |
| TextSync | Batch-edit text across drawings — MText, DBText, plus text styles. | AutoCAD 2021–2027 | English / 日本語 / 简体中文 | Free / Pro |
| Dwg2Pdf | Batch-plot layouts to PDF with merging, color policy, CTB and block-level filtering. | AutoCAD 2021–2027 | English / 日本語 / 简体中文 | Free / Pro |
| BlockCompare | Compare block definitions and attributes between two drawing revisions, field by field. | AutoCAD 2021–2027 | English / 日本語 / 简体中文 | Free / Pro |
| TextCompare | Compare text and block content between two drawing revisions, entry by entry. | AutoCAD 2021–2027 | English / 日本語 / 简体中文 | Free / Pro |
| DwgSearch | Full-text search across every DWG in a folder tree — text, block names and attribute values. | AutoCAD 2021–2027 | English / 日本語 / 简体中文 | Free / Pro |
BlockSync
Export block attributes to Excel, edit, and write them back safely.
- Batch-extract block attributes from hundreds of DWGs into one Excel file
- Edit in Excel, then write the changes back with a diff preview first
- Dynamic blocks and nested attributes handled correctly
AutoCAD 2021–2027
BlockCopy
Push an updated block definition into hundreds of drawings without losing attribute values.
- Sync block definitions across a whole project without clearing attribute values
- Dynamic blocks preserved, not flattened
- Dry-run preview shows exactly what will change per drawing
AutoCAD 2021–2027
TextSync
Batch-edit text across drawings — MText, DBText, plus text styles.
- Extract all text content to Excel, edit, write back
- Batch text style and font unification across a project
- Handles DBText and MText uniformly, matched by file and handle
AutoCAD 2021–2027
Dwg2Pdf
Batch-plot layouts to PDF with merging, color policy, CTB and block-level filtering.
- Batch-plot layouts across many drawings to PDF
- Merge output PDFs by rule, apply CTB/color policy in bulk
- Filter which blocks or layouts get plotted
AutoCAD 2021–2027
BlockCompare
Compare block definitions and attributes between two drawing revisions, field by field.
- Compare block instances between a 'before' folder and an 'after' folder of drawings, matched by AutoCAD's own persistent object handle
- Field-by-field diff — position, layer, attributes, dynamic properties — not just a changed/unchanged flag
- Conflicting file pairings are flagged in the match step, before anything is compared
AutoCAD 2021–2027
TextCompare
Compare text and block content between two drawing revisions, entry by entry.
- Compare DBText, MText and block references between a 'before' folder and an 'after' folder, matched by AutoCAD's own persistent object handle
- Field-by-field diff, including text content and text height, not just a changed/unchanged flag
- Conflicting file pairings are flagged in the match step, before anything is compared
AutoCAD 2021–2027
DwgSearch
Full-text search across every DWG in a folder tree — text, block names and attribute values.
- Indexes DBText, MText, and both block attribute values and static text inside block definitions, across every DWG under a folder
- Search is instant because it hits a prebuilt local index (SQLite + FTS5), not the drawings themselves
- Re-opening a folder only re-indexes files that actually changed since last time
AutoCAD 2021–2027