Print2CAD™ 2021 CADInLa
DWG to DWG with Relayering
Print2CAD DWG/DXF Data Migration Toll
DWG to DWG/DXF Conversion
Batch DWG Version Converter
Advanced Layer Reprogramming and Simplification, Color Conversion, and Coordinates Transformation
What to expect
Print2CAD 2021 DWG2DWG is a modern stand-alone application that prepares the DWG structure for using (as link or insert) in BIM and CAD Systems.
With Print2CAD 2021 DWG2DWG, CAD users can analyze, manipulate, and fully automatically adapt any drawing to new CAD convention, and erase any and all imperfections in the design.
Print2CAD 2021 DWG2DWG offers a special programming language for advanced adapting of the Layer structure before CAD or BIM. The abbreviation “CADInLa” comes from the full name CAD Interchange Language. Almost all complicated Layer structure adaptations are made possible using this program.
Print2CAD 2021 DWG2DWG offers special methods for CAD or BIM color changing. The adjustment of colors to the white background can be done using the color transformation table.
Print2CAD 2021 DWG2DWG offers special methods for CAD or BIM line weight changing. The adjustment of line weights to 0.0 for background elements can be done using the line weight transformation table.
Print2CAD 2021 DWG2DWG offers special methods for CAD or BIM linetype changing. The adjustment of linetypes can be done by the inserting of new linetypes using a prototype drawing.
Print2CAD 2021 DWG2DWG offers special methods for boundary hatch deleting before CAD or BIM linking.
All Print2CAD 2021 DWG2DWG settings can be saved and read in as required. All conversions defined in Print2CAD 2021 DWG2DWG can be executed at the push of a button on thousands of files at once.
All Print2CAD 2021 DWG2DWG conversions are also performed in CAD or DWG blocks of arbitrary nesting depth.
Become more efficient with Print2CAD 2021 CADInLa with these features:
- Reprogramming of Layer Structure
- Deleting of Layers or Elements
- Adaption of Colors to White Background
- Avanced Line Types Changing
- Advanced Color Changing
- Advanced Line Weights Changing
- Advanced Replacing of Fonts
- Converting Special Characters and Unicode
- Advanced Adapting Text Properties
- Advanced 3D to 2D Transitions
*Winner of IT Innovations Prize 2017 & 2018

