1EZDXF-PP(1) User Commands EZDXF-PP(1)
2
3
4
6
8 ezdxf pp [-h] [-o] [-r] [-x] [-l] [-s SECTIONS] [FILE] [FILE...]
9
11 POSITIONAL ARGUMENTS
12 FILE DXF file to pretty-print
13
14 OPTIONAL ARGUMENTS
15 -h, --help
16 show a help message and exit
17
18 -o, --open
19 open generated HTML file by the default web browser
20
21 -r, --raw
22 raw mode, no DXF structure interpretation
23
24 -x, --nocompile
25 don’t compile points coordinates into single tags (only in raw
26 mode)
27
28 -l, --legacy
29 legacy mode, reorder DXF point coordinates
30
31 -s SECTIONS, --sections SECTIONS
32 choose sections to include and their order, h=HEADER, c=CLASSES,
33 t=TABLES, b=BLOCKS, e=ENTITIES, o=OBJECTS
34
36 See ezdxf(1).
37
39 See ezdxf(1).
40
42 Pretty print the DXF text content as HTML file and open the file in the
43 default web browser:
44
45 $ ezdxf pp -o gear.dxf
46
48 ezdxf(1)
49
50 ezdxf-audit(1), ezdxf-draw(1), ezdxf-view(1), ezdxf-pillow(1),
51 ezdxf-browse(1), ezdxf-browse-acis(1), ezdxf-strip(1), ezdxf-config(1),
52 ezdxf-info(1)
53
54
55
56 September 2022 EZDXF-PP(1)