Blob Blame History Raw
.TH EZDXF\-PP "1" "July 2023" "" "User Commands"
.B ezdxf\ pp
\(en DXF pretty printer, replacement for the previous
.B dxfpp
command
.SH SYNOPSIS
.B ezdxf\ pp
.RB [ \-h ]
.RB [ \-o ]
.RB [ \-r ]
.RB [ \-x ]
.RB [ \-l ]
.RB [ \-s\ \fISECTIONS ]
.RI [ FILE ]
.RI [ FILE ...]
.SH OPTIONS
.SS "POSITIONAL\ ARGUMENTS"
.TP
.I FILE
DXF file to pretty-print
.SS "OPTIONAL\ ARGUMENTS"
.TP
.B \-h\fR,\ \fB\-\-help
show a help message and exit
.TP
.B \-o\fR,\ \fB\-\-open
open generated HTML file by the default web browser
.TP
.B \-r\fR,\ \fB\-\-raw
raw mode, no DXF structure interpretation
.TP
.B \-x\fR,\ \fB\-\-nocompile
don\(cqt compile points coordinates into single tags (only in raw mode)
.TP
.B \-l\fR,\ \fB\-\-legacy
legacy mode, reorder DXF point coordinates
.TP
.B \-s\ \fISECTIONS\fR,\ \fB\-\-sections\ \fISECTIONS
choose sections to include and their order,
.BR h = HEADER ,
.BR c = CLASSES ,
.BR t = TABLES ,
.BR b = BLOCKS ,
.BR e = ENTITIES ,
.BR o = OBJECTS
.SH ENVIRONMENT
See
.BR ezdxf (1).
.SH FILES
See
.BR ezdxf (1).
.SH EXAMPLES
.P
Pretty print the DXF text content as HTML file
and open the file in the default web browser:
.P
.in +7n
.EX
.B $\ ezdxf\ pp\ \-o\ gear.dxf
.EE
.in
.SH "SEE\ ALSO"
.BR ezdxf (1)
.P
.BR ezdxf\-audit (1),
.BR ezdxf\-draw (1),
.BR ezdxf\-view (1),
.BR ezdxf\-browse (1),
.BR ezdxf\-browse\-acis (1),
.BR ezdxf\-strip (1),
.BR ezdxf\-config (1),
.BR ezdxf\-info (1),
.BR ezdxf\-hpgl (1)