Print2CAD 2021 CADInLa™ 220 Live Webinar Records
Part 1: Introduction
Part 2: Viewing of the Input and Output File
Part 3: Analysis of the Input File
Part 4: Using of the Prototype File
Part 5: Layer Conversion Record
Part 6: 3D to 2D Conversion
Part 7: Converting of Broken Dimensions into Dimension Blocks
Part 8: Layers and Dimension Conversion
Part 9: Text and Font Correction
Part 10: Changing Layer and Block Structure
Print2CAD 2021 CADInLa
Key Features:
Analysis of the DWG, DXF Structure
- List of used Layer Names
- List of used Texts
- List of used Block Names
- List of used Special Characters and Unicodes
Conversion of Text Properties
- Scaling Text Widths and Heights with a Factor
- Changing Text Positions
- Convert Cursive Text to Regular Text
- Convert All Texts to Left-Leaning Texts
- Convert Over or Underlined Texts
- Reconstruction of Special Characters
Conversion of Text Styles
- Manipulation of Text Styles
- Manipulation of Text Fonts
- Conversion of Text Big Fonts
- Standardization of Text Heights According to ISO
Conversion of Colors
- Assignment of the Color ByLayer
- Set All to the Same Color
- All Colors Change to the Color of the Layer
Conversion of Line Types
- Assignment of the Linetype ByLayer
- All Linetypes Change to the Linetype of the Layer
Conversion of X, Y, and Z Coordinates
- Scaling of X, Y Coordinates
- Transform the Zero Point of the Drawing to Min X and Min Y
- Flatten of Z Coordinates
Conversion of Blocks and Groups
- Convert Dimensions to Blocks with the name “DIMENSION”
- Disassemble Blocks into Origin Objects
- Disassemble Groups into Origin Objects
Conversion of Blocks Properties
- Insert all Defined Blocks under 0,0,0
- Setting the Z Scaling Factor Equal to the X Factor
- Replace all Block Names with a Sequential Number
- Replace all Layer Names with a Sequential Number
Removing Selected Element Type and Elements on Selected Layers
Removing “Scrap Objects” and Cleaning of Coordinates
Removing Selected Text Type
- Remove All Texts without Content or With Only Underscores
- Remove All Texts with Selected Style
- Remove All Texts with Selected Font
- Convert All Multi-Texts into Texts
Removing Selected Blocks
- Embed External References (Xref‘s)
Removing Objects
- Remove All Hatches
- Remove All Solids
- Convert All Lines with L = 0 to Points
- Remove All Points
- Remove All Elements Trace
- Remove All 3D Surfaces
- Remove All Symbols (shapes)
- Remove All Viewports
Layer Conversion Programming Example Using Print2CAD CADInLa™:
“Sort All Dimensions on One Layer”
if{
[x].isA(“Dimension”)
}then{
[x].setLayerName(“Dimension”) and
[x].setColor(2)
}
;*******************************************************************
if{
[x].isBlockMember(“/*D*”)
}then{
[x].setLayerName(“Dimension”) and
[x].setColor(2)
}
;*******************************************************************
if{
[x].isLayerName(“Dimension”) and
[x].isA(“Text or MultiText”)
}then{
[x].setColor(3)
}
;*******************************************************************
if{
[x].isDisplayColor(1)
}then{
[x].setColor(2) and
[x].setWeight(0.250000) and
[x].setLock(TRUE)
}
;*******************************************************************
if{
[x].isDisplayColor(2)
}then{
[x].setColor(1) and
[x].setWeight(0.350000)
}
Layer Conversion Programming Example Using CADInLa™:
“Advanced Changing Line Types”
if{
[x].isLayerTable(TRUE) and
[x].isLineType(“PHANTOM”)
}then{
[x].setLineType(“ACAD_ISO05W100”)
}
;*******************************************************************
if{
[x].isLineType(“PHANTOM”)
}then{
[x].setLineType(“ACAD_ISO05W100”) and
[x].setLtFactor(50.000000)
}
;*******************************************************************
if{
[x].isLayerTable(TRUE) and
[x].isLineType(“DASHDOT”)
}then{
[x].setLineType(“ACAD_ISO04W100”)
}
;*******************************************************************
if{
[x].isLineType(“DASHDOT”)
}then{
[x].setLineType(“ACAD_ISO04W100”) and
[x].setLtFactor(50.000000)
}
;*******************************************************************
if{
[x].isLayerTable(TRUE) and
[x].isLineType(“BORDER”)
}then{
[x].setLineType(“ACAD_ISO13W100”)
}
;*******************************************************************
if{
[x].isLineType(“BORDER”)
}then{
[x].setLineType(“ACAD_ISO13W100”) and
[x].setLtFactor(50.000000)
}

Print2CAD 2021 CADInLa
Key Features:
Disassemble Hatching into Original Elements
Cleaning Polyline Vertexes
Replacing DWG, DXF Elements
- Replace All Solids with Line Contours
- Replace All Traces with Solids
- Replace All 3D Faces with Line Contours
- Disassemble Proxies into Original Elements
- Replace Ellipses with Polylines
Replacing Header Variables
- Replacing the LineType Factor
- ExtMin, ExtMax
- Model Area
- Filling Solids
- Presentation of the Points
- Text Fast Mode
Replacing Attributes with Texts
Replacing Polylines
- Disassemble All Polylines into Lines and Arcs
- Tie Lines and Arcs Together to Form Polylines
Close Contours
Modify Insertion Points of Blocks
Remove Duplicate Elements
Conversion of Texts and Special Characters
- Conversion of Unicode Characters
- Conversion of CAD Specific Characters into Unicode
- Conversion of Tolerance Symbols into Unicode
- Translation into Different Language
- List of Unicode Characters
Conversion of Fonts
- Specific Replacement of Fonts
- Scaling of Text Heights
- Analysis of used Fonts
Transformation of Drawing Structure
- Conversion of Layer Names
- Creating New Layers
- Replacement of the Layer Name by Block Name
- Replacement of the Layer Name by Color-Number
- Replacement of the Layer Name by LineType Name
- Exchange of LineTypes
- Scaling of LineType Factors
- Exchange and Scaling of Polyline Width
- Manipulation of the Line Weights
- Exchange of Colors using Color Assigment Table
- Conversion of Object Heights
- Manipulation of Text Heights
- Exchange of Text Styles
- Exchange of Blocks
- Changing the External References (Xref) Paths
- Mark Changed Objects as “Locked”
- Delete Selected Objects
- Moving of Selected Element Types on New Layers
CAD Scripts (Only for Script Supported CAD Software)
- Varia-Scripts
- File Purging
- Slide Creating
- Zoom Scripts
- Import of DWG or DXF Prototype
- User Initial Script
- User End Script
Layer Conversion Programming Example Using CADInLa™:
“Advanced Changing Color”
if{
[x].isDisplayColor(ByLayer)
}then{
[x].setColor(LikeLayer)
}
;*******************************************************************
if{
[x].isDisplayColor(1)
}then{
[x].setColor(2) and
[x].setWeight(0.250000) and
[x].setLock(TRUE)
}
;*******************************************************************
if{
[x].isDisplayColor(2)
}then{
[x].setColor(1) and
[x].setWeight(0.350000)and
[x].setLock(TRUE)
}
;*******************************************************************
if{
[x].isDisplayColor(RGB(25,25,25))
}then{
[x].setColor(4) and
[x].setWeight(0.180000)and
[x].setLock(TRUE)
}
Layer Conversion Programming Example Using CADInLa™:
“Sorting of Block on Layers with Block Name”
if{
[x].isColor(ByBlock)
}then{
[x].setColor(LikeInsert)
}
;*******************************************************************
if{
[x].isColor(ByLayer)
}then{
[x].setColor(LikeLayer)
}
;*******************************************************************
if{
[x].isLineType(“ByLayer”)
}then{
[x].setLineType(“LikeLayer”)
}
;*******************************************************************
if{
[x].isWeight(0.000000)
}then{
[x].setWeight(-3 “Default”)
}
;*******************************************************************
if{
[x].isBlockMember(“*”)
}then{
[x].setLayerName(“[Block Name]”)
}
Print2CAD™ 2021
Upgrade
ONLY available for existing users of previous program versions
(English, German, Spanish, French, Italian)
PDF to CAD Converter, Raster to Vector Converter, DWG to PDF Publisher, DWG to DWG Converter
Special Price till 7/24/20!
US $399
US $99
(one permanent license, unlimited license transfer, 6 months Support)
Bundle Upgrade
Print2CAD 2021
+ CADdirect 2021
(English, German, Spanish, French, Italian, Korean)
PDF to CAD Converter, Raster to Vector Converter, DWG to PDF Publisher, DWG to DWG Converter, Bundle With CAD System CADdirect 2020
Special Price till 7/24/20!
US $357
US $249
(one permanent license, unlimited license transfer, 6 months Support)



Print2CAD™ 2021
Perpetual License
(English, German, Spanish, French, Italian)
PDF to CAD Converter, Raster to Vector Converter, DWG to PDF Publisher, DWG to DWG Converter
Special Price till 7/24/20!
US $399
US $199
(one permanent license, unlimited license transfer, 6 months Support)



Bundle
Print2CAD 2021
+ CADdirect 2021
(English, German, Spanish, French, Italian, Korean)
PDF to CAD Converter, Raster to Vector Converter, DWG to PDF Publisher, DWG to dWG Converter, Bundle With CAD System CADdirect 2020
Special Price till 7/24/20!
US $558
US $298
(one permanent license, unlimited license transfer, 6 months Support)
System Requirements:
System:
- 64bit Windows 10, Windows 8, Windows 7 (SP1), Windows Vista® (SP2), Windows 7 (SP1)




Contact Us
We look forward to hearing from you!
Phone: (727) 303-0383