ezdxf-pp - Man Page

ezdxf pp – DXF pretty printer, replacement for the previous dxfpp command

Synopsis

ezdxf pp [-h] [-o] [-r] [-x] [-l] [-s SECTIONS] [FILE] [FILE...]

Options

Positional Arguments

FILE

DXF file to pretty-print

Optional Arguments

-h--help

show a help message and exit

-o--open

open generated HTML file by the default web browser

-r--raw

raw mode, no DXF structure interpretation

-x--nocompile

don’t compile points coordinates into single tags (only in raw mode)

-l--legacy

legacy mode, reorder DXF point coordinates

-s SECTIONS--sections SECTIONS

choose sections to include and their order, h=HEADER, c=CLASSES, t=TABLES, b=BLOCKS, e=ENTITIES, o=OBJECTS

Environment

See ezdxf(1).

Files

See ezdxf(1).

Examples

Pretty print the DXF text content as HTML file and open the file in the default web browser:

$ ezdxf pp -o gear.dxf

See Also

ezdxf(1)

ezdxf-audit(1), ezdxf-draw(1), ezdxf-view(1), ezdxf-browse(1), ezdxf-browse-acis(1), ezdxf-strip(1), ezdxf-config(1), ezdxf-info(1), ezdxf-hpgl(1)

Referenced By

ezdxf(1), ezdxf-audit(1), ezdxf-browse(1), ezdxf-browse-acis(1), ezdxf-config(1), ezdxf-draw(1), ezdxf-hpgl(1), ezdxf-info(1), ezdxf-strip(1), ezdxf-view(1).

July 2023